Shades of Snuff #F0CFEF
Tints of Snuff #F0CFEF
RGB
CMYK
RGB Variations
Color information
#F0CFEF (or 0xF0CFEF) is known color: Snuff. HEX triplet: F0, CF and EF. RGB value is (240,207,239). Sum of RGB (Red+Green+Blue) = 240+207+239=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 207 (81.25% from 255 or 30.17% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFEF is #0F3010. Grayscale: #DCDCDC. Windows color (decimal): -995345 or 15716336. OLE color: 15716336.
HSL color Cylindrical-coordinate representation of color #F0CFEF: hue angle of 301.82º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CFEF is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 239 | - |
| CMYK | 0 | 0.14 | 0.00 | 0.06 |
| HSL | 301.82º | 0.52% | 0.88% | - |
| HSV(B) | 301.82º | 0.14% | 0.94% | - |
| XYZ | 73.83 | 69.38 | 91.16 | - |
| YUV | 220.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 239 | 0 | 0.14 | 0.00 | 0.06 | 301.82 | 0.52 | 0.88 |
| Hex | F0 | CF | EF | 0 | E | 0 | 6 | 12E | 34 | 58 |
| Octal | 360 | 317 | 357 | 0 | 16 | 0 | 6 | 456 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11101111 | 0 | 1110 | 0 | 110 | 100101110 | 110100 | 1011000 |
Color Harmonies of #F0CFEF
Complementary color
Monochromatic Colors of #F0CFEF
Black with #F0CFEF
Text Example
Text Example
White with #F0CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFEF; }
p { color: rgb(240,207,239); }
H1.HeaderClassName
{
color: #F0CFEF;
}
.AnyTagClassName
{
color: #F0CFEF;
}
</style>
background-color css
<style>
a { background-color: #F0CFEF; }
a { background-color: rgb(240,207,239); }
div.DivClassName
{
background-color: #F0CFEF;
}
.BgClassName
{
background-color: #F0CFEF;
}
</style>
border-color css
<style>
span { border-color: #F0CFEF; }
span { border-color: rgb(240,207,239); }
td.TdClassName
{
border-color: #F0CFEF;
}
.TagClassName
{
border-color: #F0CFEF;
}
</style>