Shades of Snuff #F0D6EE
Tints of Snuff #F0D6EE
RGB
CMYK
RGB Variations
Color information
#F0D6EE (or 0xF0D6EE) is known color: Snuff. HEX triplet: F0, D6 and EE. RGB value is (240,214,238). Sum of RGB (Red+Green+Blue) = 240+214+238=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 214 (83.98% from 255 or 30.92% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6EE is #0F2911. Grayscale: #E0E0E0. Windows color (decimal): -993554 or 15652592. OLE color: 15652592.
HSL color Cylindrical-coordinate representation of color #F0D6EE: hue angle of 304.62º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0D6EE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 238 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.06 |
| HSL | 304.62º | 0.46% | 0.89% | - |
| HSV(B) | 304.62º | 0.11% | 0.94% | - |
| XYZ | 75.41 | 72.79 | 90.96 | - |
| YUV | 224.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 238 | 0 | 0.11 | 0.01 | 0.06 | 304.62 | 0.46 | 0.89 |
| Hex | F0 | D6 | EE | 0 | B | 1 | 6 | 131 | 2E | 59 |
| Octal | 360 | 326 | 356 | 0 | 13 | 1 | 6 | 461 | 56 | 131 |
| Binary | 11110000 | 11010110 | 11101110 | 0 | 1011 | 1 | 110 | 100110001 | 101110 | 1011001 |
Color Harmonies of #F0D6EE
Complementary color
Monochromatic Colors of #F0D6EE
Black with #F0D6EE
Text Example
Text Example
White with #F0D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6EE; }
p { color: rgb(240,214,238); }
H1.HeaderClassName
{
color: #F0D6EE;
}
.AnyTagClassName
{
color: #F0D6EE;
}
</style>
background-color css
<style>
a { background-color: #F0D6EE; }
a { background-color: rgb(240,214,238); }
div.DivClassName
{
background-color: #F0D6EE;
}
.BgClassName
{
background-color: #F0D6EE;
}
</style>
border-color css
<style>
span { border-color: #F0D6EE; }
span { border-color: rgb(240,214,238); }
td.TdClassName
{
border-color: #F0D6EE;
}
.TagClassName
{
border-color: #F0D6EE;
}
</style>