#FCCBDB

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

Shades of Pink Lace #FCCBDB

Tints of Pink Lace #FCCBDB

Color information

#FCCBDB (or 0xFCCBDB) is unknown color: approx Pink Lace. HEX triplet: FC, CB and DB. RGB value is (252,203,219). Sum of RGB (Red+Green+Blue) = 252+203+219=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 203 (79.69% from 255 or 30.12% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBDB is #033424. Grayscale: #DBDBDB. Windows color (decimal): -209957 or 14404604. OLE color: 14404604.

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

Color convert

RGB252203219-
CMYK00.190.130.01
HSL340.41º89.09%89.22%-
HSV(B)340.41º19.44%98.82%-
XYZ74.2968.5276.33-
YUV219.48127.73151.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 203 (79.69% from 255) = 30.12%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=37.39%
G=30.12%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220321900.190.130.01340.4189.0989.22
HexFCCBDB013D11545959
Octal374313333023151524131131
Binary1111110011001011110110110100111101110101010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBDB; }

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

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

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

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

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

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

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

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