Color Hex Logo

#fecad9 Color Hex

#FECAD9
(254,202,217)
0 Favorites   0 Comments

Color spaces of #fecad9

RGB 254202217
HSL0.950.960.89
HSV343°20°100°
CMYK 0.000.200.15   0.00
XYZ74.518068.321674.9055
Yxy68.32160.34220.3138
Hunter Lab82.656916.27434.1299
CIE-Lab86.167020.6710-0.4055

#fecad9 color RGB value is (254,202,217).

#fecad9 hex color red value is 254, green value is 202 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fecad9 hue: 0.95 , saturation: 0.96 and the lightness value of fecad9 is 0.89.

The process color (four color CMYK) of #fecad9 color hex is 0.00, 0.20, 0.15, 0.00. Web safe color of #fecad9 is #ffcccc. Color #fecad9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11011001
Octal 376 312 331
Decimal 254 202 217
Hex FE CA D9

RGB Percentages of Color #fecad9

%37.74
%30.01
%32.24

CMYK Percentages of Color #fecad9

%0
%20
%15
%0

Triadic Colors of #fecad9

#fecad9 #d9feca #cad9fe

Analogous Colors of #fecad9

#fecad9 #fed5ca #fecaf3

Monochromatic Colors of #fecad9

#fecad9

Complementary Color

#fecad9 #cafeef

#fecad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecad9 Color CSS Codes

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

#fecad9 Text Font Color

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

This sample text font color is #fecad9
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.


#fecad9 Background Color

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

This div background color is #fecad9


#fecad9 Border Color

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

This div border color is #fecad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecad9

#fecad9 Color Palettes


Comments

No comments written yet.

Please login to write comment.