color codes Logo

#fea1c3 color codes

#FEA1C3
(254,161,195)
0 Favorites   0 Comments

Color spaces of #fea1c3

RGB 254161195
HSL0.940.980.81
HSV338°37°100°
CMYK 0.000.370.23   0.00
XYZ63.468250.500758.0322
Yxy50.50070.36900.2936
Hunter Lab71.063835.05931.3273
CIE-Lab76.375638.8574-2.8878

#fea1c3 color RGB value is (254,161,195).

#fea1c3 hex color red value is 254, green value is 161 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fea1c3 hue: 0.94 , saturation: 0.98 and the lightness value of fea1c3 is 0.81.

The process color (four color CMYK) of #fea1c3 color code is 0.00, 0.37, 0.23, 0.00. Web safe color of #fea1c3 is #ff99cc. Color #fea1c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 11000011
Octal 376 241 303
Decimal 254 161 195
Hex FE A1 C3

RGB Percentages of Color #fea1c3

%41.64
%26.39
%31.97

CMYK Percentages of Color #fea1c3

%0
%37
%23
%0

Triadic Colors of #fea1c3

#fea1c3 #c3fea1 #a1c3fe

Analogous Colors of #fea1c3

#fea1c3 #feaea1 #fea1f2

Monochromatic Colors of #fea1c3

#fea1c3

Complementary Color

#fea1c3 #a1fedc

#fea1c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea1c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea1c3 Color CSS Codes

.mybgcolor {background-color:#fea1c3; } 
.myforecolor {color:#fea1c3; }
.mybordercolor {border:3px solid #fea1c3; }

#fea1c3 Text Font Color

<p style="color:#fea1c3">Text here</p>

This sample text font color is #fea1c3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fea1c3 Background Color

<div style="background-color:#fea1c3">
Div content here</div>

This div background color is #fea1c3


#fea1c3 Border Color

<div style="border:3px solid #fea1c3">
Div here</div>

This div border color is #fea1c3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,161,195, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fea1c3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fea1c3;
  -webkit-box-shadow: 1px 1px 3px 2px #fea1c3;
  box-shadow:         1px 1px 3px 2px #fea1c3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,161,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fea1c3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fea1c3;
  -webkit-box-shadow: 1px 1px 3px 2px #fea1c3;
  box-shadow:         1px 1px 3px 2px #fea1c3;">
Div content here</div>

This div box has shadow with color #fea1c3


Comments

No comments written yet.

Please login to write comment.