Color Hex Logo

#fecac9 Color Hex

#FECAC9
(254,202,201)
0 Favorites   0 Comments

Color spaces of #fecac9

RGB 254202201
HSL0.000.960.89
HSV21°100°
CMYK 0.000.200.21   0.00
XYZ72.536267.528964.4697
Yxy67.52890.35460.3302
Hunter Lab82.176013.752911.0083
CIE-Lab85.770318.25687.5231

#fecac9 color RGB value is (254,202,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11001001
Octal 376 312 311
Decimal 254 202 201
Hex FE CA C9

RGB Percentages of Color #fecac9

%38.66
%30.75
%30.59

CMYK Percentages of Color #fecac9

%0
%20
%21
%0

Triadic Colors of #fecac9

#fecac9 #c9feca #cac9fe

Analogous Colors of #fecac9

#fecac9 #fee5c9 #fec9e3

Monochromatic Colors of #fecac9

#fecac9

Complementary Color

#fecac9 #c9fdfe

#fecac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecac9 Color CSS Codes

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

#fecac9 Text Font Color

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

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


#fecac9 Background Color

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

This div background color is #fecac9


#fecac9 Border Color

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

This div border color is #fecac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecac9

Related Colors

#fecac9 Color Palettes


Comments

No comments written yet.

Please login to write comment.