Shades of Snuff #F9CFF2
Tints of Snuff #F9CFF2
RGB
CMYK
RGB Variations
Color information
#F9CFF2 (or 0xF9CFF2) is known color: Snuff. HEX triplet: F9, CF and F2. RGB value is (249,207,242). Sum of RGB (Red+Green+Blue) = 249+207+242=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CFF2 is #06300D. Grayscale: #DFDFDF. Windows color (decimal): -405518 or 15912953. OLE color: 15912953.
HSL color Cylindrical-coordinate representation of color #F9CFF2: hue angle of 310º 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 #F9CFF2 is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 242 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.02 |
| HSL | 310º | 0.78% | 0.89% | - |
| HSV(B) | 310º | 0.17% | 0.98% | - |
| XYZ | 77.41 | 71.18 | 93.66 | - |
| YUV | 223.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 242 | 0 | 0.17 | 0.03 | 0.02 | 310 | 0.78 | 0.89 |
| Hex | F9 | CF | F2 | 0 | 11 | 3 | 2 | 136 | 4E | 59 |
| Octal | 371 | 317 | 362 | 0 | 21 | 3 | 2 | 466 | 116 | 131 |
| Binary | 11111001 | 11001111 | 11110010 | 0 | 10001 | 11 | 10 | 100110110 | 1001110 | 1011001 |
Color Harmonies of #F9CFF2
Complementary color
Monochromatic Colors of #F9CFF2
Black with #F9CFF2
Text Example
Text Example
White with #F9CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CFF2; }
p { color: rgb(249,207,242); }
H1.HeaderClassName
{
color: #F9CFF2;
}
.AnyTagClassName
{
color: #F9CFF2;
}
</style>
background-color css
<style>
a { background-color: #F9CFF2; }
a { background-color: rgb(249,207,242); }
div.DivClassName
{
background-color: #F9CFF2;
}
.BgClassName
{
background-color: #F9CFF2;
}
</style>
border-color css
<style>
span { border-color: #F9CFF2; }
span { border-color: rgb(249,207,242); }
td.TdClassName
{
border-color: #F9CFF2;
}
.TagClassName
{
border-color: #F9CFF2;
}
</style>