#FCD2DC

Color #FCD2DC Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #FCD2DC

Tints of Pink Lace #FCD2DC

Color information

#FCD2DC (or 0xFCD2DC) is unknown color: approx Pink Lace. HEX triplet: FC, D2 and DC. RGB value is (252,210,220). Sum of RGB (Red+Green+Blue) = 252+210+220=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2DC is #032D23. Grayscale: #DFDFDF. Windows color (decimal): -208164 or 14471932. OLE color: 14471932.

HSL color Cylindrical-coordinate representation of color #FCD2DC: hue angle of 345.71º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCD2DC is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252210220-
CMYK00.170.130.01
HSL345.71º87.5%90.59%-
HSV(B)345.71º16.67%98.82%-
XYZ76.1171.9677.59-
YUV223.7125.91148.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 210 (82.42% from 255) = 30.79%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=36.95%
G=30.79%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221022000.170.130.01345.7187.590.59
HexFCD2DC011D115a585b
Octal374322334021151532130133
Binary1111110011010010110111000100011101110101101010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD2DC; }

 p { color: rgb(252,210,220); }

 H1.HeaderClassName
 {
   color: #FCD2DC;
 }
 .AnyTagClassName
 {
   color: #FCD2DC;
 }
</style>
background-color css

<style>
 a { background-color: #FCD2DC; }

 a { background-color: rgb(252,210,220); }

 div.DivClassName
 {
   background-color: #FCD2DC;
 }
 .BgClassName
 {
   background-color: #FCD2DC;
 }
</style>
border-color css

<style>
 span { border-color: #FCD2DC; }

 span { border-color: rgb(252,210,220); }

 td.TdClassName
 {
   border-color: #FCD2DC;
 }
 .TagClassName
 {
   border-color: #FCD2DC;
 }
</style>