Shades of Snuff #F0DCEE
Tints of Snuff #F0DCEE
RGB
CMYK
RGB Variations
Color information
#F0DCEE (or 0xF0DCEE) is known color: Snuff. HEX triplet: F0, DC and EE. RGB value is (240,220,238). Sum of RGB (Red+Green+Blue) = 240+220+238=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCEE is #0F2311. Grayscale: #E3E3E3. Windows color (decimal): -992018 or 15654128. OLE color: 15654128.
HSL color Cylindrical-coordinate representation of color #F0DCEE: hue angle of 306º degrees, saturation: 0.4, 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 #F0DCEE is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 238 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.06 |
| HSL | 306º | 0.4% | 0.9% | - |
| HSV(B) | 306º | 0.08% | 0.94% | - |
| XYZ | 76.96 | 75.88 | 91.48 | - |
| YUV | 228.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 238 | 0 | 0.08 | 0.01 | 0.06 | 306 | 0.4 | 0.9 |
| Hex | F0 | DC | EE | 0 | 8 | 1 | 6 | 132 | 28 | 5A |
| Octal | 360 | 334 | 356 | 0 | 10 | 1 | 6 | 462 | 50 | 132 |
| Binary | 11110000 | 11011100 | 11101110 | 0 | 1000 | 1 | 110 | 100110010 | 101000 | 1011010 |
Color Harmonies of #F0DCEE
Complementary color
Monochromatic Colors of #F0DCEE
Black with #F0DCEE
Text Example
Text Example
White with #F0DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DCEE; }
p { color: rgb(240,220,238); }
H1.HeaderClassName
{
color: #F0DCEE;
}
.AnyTagClassName
{
color: #F0DCEE;
}
</style>
background-color css
<style>
a { background-color: #F0DCEE; }
a { background-color: rgb(240,220,238); }
div.DivClassName
{
background-color: #F0DCEE;
}
.BgClassName
{
background-color: #F0DCEE;
}
</style>
border-color css
<style>
span { border-color: #F0DCEE; }
span { border-color: rgb(240,220,238); }
td.TdClassName
{
border-color: #F0DCEE;
}
.TagClassName
{
border-color: #F0DCEE;
}
</style>