#FCC2FB

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

Shades of Snuff #FCC2FB

Tints of Snuff #FCC2FB

Color information

#FCC2FB (or 0xFCC2FB) is unknown color: approx Snuff. HEX triplet: FC, C2 and FB. RGB value is (252,194,251). Sum of RGB (Red+Green+Blue) = 252+194+251=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 194 (76.17% from 255 or 27.83% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC2FB is #033D04. Grayscale: #D9D9D9. Windows color (decimal): -212229 or 16499452. OLE color: 16499452.

HSL color Cylindrical-coordinate representation of color #FCC2FB: hue angle of 301.03º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2FB is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252194251-
CMYK00.230.000.01
HSL301.03º90.62%87.45%-
HSV(B)301.03º23.02%98.82%-
XYZ76.8566.24100-
YUV217.84146.72152.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 194 (76.17% from 255) = 27.83%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=36.15%
G=27.83%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219425100.230.000.01301.0390.6287.45
HexFCC2FB0170112d5b57
Octal37430237302701455133127
Binary1111110011000010111110110101110110010110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC2FB; }

 p { color: rgb(252,194,251); }

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

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

 a { background-color: rgb(252,194,251); }

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

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

 span { border-color: rgb(252,194,251); }

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