Color Hex Logo

#fedecb Color Hex

#FEDECB
(254,222,203)
0 Favorites   0 Comments

Color spaces of #fedecb

RGB 254222203
HSL0.060.960.90
HSV22°20°100°
CMYK 0.000.130.20   0.00
XYZ77.773877.625267.3839
Yxy77.62520.34910.3484
Hunter Lab88.10523.384716.3279
CIE-Lab90.60868.145313.3717

#fedecb color RGB value is (254,222,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 11001011
Octal 376 336 313
Decimal 254 222 203
Hex FE DE CB

RGB Percentages of Color #fedecb

%37.41
%32.70
%29.90

CMYK Percentages of Color #fedecb

%0
%13
%20
%0

Triadic Colors of #fedecb

#fedecb #cbfede #decbfe

Analogous Colors of #fedecb

#fedecb #fef8cb #fecbd2

Monochromatic Colors of #fedecb

#fedecb

Complementary Color

#fedecb #cbebfe

#fedecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedecb Color CSS Codes

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

#fedecb Text Font Color

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

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


#fedecb Background Color

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

This div background color is #fedecb


#fedecb Border Color

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

This div border color is #fedecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedecb

Related Colors


Comments

No comments written yet.

Please login to write comment.