#FCCFDB

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

Shades of Pink Lace #FCCFDB

Tints of Pink Lace #FCCFDB

Color information

#FCCFDB (or 0xFCCFDB) is unknown color: approx Pink Lace. HEX triplet: FC, CF and DB. RGB value is (252,207,219). Sum of RGB (Red+Green+Blue) = 252+207+219=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFDB is #033024. Grayscale: #DDDDDD. Windows color (decimal): -208933 or 14405628. OLE color: 14405628.

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

Color convert

RGB252207219-
CMYK00.180.130.01
HSL344º88.24%90%-
HSV(B)344º17.86%98.82%-
XYZ75.2470.4476.65-
YUV221.82126.41149.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 207 (81.25% from 255) = 30.53%
BLUE value IS 219 (85.94% from 255) = 32.30%
R=37.17%
G=30.53%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220721900.180.130.0134488.2490
HexFCCFDB012D1158585a
Octal374317333022151530130132
Binary1111110011001111110110110100101101110101100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFDB; }

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

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

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

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

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

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

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

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