Shades of Snuff #F9C9FE
Tints of Snuff #F9C9FE
RGB
CMYK
RGB Variations
Color information
#F9C9FE (or 0xF9C9FE) is known color: Snuff. HEX triplet: F9, C9 and FE. RGB value is (249,201,254). Sum of RGB (Red+Green+Blue) = 249+201+254=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 201 (78.91% from 255 or 28.55% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9C9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C9FE is #063601. Grayscale: #DDDDDD. Windows color (decimal): -407042 or 16697849. OLE color: 16697849.
HSL color Cylindrical-coordinate representation of color #F9C9FE: hue angle of 294.34º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F9C9FE is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 201 | 254 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.00 |
| HSL | 294.34º | 0.96% | 0.89% | - |
| HSV(B) | 294.34º | 0.21% | 1% | - |
| XYZ | 77.84 | 69.07 | 102.99 | - |
| YUV | 221.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 254 | 0.02 | 0.21 | 0 | 0.00 | 294.34 | 0.96 | 0.89 |
| Hex | F9 | C9 | FE | 2 | 15 | 0 | 0 | 126 | 60 | 59 |
| Octal | 371 | 311 | 376 | 2 | 25 | 0 | 0 | 446 | 140 | 131 |
| Binary | 11111001 | 11001001 | 11111110 | 10 | 10101 | 0 | 0 | 100100110 | 1100000 | 1011001 |
Color Harmonies of #F9C9FE
Complementary color
Monochromatic Colors of #F9C9FE
Black with #F9C9FE
Text Example
Text Example
White with #F9C9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C9FE; }
p { color: rgb(249,201,254); }
H1.HeaderClassName
{
color: #F9C9FE;
}
.AnyTagClassName
{
color: #F9C9FE;
}
</style>
background-color css
<style>
a { background-color: #F9C9FE; }
a { background-color: rgb(249,201,254); }
div.DivClassName
{
background-color: #F9C9FE;
}
.BgClassName
{
background-color: #F9C9FE;
}
</style>
border-color css
<style>
span { border-color: #F9C9FE; }
span { border-color: rgb(249,201,254); }
td.TdClassName
{
border-color: #F9C9FE;
}
.TagClassName
{
border-color: #F9C9FE;
}
</style>