#FCCCD7

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

Shades of Pink Lace #FCCCD7

Tints of Pink Lace #FCCCD7

Color information

#FCCCD7 (or 0xFCCCD7) is unknown color: approx Pink Lace. HEX triplet: FC, CC and D7. RGB value is (252,204,215). Sum of RGB (Red+Green+Blue) = 252+204+215=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD7 is #033328. Grayscale: #DBDBDB. Windows color (decimal): -209705 or 14142716. OLE color: 14142716.

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

Color convert

RGB252204215-
CMYK00.190.150.01
HSL346.25º88.89%89.41%-
HSV(B)346.25º19.05%98.82%-
XYZ7468.7973.67-
YUV219.61125.4151.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 215 (84.38% from 255) = 32.04%
R=37.56%
G=30.40%
B=32.04%

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
Decimal25220421500.190.150.01346.2588.8989.41
HexFCCCD7013F115a5959
Octal374314327023171532131131
Binary1111110011001100110101110100111111110101101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCD7; }

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

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

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

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

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

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

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

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