#FCD0DB

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

Shades of Pink Lace #FCD0DB

Tints of Pink Lace #FCD0DB

Color information

#FCD0DB (or 0xFCD0DB) is unknown color: approx Pink Lace. HEX triplet: FC, D0 and DB. RGB value is (252,208,219). Sum of RGB (Red+Green+Blue) = 252+208+219=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0DB is #032F24. Grayscale: #DEDEDE. Windows color (decimal): -208677 or 14405884. OLE color: 14405884.

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

Color convert

RGB252208219-
CMYK00.170.130.01
HSL345º88%90.2%-
HSV(B)345º17.46%98.82%-
XYZ75.4970.9276.73-
YUV222.41126.08149.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 208 (81.64% from 255) = 30.63%
BLUE value IS 219 (85.94% from 255) = 32.25%
R=37.11%
G=30.63%
B=32.25%

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
Decimal25220821900.170.130.013458890.2
HexFCD0DB011D1159585a
Octal374320333021151531130132
Binary1111110011010000110110110100011101110101100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0DB; }

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

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

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

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

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

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

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

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