Shades of Snuff #F0D5ED
Tints of Snuff #F0D5ED
RGB
CMYK
RGB Variations
Color information
#F0D5ED (or 0xF0D5ED) is known color: Snuff. HEX triplet: F0, D5 and ED. RGB value is (240,213,237). Sum of RGB (Red+Green+Blue) = 240+213+237=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 213 (83.59% from 255 or 30.87% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D5ED is #0F2A12. Grayscale: #DFDFDF. Windows color (decimal): -993811 or 15586800. OLE color: 15586800.
HSL color Cylindrical-coordinate representation of color #F0D5ED: hue angle of 306.67º degrees, saturation: 0.47, 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 #F0D5ED is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 237 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.06 |
| HSL | 306.67º | 0.47% | 0.89% | - |
| HSV(B) | 306.67º | 0.11% | 0.94% | - |
| XYZ | 75.02 | 72.23 | 90.11 | - |
| YUV | 223.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 237 | 0 | 0.11 | 0.01 | 0.06 | 306.67 | 0.47 | 0.89 |
| Hex | F0 | D5 | ED | 0 | B | 1 | 6 | 133 | 2F | 59 |
| Octal | 360 | 325 | 355 | 0 | 13 | 1 | 6 | 463 | 57 | 131 |
| Binary | 11110000 | 11010101 | 11101101 | 0 | 1011 | 1 | 110 | 100110011 | 101111 | 1011001 |
Color Harmonies of #F0D5ED
Complementary color
Monochromatic Colors of #F0D5ED
Black with #F0D5ED
Text Example
Text Example
White with #F0D5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D5ED; }
p { color: rgb(240,213,237); }
H1.HeaderClassName
{
color: #F0D5ED;
}
.AnyTagClassName
{
color: #F0D5ED;
}
</style>
background-color css
<style>
a { background-color: #F0D5ED; }
a { background-color: rgb(240,213,237); }
div.DivClassName
{
background-color: #F0D5ED;
}
.BgClassName
{
background-color: #F0D5ED;
}
</style>
border-color css
<style>
span { border-color: #F0D5ED; }
span { border-color: rgb(240,213,237); }
td.TdClassName
{
border-color: #F0D5ED;
}
.TagClassName
{
border-color: #F0D5ED;
}
</style>