#FCCFD8

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

Shades of Pink Lace #FCCFD8

Tints of Pink Lace #FCCFD8

Color information

#FCCFD8 (or 0xFCCFD8) is unknown color: approx Pink Lace. HEX triplet: FC, CF and D8. RGB value is (252,207,216). Sum of RGB (Red+Green+Blue) = 252+207+216=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFD8 is #033027. Grayscale: #DDDDDD. Windows color (decimal): -208936 or 14209020. OLE color: 14209020.

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

Color convert

RGB252207216-
CMYK00.180.140.01
HSL348º88.24%90%-
HSV(B)348º17.86%98.82%-
XYZ74.8570.2874.59-
YUV221.48124.91149.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 216 (84.77% from 255) = 32%
R=37.33%
G=30.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220721600.180.140.0134888.2490
HexFCCFD8012E115c585a
Octal374317330022161534130132
Binary1111110011001111110110000100101110110101110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFD8; }

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

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

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

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

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

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

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

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