Shades of Snuff #F2E0ED
Tints of Snuff #F2E0ED
RGB
CMYK
RGB Variations
Color information
#F2E0ED (or 0xF2E0ED) is known color: Snuff. HEX triplet: F2, E0 and ED. RGB value is (242,224,237). Sum of RGB (Red+Green+Blue) = 242+224+237=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0ED is #0D1F12. Grayscale: #E6E6E6. Windows color (decimal): -859923 or 15589618. OLE color: 15589618.
HSL color Cylindrical-coordinate representation of color #F2E0ED: hue angle of 316.67º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E0ED is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 237 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.05 |
| HSL | 316.67º | 0.41% | 0.91% | - |
| HSV(B) | 316.67º | 0.07% | 0.95% | - |
| XYZ | 78.56 | 78.3 | 91.09 | - |
| YUV | 230.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 237 | 0 | 0.07 | 0.02 | 0.05 | 316.67 | 0.41 | 0.91 |
| Hex | F2 | E0 | ED | 0 | 7 | 2 | 5 | 13D | 29 | 5B |
| Octal | 362 | 340 | 355 | 0 | 7 | 2 | 5 | 475 | 51 | 133 |
| Binary | 11110010 | 11100000 | 11101101 | 0 | 111 | 10 | 101 | 100111101 | 101001 | 1011011 |
Color Harmonies of #F2E0ED
Complementary color
Monochromatic Colors of #F2E0ED
Black with #F2E0ED
Text Example
Text Example
White with #F2E0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0ED; }
p { color: rgb(242,224,237); }
H1.HeaderClassName
{
color: #F2E0ED;
}
.AnyTagClassName
{
color: #F2E0ED;
}
</style>
background-color css
<style>
a { background-color: #F2E0ED; }
a { background-color: rgb(242,224,237); }
div.DivClassName
{
background-color: #F2E0ED;
}
.BgClassName
{
background-color: #F2E0ED;
}
</style>
border-color css
<style>
span { border-color: #F2E0ED; }
span { border-color: rgb(242,224,237); }
td.TdClassName
{
border-color: #F2E0ED;
}
.TagClassName
{
border-color: #F2E0ED;
}
</style>