#FCCCD8

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

Shades of Pink Lace #FCCCD8

Tints of Pink Lace #FCCCD8

Color information

#FCCCD8 (or 0xFCCCD8) is unknown color: approx Pink Lace. HEX triplet: FC, CC and D8. RGB value is (252,204,216). Sum of RGB (Red+Green+Blue) = 252+204+216=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD8 is #033327. Grayscale: #DBDBDB. Windows color (decimal): -209704 or 14208252. OLE color: 14208252.

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

Color convert

RGB252204216-
CMYK00.190.140.01
HSL345º88.89%89.41%-
HSV(B)345º19.05%98.82%-
XYZ74.1368.8474.35-
YUV219.72125.9151.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.5%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 216 (84.77% from 255) = 32.14%
R=37.5%
G=30.36%
B=32.14%

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
Decimal25220421600.190.140.0134588.8989.41
HexFCCCD8013E11595959
Octal374314330023161531131131
Binary1111110011001100110110000100111110110101100110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCD8; }

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

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

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

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

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

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

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

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