Color Hex Logo

#fecacb Color Hex

#FECACB
(254,202,203)
0 Favorites   0 Comments

Color spaces of #fecacb

RGB 254202203
HSL1.000.960.89
HSV359°20°100°
CMYK 0.000.200.20   0.00
XYZ72.773167.623765.7170
Yxy67.62370.35310.3281
Hunter Lab82.233614.055710.1819
CIE-Lab85.817918.54856.5290

#fecacb color RGB value is (254,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 11001011
Octal 376 312 313
Decimal 254 202 203
Hex FE CA CB

RGB Percentages of Color #fecacb

%38.54
%30.65
%30.80

CMYK Percentages of Color #fecacb

%0
%20
%20
%0

Triadic Colors of #fecacb

#fecacb #cbfeca #cacbfe

Analogous Colors of #fecacb

#fecacb #fee3ca #fecae5

Monochromatic Colors of #fecacb

#fecacb

Complementary Color

#fecacb #cafefd

#fecacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecacb Color CSS Codes

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

#fecacb Text Font Color

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

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


#fecacb Background Color

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

This div background color is #fecacb


#fecacb Border Color

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

This div border color is #fecacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecacb


Comments

No comments written yet.

Please login to write comment.