Color Hex Logo

#feddcb Color Hex

#FEDDCB
(254,221,203)
0 Favorites   0 Comments

Color spaces of #feddcb

RGB 254221203
HSL0.060.960.90
HSV21°20°100°
CMYK 0.000.130.20   0.00
XYZ77.509077.095567.2957
Yxy77.09550.34930.3474
Hunter Lab87.80403.913816.0212
CIE-Lab90.36568.661513.0270

#feddcb color RGB value is (254,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11001011
Octal 376 335 313
Decimal 254 221 203
Hex FE DD CB

RGB Percentages of Color #feddcb

%37.46
%32.60
%29.94

CMYK Percentages of Color #feddcb

%0
%13
%20
%0

Triadic Colors of #feddcb

#feddcb #cbfedd #ddcbfe

Analogous Colors of #feddcb

#feddcb #fef7cb #fecbd3

Monochromatic Colors of #feddcb

#feddcb

Complementary Color

#feddcb #cbecfe

#feddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddcb Color CSS Codes

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

#feddcb Text Font Color

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

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


#feddcb Background Color

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

This div background color is #feddcb


#feddcb Border Color

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

This div border color is #feddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddcb

Related Colors


Comments

No comments written yet.

Please login to write comment.