Color Hex Logo

#fed8cb Color Hex

#FED8CB
(254,216,203)
0 Favorites   0 Comments

Color spaces of #fed8cb

RGB 254216203
HSL0.040.960.90
HSV15°20°100°
CMYK 0.000.150.20   0.00
XYZ76.208474.494466.8621
Yxy74.49440.35030.3424
Hunter Lab86.31016.565614.4868
CIE-Lab89.155611.249111.3076

#fed8cb color RGB value is (254,216,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 11001011
Octal 376 330 313
Decimal 254 216 203
Hex FE D8 CB

RGB Percentages of Color #fed8cb

%37.74
%32.10
%30.16

CMYK Percentages of Color #fed8cb

%0
%15
%20
%0

Triadic Colors of #fed8cb

#fed8cb #cbfed8 #d8cbfe

Analogous Colors of #fed8cb

#fed8cb #fef2cb #fecbd8

Monochromatic Colors of #fed8cb

#fed8cb

Complementary Color

#fed8cb #cbf1fe

#fed8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed8cb Color CSS Codes

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

#fed8cb Text Font Color

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

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


#fed8cb Background Color

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

This div background color is #fed8cb


#fed8cb Border Color

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

This div border color is #fed8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed8cb


Comments

No comments written yet.

Please login to write comment.