#FCD0DD

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

Shades of Pink Lace #FCD0DD

Tints of Pink Lace #FCD0DD

Color information

#FCD0DD (or 0xFCD0DD) is unknown color: approx Pink Lace. HEX triplet: FC, D0 and DD. RGB value is (252,208,221). Sum of RGB (Red+Green+Blue) = 252+208+221=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 208 (81.64% from 255 or 30.54% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0DD is #032F22. Grayscale: #DEDEDE. Windows color (decimal): -208675 or 14536956. OLE color: 14536956.

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

Color convert

RGB252208221-
CMYK00.170.120.01
HSL342.27º88%90.2%-
HSV(B)342.27º17.46%98.82%-
XYZ75.7571.0378.12-
YUV222.64127.08148.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 208 (81.64% from 255) = 30.54%
BLUE value IS 221 (86.72% from 255) = 32.45%
R=37.00%
G=30.54%
B=32.45%

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
Decimal25220822100.170.120.01342.278890.2
HexFCD0DD011C1156585a
Octal374320335021141526130132
Binary1111110011010000110111010100011100110101011010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0DD; }

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

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

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

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

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

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

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

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