#FCCBD8

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

Shades of Pink Lace #FCCBD8

Tints of Pink Lace #FCCBD8

Color information

#FCCBD8 (or 0xFCCBD8) is unknown color: approx Pink Lace. HEX triplet: FC, CB and D8. RGB value is (252,203,216). Sum of RGB (Red+Green+Blue) = 252+203+216=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBD8 is #033427. Grayscale: #DBDBDB. Windows color (decimal): -209960 or 14207996. OLE color: 14207996.

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

Color convert

RGB252203216-
CMYK00.190.140.01
HSL344.08º89.09%89.22%-
HSV(B)344.08º19.44%98.82%-
XYZ73.968.3774.27-
YUV219.13126.23151.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=37.56%
G=30.25%
B=32.19%

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
Decimal25220321600.190.140.01344.0889.0989.22
HexFCCBD8013E11585959
Octal374313330023161530131131
Binary1111110011001011110110000100111110110101100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBD8; }

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

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

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

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

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

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

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

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