Color Hex Logo

#fcddcc Color Hex

#FCDDCC
(252,221,204)
0 Favorites   0 Comments

Color spaces of #fcddcc

RGB 252221204
HSL0.060.890.89
HSV21°19°99°
CMYK 0.000.120.19   0.01
XYZ76.900476.768067.8914
Yxy76.76800.34710.3465
Hunter Lab87.61733.336315.3905
CIE-Lab90.21478.085812.2658

#fcddcc color RGB value is (252,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 11001100
Octal 374 335 314
Decimal 252 221 204
Hex FC DD CC

RGB Percentages of Color #fcddcc

%37.22
%32.64
%30.13

CMYK Percentages of Color #fcddcc

%0
%12
%19
%1

Triadic Colors of #fcddcc

#fcddcc #ccfcdd #ddccfc

Analogous Colors of #fcddcc

#fcddcc #fcf5cc #fcccd3

Monochromatic Colors of #fcddcc

#fcddcc

Complementary Color

#fcddcc #ccebfc

#fcddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddcc Color CSS Codes

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

#fcddcc Text Font Color

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

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


#fcddcc Background Color

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

This div background color is #fcddcc


#fcddcc Border Color

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

This div border color is #fcddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddcc


Comments

No comments written yet.

Please login to write comment.