#FCD1DD

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

Shades of Pink Lace #FCD1DD

Tints of Pink Lace #FCD1DD

Color information

#FCD1DD (or 0xFCD1DD) is unknown color: approx Pink Lace. HEX triplet: FC, D1 and DD. RGB value is (252,209,221). Sum of RGB (Red+Green+Blue) = 252+209+221=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1DD is #032E22. Grayscale: #DFDFDF. Windows color (decimal): -208419 or 14537212. OLE color: 14537212.

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

Color convert

RGB252209221-
CMYK00.170.120.01
HSL343.26º87.76%90.39%-
HSV(B)343.26º17.06%98.82%-
XYZ7671.5278.21-
YUV223.23126.75148.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 209 (82.03% from 255) = 30.65%
BLUE value IS 221 (86.72% from 255) = 32.40%
R=36.95%
G=30.65%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220922100.170.120.01343.2687.7690.39
HexFCD1DD011C1157585a
Octal374321335021141527130132
Binary1111110011010001110111010100011100110101011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1DD; }

 p { color: rgb(252,209,221); }

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

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

 a { background-color: rgb(252,209,221); }

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

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

 span { border-color: rgb(252,209,221); }

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