#FCCCD6

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

Shades of Pink Lace #FCCCD6

Tints of Pink Lace #FCCCD6

Color information

#FCCCD6 (or 0xFCCCD6) is unknown color: approx Pink Lace. HEX triplet: FC, CC and D6. RGB value is (252,204,214). Sum of RGB (Red+Green+Blue) = 252+204+214=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD6 is #033329. Grayscale: #DBDBDB. Windows color (decimal): -209706 or 14077180. OLE color: 14077180.

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

Color convert

RGB252204214-
CMYK00.190.150.01
HSL347.5º88.89%89.41%-
HSV(B)347.5º19.05%98.82%-
XYZ73.8868.7472.99-
YUV219.49124.9151.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 204 (80.08% from 255) = 30.45%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=37.61%
G=30.45%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220421400.190.150.01347.588.8989.41
HexFCCCD6013F115c5959
Octal374314326023171534131131
Binary1111110011001100110101100100111111110101110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCD6; }

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

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

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

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

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

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

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

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