#FCC6FB

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

Shades of Snuff #FCC6FB

Tints of Snuff #FCC6FB

Color information

#FCC6FB (or 0xFCC6FB) is unknown color: approx Snuff. HEX triplet: FC, C6 and FB. RGB value is (252,198,251). Sum of RGB (Red+Green+Blue) = 252+198+251=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 198 (77.73% from 255 or 28.25% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6FB is #033904. Grayscale: #DCDCDC. Windows color (decimal): -211205 or 16500476. OLE color: 16500476.

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

Color convert

RGB252198251-
CMYK00.210.000.01
HSL301.11º90%88.24%-
HSV(B)301.11º21.43%98.82%-
XYZ77.7568.05100.3-
YUV220.19145.39150.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 198 (77.73% from 255) = 28.25%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=35.95%
G=28.25%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219825100.210.000.01301.119088.24
HexFCC6FB0150112d5a58
Octal37430637302501455132130
Binary1111110011000110111110110101010110010110110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC6FB; }

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

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

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

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

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

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

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

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