Color Hex Logo

#fcdbcc Color Hex

#FCDBCC
(252,219,204)
0 Favorites   0 Comments

Color spaces of #fcdbcc

RGB 252219204
HSL0.050.890.89
HSV19°19°99°
CMYK 0.000.130.19   0.01
XYZ76.375575.718167.7164
Yxy75.71810.34750.3445
Hunter Lab87.01614.394114.7715
CIE-Lab89.72839.120011.5740

#fcdbcc color RGB value is (252,219,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11001100
Octal 374 333 314
Decimal 252 219 204
Hex FC DB CC

RGB Percentages of Color #fcdbcc

%37.33
%32.44
%30.22

CMYK Percentages of Color #fcdbcc

%0
%13
%19
%1

Triadic Colors of #fcdbcc

#fcdbcc #ccfcdb #dbccfc

Analogous Colors of #fcdbcc

#fcdbcc #fcf3cc #fcccd5

Monochromatic Colors of #fcdbcc

#fcdbcc

Complementary Color

#fcdbcc #ccedfc

#fcdbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbcc Color CSS Codes

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

#fcdbcc Text Font Color

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

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


#fcdbcc Background Color

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

This div background color is #fcdbcc


#fcdbcc Border Color

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

This div border color is #fcdbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,219,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcdbcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbcc

Related Colors


Comments

No comments written yet.

Please login to write comment.