Shades of Snuff #F0CFF0
Tints of Snuff #F0CFF0
RGB
CMYK
RGB Variations
Color information
#F0CFF0 (or 0xF0CFF0) is known color: Snuff. HEX triplet: F0, CF and F0. RGB value is (240,207,240). Sum of RGB (Red+Green+Blue) = 240+207+240=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0CFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CFF0 is #0F300F. Grayscale: #DCDCDC. Windows color (decimal): -995344 or 15781872. OLE color: 15781872.
HSL color Cylindrical-coordinate representation of color #F0CFF0: hue angle of 300º 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 #F0CFF0 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 240 | - |
| CMYK | 0 | 0.14 | 0 | 0.06 |
| HSL | 300º | 0.52% | 0.88% | - |
| HSV(B) | 300º | 0.14% | 0.94% | - |
| XYZ | 73.98 | 69.44 | 91.94 | - |
| YUV | 220.63 | 138.93 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 240 | 0 | 0.14 | 0 | 0.06 | 300 | 0.52 | 0.88 |
| Hex | F0 | CF | F0 | 0 | E | 0 | 6 | 12C | 34 | 58 |
| Octal | 360 | 317 | 360 | 0 | 16 | 0 | 6 | 454 | 64 | 130 |
| Binary | 11110000 | 11001111 | 11110000 | 0 | 1110 | 0 | 110 | 100101100 | 110100 | 1011000 |
Color Harmonies of #F0CFF0
Complementary color
Monochromatic Colors of #F0CFF0
Black with #F0CFF0
Text Example
Text Example
White with #F0CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFF0; }
p { color: rgb(240,207,240); }
H1.HeaderClassName
{
color: #F0CFF0;
}
.AnyTagClassName
{
color: #F0CFF0;
}
</style>
background-color css
<style>
a { background-color: #F0CFF0; }
a { background-color: rgb(240,207,240); }
div.DivClassName
{
background-color: #F0CFF0;
}
.BgClassName
{
background-color: #F0CFF0;
}
</style>
border-color css
<style>
span { border-color: #F0CFF0; }
span { border-color: rgb(240,207,240); }
td.TdClassName
{
border-color: #F0CFF0;
}
.TagClassName
{
border-color: #F0CFF0;
}
</style>