Color Hex Logo

#fcdbcb Color Hex

#FCDBCB
(252,219,203)
0 Favorites   0 Comments

Color spaces of #fcdbcb

RGB 252219203
HSL0.050.890.89
HSV20°19°99°
CMYK 0.000.130.19   0.01
XYZ76.255975.670367.0866
Yxy75.67030.34820.3455
Hunter Lab86.98874.246215.1670
CIE-Lab89.70608.973212.0666

#fcdbcb color RGB value is (252,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11001011
Octal 374 333 313
Decimal 252 219 203
Hex FC DB CB

RGB Percentages of Color #fcdbcb

%37.39
%32.49
%30.12

CMYK Percentages of Color #fcdbcb

%0
%13
%19
%1

Triadic Colors of #fcdbcb

#fcdbcb #cbfcdb #dbcbfc

Analogous Colors of #fcdbcb

#fcdbcb #fcf4cb #fccbd4

Monochromatic Colors of #fcdbcb

#fcdbcb

Complementary Color

#fcdbcb #cbecfc

#fcdbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbcb Color CSS Codes

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

#fcdbcb Text Font Color

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

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


#fcdbcb Background Color

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

This div background color is #fcdbcb


#fcdbcb Border Color

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

This div border color is #fcdbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbcb

Related Colors


Comments

No comments written yet.

Please login to write comment.