Shades of Snuff #F9CFF4
Tints of Snuff #F9CFF4
RGB
CMYK
RGB Variations
Color information
#F9CFF4 (or 0xF9CFF4) is known color: Snuff. HEX triplet: F9, CF and F4. RGB value is (249,207,244). Sum of RGB (Red+Green+Blue) = 249+207+244=700 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.57% from 700); Green value is 207 (81.25% from 255 or 29.57% from 700); Blue value is 244 (95.70% from 255 or 34.86% from 700); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFF4 is #06300B. Grayscale: #DFDFDF. Windows color (decimal): -405516 or 16044025. OLE color: 16044025.
HSL color Cylindrical-coordinate representation of color #F9CFF4: hue angle of 307.14º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CFF4 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 244 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.02 |
| HSL | 307.14º | 0.78% | 0.89% | - |
| HSV(B) | 307.14º | 0.17% | 0.98% | - |
| XYZ | 77.71 | 71.3 | 95.25 | - |
| YUV | 223.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 244 | 0 | 0.17 | 0.02 | 0.02 | 307.14 | 0.78 | 0.89 |
| Hex | F9 | CF | F4 | 0 | 11 | 2 | 2 | 133 | 4E | 59 |
| Octal | 371 | 317 | 364 | 0 | 21 | 2 | 2 | 463 | 116 | 131 |
| Binary | 11111001 | 11001111 | 11110100 | 0 | 10001 | 10 | 10 | 100110011 | 1001110 | 1011001 |
Color Harmonies of #F9CFF4
Complementary color
Monochromatic Colors of #F9CFF4
Black with #F9CFF4
Text Example
Text Example
White with #F9CFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFF4; }
p { color: rgb(249,207,244); }
H1.HeaderClassName
{
color: #F9CFF4;
}
.AnyTagClassName
{
color: #F9CFF4;
}
</style>
background-color css
<style>
a { background-color: #F9CFF4; }
a { background-color: rgb(249,207,244); }
div.DivClassName
{
background-color: #F9CFF4;
}
.BgClassName
{
background-color: #F9CFF4;
}
</style>
border-color css
<style>
span { border-color: #F9CFF4; }
span { border-color: rgb(249,207,244); }
td.TdClassName
{
border-color: #F9CFF4;
}
.TagClassName
{
border-color: #F9CFF4;
}
</style>