#FCD1DA

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

Shades of Pink Lace #FCD1DA

Tints of Pink Lace #FCD1DA

Color information

#FCD1DA (or 0xFCD1DA) is unknown color: approx Pink Lace. HEX triplet: FC, D1 and DA. RGB value is (252,209,218). Sum of RGB (Red+Green+Blue) = 252+209+218=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 209 (82.03% from 255 or 30.78% from 679); Blue value is 218 (85.55% from 255 or 32.11% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1DA is #032E25. Grayscale: #DEDEDE. Windows color (decimal): -208422 or 14340604. OLE color: 14340604.

HSL color Cylindrical-coordinate representation of color #FCD1DA: hue angle of 347.44º 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 #FCD1DA is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252209218-
CMYK00.170.130.01
HSL347.44º87.76%90.39%-
HSV(B)347.44º17.06%98.82%-
XYZ75.671.3676.12-
YUV222.88125.25148.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 209 (82.03% from 255) = 30.78%
BLUE value IS 218 (85.55% from 255) = 32.11%
R=37.11%
G=30.78%
B=32.11%

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
Decimal25220921800.170.130.01347.4487.7690.39
HexFCD1DA011D115b585a
Octal374321332021151533130132
Binary1111110011010001110110100100011101110101101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD1DA; }

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

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

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

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

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

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

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

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