Shades of Snuff #F0D2EE
Tints of Snuff #F0D2EE
RGB
CMYK
RGB Variations
Color information
#F0D2EE (or 0xF0D2EE) is known color: Snuff. HEX triplet: F0, D2 and EE. RGB value is (240,210,238). Sum of RGB (Red+Green+Blue) = 240+210+238=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D2EE is #0F2D11. Grayscale: #DEDEDE. Windows color (decimal): -994578 or 15651568. OLE color: 15651568.
HSL color Cylindrical-coordinate representation of color #F0D2EE: hue angle of 304º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0D2EE is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 238 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.06 |
| HSL | 304º | 0.5% | 0.88% | - |
| HSV(B) | 304º | 0.13% | 0.94% | - |
| XYZ | 74.41 | 70.79 | 90.63 | - |
| YUV | 222.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 238 | 0 | 0.12 | 0.01 | 0.06 | 304 | 0.5 | 0.88 |
| Hex | F0 | D2 | EE | 0 | C | 1 | 6 | 130 | 32 | 58 |
| Octal | 360 | 322 | 356 | 0 | 14 | 1 | 6 | 460 | 62 | 130 |
| Binary | 11110000 | 11010010 | 11101110 | 0 | 1100 | 1 | 110 | 100110000 | 110010 | 1011000 |
Color Harmonies of #F0D2EE
Complementary color
Monochromatic Colors of #F0D2EE
Black with #F0D2EE
Text Example
Text Example
White with #F0D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2EE; }
p { color: rgb(240,210,238); }
H1.HeaderClassName
{
color: #F0D2EE;
}
.AnyTagClassName
{
color: #F0D2EE;
}
</style>
background-color css
<style>
a { background-color: #F0D2EE; }
a { background-color: rgb(240,210,238); }
div.DivClassName
{
background-color: #F0D2EE;
}
.BgClassName
{
background-color: #F0D2EE;
}
</style>
border-color css
<style>
span { border-color: #F0D2EE; }
span { border-color: rgb(240,210,238); }
td.TdClassName
{
border-color: #F0D2EE;
}
.TagClassName
{
border-color: #F0D2EE;
}
</style>