Shades of Snuff #FCC2FB
Tints of Snuff #FCC2FB
RGB
CMYK
RGB Variations
Color information
#FCC2FB (or 0xFCC2FB) is known color: 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
| RGB | 252 | 194 | 251 | - |
| CMYK | 0 | 0.23 | 0.00 | 0.01 |
| HSL | 301.03º | 0.91% | 0.87% | - |
| HSV(B) | 301.03º | 0.23% | 0.99% | - |
| XYZ | 76.85 | 66.24 | 100 | - |
| YUV | 217.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 251 | 0 | 0.23 | 0.00 | 0.01 | 301.03 | 0.91 | 0.87 |
| Hex | FC | C2 | FB | 0 | 17 | 0 | 1 | 12D | 5B | 57 |
| Octal | 374 | 302 | 373 | 0 | 27 | 0 | 1 | 455 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11111011 | 0 | 10111 | 0 | 1 | 100101101 | 1011011 | 1010111 |
Color Harmonies of #FCC2FB
Complementary color
Monochromatic Colors of #FCC2FB
Black with #FCC2FB
Text Example
Text Example
White with #FCC2FB
Text Example
Text Example
HTML Codes & Css Web 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>