Color Hex Logo

#fecacd Color Hex

#FECACD
(254,202,205)
0 Favorites   0 Comments

Color spaces of #fecacd

RGB 254202205
HSL0.990.960.89
HSV357°20°100°
CMYK 0.000.200.19   0.00
XYZ73.013067.719766.9806
Yxy67.71970.35150.3260
Hunter Lab82.292014.36199.3460
CIE-Lab85.866118.84305.5356

#fecacd color RGB value is (254,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11001101
Octal 376 312 315
Decimal 254 202 205
Hex FE CA CD

RGB Percentages of Color #fecacd

%38.43
%30.56
%31.01

CMYK Percentages of Color #fecacd

%0
%20
%19
%0

Triadic Colors of #fecacd

#fecacd #cdfeca #cacdfe

Analogous Colors of #fecacd

#fecacd #fee1ca #fecae7

Monochromatic Colors of #fecacd

#fecacd

Complementary Color

#fecacd #cafefb

#fecacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecacd Color CSS Codes

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

#fecacd Text Font Color

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

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


#fecacd Background Color

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

This div background color is #fecacd


#fecacd Border Color

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

This div border color is #fecacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecacd


Comments

No comments written yet.

Please login to write comment.