Shades of Snuff #F0DFEB
Tints of Snuff #F0DFEB
RGB
CMYK
RGB Variations
Color information
#F0DFEB (or 0xF0DFEB) is known color: Snuff. HEX triplet: F0, DF and EB. RGB value is (240,223,235). Sum of RGB (Red+Green+Blue) = 240+223+235=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFEB is #0F2014. Grayscale: #E5E5E5. Windows color (decimal): -991253 or 15458288. OLE color: 15458288.
HSL color Cylindrical-coordinate representation of color #F0DFEB: hue angle of 317.65º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0DFEB is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 235 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.06 |
| HSL | 317.65º | 0.36% | 0.91% | - |
| HSV(B) | 317.65º | 0.07% | 0.94% | - |
| XYZ | 77.32 | 77.3 | 89.44 | - |
| YUV | 229.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 235 | 0 | 0.07 | 0.02 | 0.06 | 317.65 | 0.36 | 0.91 |
| Hex | F0 | DF | EB | 0 | 7 | 2 | 6 | 13E | 24 | 5B |
| Octal | 360 | 337 | 353 | 0 | 7 | 2 | 6 | 476 | 44 | 133 |
| Binary | 11110000 | 11011111 | 11101011 | 0 | 111 | 10 | 110 | 100111110 | 100100 | 1011011 |
Color Harmonies of #F0DFEB
Complementary color
Monochromatic Colors of #F0DFEB
Black with #F0DFEB
Text Example
Text Example
White with #F0DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFEB; }
p { color: rgb(240,223,235); }
H1.HeaderClassName
{
color: #F0DFEB;
}
.AnyTagClassName
{
color: #F0DFEB;
}
</style>
background-color css
<style>
a { background-color: #F0DFEB; }
a { background-color: rgb(240,223,235); }
div.DivClassName
{
background-color: #F0DFEB;
}
.BgClassName
{
background-color: #F0DFEB;
}
</style>
border-color css
<style>
span { border-color: #F0DFEB; }
span { border-color: rgb(240,223,235); }
td.TdClassName
{
border-color: #F0DFEB;
}
.TagClassName
{
border-color: #F0DFEB;
}
</style>