Shades of Snuff #F9C5FA
Tints of Snuff #F9C5FA
RGB
CMYK
RGB Variations
Color information
#F9C5FA (or 0xF9C5FA) is known color: Snuff. HEX triplet: F9, C5 and FA. RGB value is (249,197,250). Sum of RGB (Red+Green+Blue) = 249+197+250=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 197 (77.34% from 255 or 28.30% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9C5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C5FA is #063A05. Grayscale: #DADADA. Windows color (decimal): -408070 or 16434681. OLE color: 16434681.
HSL color Cylindrical-coordinate representation of color #F9C5FA: hue angle of 298.87º 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 #F9C5FA is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 250 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.02 |
| HSL | 298.87º | 0.84% | 0.88% | - |
| HSV(B) | 298.87º | 0.21% | 0.98% | - |
| XYZ | 76.29 | 66.97 | 99.35 | - |
| YUV | 218.59 | 145.73 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 250 | 0.00 | 0.21 | 0 | 0.02 | 298.87 | 0.84 | 0.88 |
| Hex | F9 | C5 | FA | 0 | 15 | 0 | 2 | 12B | 54 | 58 |
| Octal | 371 | 305 | 372 | 0 | 25 | 0 | 2 | 453 | 124 | 130 |
| Binary | 11111001 | 11000101 | 11111010 | 0 | 10101 | 0 | 10 | 100101011 | 1010100 | 1011000 |
Color Harmonies of #F9C5FA
Complementary color
Monochromatic Colors of #F9C5FA
Black with #F9C5FA
Text Example
Text Example
White with #F9C5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C5FA; }
p { color: rgb(249,197,250); }
H1.HeaderClassName
{
color: #F9C5FA;
}
.AnyTagClassName
{
color: #F9C5FA;
}
</style>
background-color css
<style>
a { background-color: #F9C5FA; }
a { background-color: rgb(249,197,250); }
div.DivClassName
{
background-color: #F9C5FA;
}
.BgClassName
{
background-color: #F9C5FA;
}
</style>
border-color css
<style>
span { border-color: #F9C5FA; }
span { border-color: rgb(249,197,250); }
td.TdClassName
{
border-color: #F9C5FA;
}
.TagClassName
{
border-color: #F9C5FA;
}
</style>