Color Hex Logo

#fccdcc Color Hex

#FCCDCC
(252,205,204)
0 Favorites   0 Comments

Color spaces of #fccdcc

RGB 252205204
HSL0.000.890.89
HSV19°99°
CMYK 0.000.190.19   0.01
XYZ72.875368.717766.5496
Yxy68.71770.35010.3301
Hunter Lab82.896111.853910.4289
CIE-Lab86.364116.40866.7598

#fccdcc color RGB value is (252,205,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11001100
Octal 374 315 314
Decimal 252 205 204
Hex FC CD CC

RGB Percentages of Color #fccdcc

%38.12
%31.01
%30.86

CMYK Percentages of Color #fccdcc

%0
%19
%19
%1

Triadic Colors of #fccdcc

#fccdcc #ccfccd #cdccfc

Analogous Colors of #fccdcc

#fccdcc #fce5cc #fccce3

Monochromatic Colors of #fccdcc

#fccdcc

Complementary Color

#fccdcc #ccfbfc

#fccdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdcc Color CSS Codes

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

#fccdcc Text Font Color

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

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


#fccdcc Background Color

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

This div background color is #fccdcc


#fccdcc Border Color

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

This div border color is #fccdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdcc


Comments

No comments written yet.

Please login to write comment.