Shades of Snuff #F0DDEE
Tints of Snuff #F0DDEE
RGB
CMYK
RGB Variations
Color information
#F0DDEE (or 0xF0DDEE) is known color: Snuff. HEX triplet: F0, DD and EE. RGB value is (240,221,238). Sum of RGB (Red+Green+Blue) = 240+221+238=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDEE is #0F2211. Grayscale: #E4E4E4. Windows color (decimal): -991762 or 15654384. OLE color: 15654384.
HSL color Cylindrical-coordinate representation of color #F0DDEE: hue angle of 306.32º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DDEE is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 238 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.06 |
| HSL | 306.32º | 0.39% | 0.9% | - |
| HSV(B) | 306.32º | 0.08% | 0.94% | - |
| XYZ | 77.22 | 76.41 | 91.57 | - |
| YUV | 228.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 238 | 0 | 0.08 | 0.01 | 0.06 | 306.32 | 0.39 | 0.9 |
| Hex | F0 | DD | EE | 0 | 8 | 1 | 6 | 132 | 27 | 5A |
| Octal | 360 | 335 | 356 | 0 | 10 | 1 | 6 | 462 | 47 | 132 |
| Binary | 11110000 | 11011101 | 11101110 | 0 | 1000 | 1 | 110 | 100110010 | 100111 | 1011010 |
Color Harmonies of #F0DDEE
Complementary color
Monochromatic Colors of #F0DDEE
Black with #F0DDEE
Text Example
Text Example
White with #F0DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDEE; }
p { color: rgb(240,221,238); }
H1.HeaderClassName
{
color: #F0DDEE;
}
.AnyTagClassName
{
color: #F0DDEE;
}
</style>
background-color css
<style>
a { background-color: #F0DDEE; }
a { background-color: rgb(240,221,238); }
div.DivClassName
{
background-color: #F0DDEE;
}
.BgClassName
{
background-color: #F0DDEE;
}
</style>
border-color css
<style>
span { border-color: #F0DDEE; }
span { border-color: rgb(240,221,238); }
td.TdClassName
{
border-color: #F0DDEE;
}
.TagClassName
{
border-color: #F0DDEE;
}
</style>