#FCCCD9

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

Shades of Pink Lace #FCCCD9

Tints of Pink Lace #FCCCD9

Color information

#FCCCD9 (or 0xFCCCD9) is unknown color: approx Pink Lace. HEX triplet: FC, CC and D9. RGB value is (252,204,217). Sum of RGB (Red+Green+Blue) = 252+204+217=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 217 (85.16% from 255 or 32.24% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD9 is #033326. Grayscale: #DBDBDB. Windows color (decimal): -209703 or 14273788. OLE color: 14273788.

HSL color Cylindrical-coordinate representation of color #FCCCD9: hue angle of 343.75º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCD9 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252204217-
CMYK00.190.140.01
HSL343.75º88.89%89.41%-
HSV(B)343.75º19.05%98.82%-
XYZ74.2668.8975.03-
YUV219.83126.4150.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 204 (80.08% from 255) = 30.31%
BLUE value IS 217 (85.16% from 255) = 32.24%
R=37.44%
G=30.31%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220421700.190.140.01343.7588.8989.41
HexFCCCD9013E11585959
Octal374314331023161530131131
Binary1111110011001100110110010100111110110101100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCD9; }

 p { color: rgb(252,204,217); }

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

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

 a { background-color: rgb(252,204,217); }

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

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

 span { border-color: rgb(252,204,217); }

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