Color Hex Logo

#fedbcb Color Hex

#FEDBCB
(254,219,203)
0 Favorites   0 Comments

Color spaces of #fedbcb

RGB 254219203
HSL0.050.960.90
HSV19°20°100°
CMYK 0.000.140.20   0.00
XYZ76.984176.045767.1207
Yxy76.04570.34970.3454
Hunter Lab87.20424.973015.4077
CIE-Lab89.88069.695212.3386

#fedbcb color RGB value is (254,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 11001011
Octal 376 333 313
Decimal 254 219 203
Hex FE DB CB

RGB Percentages of Color #fedbcb

%37.57
%32.40
%30.03

CMYK Percentages of Color #fedbcb

%0
%14
%20
%0

Triadic Colors of #fedbcb

#fedbcb #cbfedb #dbcbfe

Analogous Colors of #fedbcb

#fedbcb #fef5cb #fecbd5

Monochromatic Colors of #fedbcb

#fedbcb

Complementary Color

#fedbcb #cbeefe

#fedbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedbcb Color CSS Codes

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

#fedbcb Text Font Color

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

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


#fedbcb Background Color

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

This div background color is #fedbcb


#fedbcb Border Color

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

This div border color is #fedbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedbcb


Comments

No comments written yet.

Please login to write comment.