Color Hex Logo

#fecaf5 Color Hex

#FECAF5
(254,202,245)
0 Favorites   0 Comments

Color spaces of #fecaf5

RGB 254202245
HSL0.860.960.89
HSV310°20°100°
CMYK 0.000.200.04   0.00
XYZ78.475069.904595.7430
Yxy69.90450.32150.2864
Hunter Lab83.608921.2238-9.3685
CIE-Lab86.950025.3164-14.1074

#fecaf5 color RGB value is (254,202,245).

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

The process color (four color CMYK) of #fecaf5 color hex is 0.00, 0.20, 0.04, 0.00. Web safe color of #fecaf5 is #ffccff. Color #fecaf5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11110101
Octal 376 312 365
Decimal 254 202 245
Hex FE CA F5

RGB Percentages of Color #fecaf5

%36.23
%28.82
%34.95

CMYK Percentages of Color #fecaf5

%0
%20
%4
%0

Triadic Colors of #fecaf5

#fecaf5 #f5feca #caf5fe

Analogous Colors of #fecaf5

#fecaf5 #fecadb #edcafe

Monochromatic Colors of #fecaf5

#fecaf5

Complementary Color

#fecaf5 #cafed3

#fecaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecaf5 Color CSS Codes

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

#fecaf5 Text Font Color

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

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


#fecaf5 Background Color

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

This div background color is #fecaf5


#fecaf5 Border Color

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

This div border color is #fecaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecaf5

Related Colors

#fecaf5 Color Palettes


Comments

No comments written yet.

Please login to write comment.