Shades of Snuff #F9C8FF
Tints of Snuff #F9C8FF
RGB
CMYK
RGB Variations
Color information
#F9C8FF (or 0xF9C8FF) is known color: Snuff. HEX triplet: F9, C8 and FF. RGB value is (249,200,255). Sum of RGB (Red+Green+Blue) = 249+200+255=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 200 (78.52% from 255 or 28.41% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #F9C8FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C8FF is #063700. Grayscale: #DCDCDC. Windows color (decimal): -407297 or 16763129. OLE color: 16763129.
HSL color Cylindrical-coordinate representation of color #F9C8FF: hue angle of 293.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C8FF is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 200 | 255 | - |
| CMYK | 0.02 | 0.22 | 0 | 0 |
| HSL | 293.45º | 1% | 0.89% | - |
| HSV(B) | 293.45º | 0.22% | 1% | - |
| XYZ | 77.77 | 68.67 | 103.76 | - |
| YUV | 220.92 | 147.23 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 255 | 0.02 | 0.22 | 0 | 0 | 293.45 | 1 | 0.89 |
| Hex | F9 | C8 | FF | 2 | 16 | 0 | 0 | 125 | 64 | 59 |
| Octal | 371 | 310 | 377 | 2 | 26 | 0 | 0 | 445 | 144 | 131 |
| Binary | 11111001 | 11001000 | 11111111 | 10 | 10110 | 0 | 0 | 100100101 | 1100100 | 1011001 |
Color Harmonies of #F9C8FF
Complementary color
Monochromatic Colors of #F9C8FF
Black with #F9C8FF
Text Example
Text Example
White with #F9C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8FF; }
p { color: rgb(249,200,255); }
H1.HeaderClassName
{
color: #F9C8FF;
}
.AnyTagClassName
{
color: #F9C8FF;
}
</style>
background-color css
<style>
a { background-color: #F9C8FF; }
a { background-color: rgb(249,200,255); }
div.DivClassName
{
background-color: #F9C8FF;
}
.BgClassName
{
background-color: #F9C8FF;
}
</style>
border-color css
<style>
span { border-color: #F9C8FF; }
span { border-color: rgb(249,200,255); }
td.TdClassName
{
border-color: #F9C8FF;
}
.TagClassName
{
border-color: #F9C8FF;
}
</style>