Shades of Snuff #F2E1EE
Tints of Snuff #F2E1EE
RGB
CMYK
RGB Variations
Color information
#F2E1EE (or 0xF2E1EE) is known color: Snuff. HEX triplet: F2, E1 and EE. RGB value is (242,225,238). Sum of RGB (Red+Green+Blue) = 242+225+238=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1EE is #0D1E11. Grayscale: #E7E7E7. Windows color (decimal): -859666 or 15655410. OLE color: 15655410.
HSL color Cylindrical-coordinate representation of color #F2E1EE: hue angle of 314.12º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2E1EE is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 238 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.05 |
| HSL | 314.12º | 0.4% | 0.92% | - |
| HSV(B) | 314.12º | 0.07% | 0.95% | - |
| XYZ | 78.98 | 78.9 | 91.96 | - |
| YUV | 231.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 238 | 0 | 0.07 | 0.02 | 0.05 | 314.12 | 0.4 | 0.92 |
| Hex | F2 | E1 | EE | 0 | 7 | 2 | 5 | 13A | 28 | 5C |
| Octal | 362 | 341 | 356 | 0 | 7 | 2 | 5 | 472 | 50 | 134 |
| Binary | 11110010 | 11100001 | 11101110 | 0 | 111 | 10 | 101 | 100111010 | 101000 | 1011100 |
Color Harmonies of #F2E1EE
Complementary color
Monochromatic Colors of #F2E1EE
Black with #F2E1EE
Text Example
Text Example
White with #F2E1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1EE; }
p { color: rgb(242,225,238); }
H1.HeaderClassName
{
color: #F2E1EE;
}
.AnyTagClassName
{
color: #F2E1EE;
}
</style>
background-color css
<style>
a { background-color: #F2E1EE; }
a { background-color: rgb(242,225,238); }
div.DivClassName
{
background-color: #F2E1EE;
}
.BgClassName
{
background-color: #F2E1EE;
}
</style>
border-color css
<style>
span { border-color: #F2E1EE; }
span { border-color: rgb(242,225,238); }
td.TdClassName
{
border-color: #F2E1EE;
}
.TagClassName
{
border-color: #F2E1EE;
}
</style>