Color Hex Logo

#fecadc Color Hex

#FECADC
(254,202,220)
0 Favorites   0 Comments

Color spaces of #fecadc

RGB 254202220
HSL0.940.960.89
HSV339°20°100°
CMYK 0.000.200.13   0.00
XYZ74.911868.479276.9797
Yxy68.47920.33990.3107
Hunter Lab82.752216.77172.7723
CIE-Lab86.245521.1434-1.8850

#fecadc color RGB value is (254,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11011100
Octal 376 312 334
Decimal 254 202 220
Hex FE CA DC

RGB Percentages of Color #fecadc

%37.57
%29.88
%32.54

CMYK Percentages of Color #fecadc

%0
%20
%13
%0

Triadic Colors of #fecadc

#fecadc #dcfeca #cadcfe

Analogous Colors of #fecadc

#fecadc #fed2ca #fecaf6

Monochromatic Colors of #fecadc

#fecadc

Complementary Color

#fecadc #cafeec

#fecadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecadc Color CSS Codes

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

#fecadc Text Font Color

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

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


#fecadc Background Color

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

This div background color is #fecadc


#fecadc Border Color

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

This div border color is #fecadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecadc


Comments

No comments written yet.

Please login to write comment.