Color Hex Logo

#fed0cb Color Hex

#FED0CB
(254,208,203)
0 Favorites   0 Comments

Color spaces of #fed0cb

RGB 254208203
HSL0.020.960.90
HSV20°100°
CMYK 0.000.180.20   0.00
XYZ74.208470.494466.1955
Yxy70.49440.35190.3343
Hunter Lab83.960910.834612.0279
CIE-Lab87.238815.41198.5695

#fed0cb color RGB value is (254,208,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 11001011
Octal 376 320 313
Decimal 254 208 203
Hex FE D0 CB

RGB Percentages of Color #fed0cb

%38.20
%31.28
%30.53

CMYK Percentages of Color #fed0cb

%0
%18
%20
%0

Triadic Colors of #fed0cb

#fed0cb #cbfed0 #d0cbfe

Analogous Colors of #fed0cb

#fed0cb #feeacb #fecbe0

Monochromatic Colors of #fed0cb

#fed0cb

Complementary Color

#fed0cb #cbf9fe

#fed0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed0cb Color CSS Codes

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

#fed0cb Text Font Color

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

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


#fed0cb Background Color

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

This div background color is #fed0cb


#fed0cb Border Color

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

This div border color is #fed0cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,208,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 #fed0cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed0cb


Comments

No comments written yet.

Please login to write comment.