Shades of Snuff #F9C6FA
Tints of Snuff #F9C6FA
RGB
CMYK
RGB Variations
Color information
#F9C6FA (or 0xF9C6FA) is known color: Snuff. HEX triplet: F9, C6 and FA. RGB value is (249,198,250). Sum of RGB (Red+Green+Blue) = 249+198+250=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 198 (77.73% from 255 or 28.41% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9C6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C6FA is #063905. Grayscale: #DBDBDB. Windows color (decimal): -407814 or 16434937. OLE color: 16434937.
HSL color Cylindrical-coordinate representation of color #F9C6FA: hue angle of 298.85º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C6FA is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 250 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.02 |
| HSL | 298.85º | 0.84% | 0.88% | - |
| HSV(B) | 298.85º | 0.21% | 0.98% | - |
| XYZ | 76.52 | 67.43 | 99.42 | - |
| YUV | 219.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 250 | 0.00 | 0.21 | 0 | 0.02 | 298.85 | 0.84 | 0.88 |
| Hex | F9 | C6 | FA | 0 | 15 | 0 | 2 | 12B | 54 | 58 |
| Octal | 371 | 306 | 372 | 0 | 25 | 0 | 2 | 453 | 124 | 130 |
| Binary | 11111001 | 11000110 | 11111010 | 0 | 10101 | 0 | 10 | 100101011 | 1010100 | 1011000 |
Color Harmonies of #F9C6FA
Complementary color
Monochromatic Colors of #F9C6FA
Black with #F9C6FA
Text Example
Text Example
White with #F9C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C6FA; }
p { color: rgb(249,198,250); }
H1.HeaderClassName
{
color: #F9C6FA;
}
.AnyTagClassName
{
color: #F9C6FA;
}
</style>
background-color css
<style>
a { background-color: #F9C6FA; }
a { background-color: rgb(249,198,250); }
div.DivClassName
{
background-color: #F9C6FA;
}
.BgClassName
{
background-color: #F9C6FA;
}
</style>
border-color css
<style>
span { border-color: #F9C6FA; }
span { border-color: rgb(249,198,250); }
td.TdClassName
{
border-color: #F9C6FA;
}
.TagClassName
{
border-color: #F9C6FA;
}
</style>