Color Hex Logo

#fedccb Color Hex

#FEDCCB
(254,220,203)
0 Favorites   0 Comments

Color spaces of #fedccb

RGB 254220203
HSL0.060.960.90
HSV20°20°100°
CMYK 0.000.130.20   0.00
XYZ77.245776.569067.2079
Yxy76.56900.34950.3464
Hunter Lab87.50374.443015.7145
CIE-Lab90.12299.178012.6827

#fedccb color RGB value is (254,220,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11001011
Octal 376 334 313
Decimal 254 220 203
Hex FE DC CB

RGB Percentages of Color #fedccb

%37.52
%32.50
%29.99

CMYK Percentages of Color #fedccb

%0
%13
%20
%0

Triadic Colors of #fedccb

#fedccb #cbfedc #dccbfe

Analogous Colors of #fedccb

#fedccb #fef6cb #fecbd4

Monochromatic Colors of #fedccb

#fedccb

Complementary Color

#fedccb #cbedfe

#fedccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedccb Color CSS Codes

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

#fedccb Text Font Color

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

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


#fedccb Background Color

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

This div background color is #fedccb


#fedccb Border Color

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

This div border color is #fedccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedccb

#fedccb Color Palettes


Comments

No comments written yet.

Please login to write comment.