Shades of Snuff #F0CFF1
Tints of Snuff #F0CFF1
RGB
CMYK
RGB Variations
Color information
#F0CFF1 (or 0xF0CFF1) is known color: Snuff. HEX triplet: F0, CF and F1. RGB value is (240,207,241). Sum of RGB (Red+Green+Blue) = 240+207+241=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0CFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFF1 is #0F300E. Grayscale: #DCDCDC. Windows color (decimal): -995343 or 15847408. OLE color: 15847408.
HSL color Cylindrical-coordinate representation of color #F0CFF1: hue angle of 298.24º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFF1 is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 207 | 241 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.05 |
| HSL | 298.24º | 0.55% | 0.88% | - |
| HSV(B) | 298.24º | 0.14% | 0.95% | - |
| XYZ | 74.13 | 69.5 | 92.73 | - |
| YUV | 220.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 241 | 0.00 | 0.14 | 0 | 0.05 | 298.24 | 0.55 | 0.88 |
| Hex | F0 | CF | F1 | 0 | E | 0 | 5 | 12A | 37 | 58 |
| Octal | 360 | 317 | 361 | 0 | 16 | 0 | 5 | 452 | 67 | 130 |
| Binary | 11110000 | 11001111 | 11110001 | 0 | 1110 | 0 | 101 | 100101010 | 110111 | 1011000 |
Color Harmonies of #F0CFF1
Complementary color
Monochromatic Colors of #F0CFF1
Black with #F0CFF1
Text Example
Text Example
White with #F0CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFF1; }
p { color: rgb(240,207,241); }
H1.HeaderClassName
{
color: #F0CFF1;
}
.AnyTagClassName
{
color: #F0CFF1;
}
</style>
background-color css
<style>
a { background-color: #F0CFF1; }
a { background-color: rgb(240,207,241); }
div.DivClassName
{
background-color: #F0CFF1;
}
.BgClassName
{
background-color: #F0CFF1;
}
</style>
border-color css
<style>
span { border-color: #F0CFF1; }
span { border-color: rgb(240,207,241); }
td.TdClassName
{
border-color: #F0CFF1;
}
.TagClassName
{
border-color: #F0CFF1;
}
</style>