Shades of Snuff #F2E6EF
Tints of Snuff #F2E6EF
RGB
CMYK
RGB Variations
Color information
#F2E6EF (or 0xF2E6EF) is known color: Snuff. HEX triplet: F2, E6 and EF. RGB value is (242,230,239). Sum of RGB (Red+Green+Blue) = 242+230+239=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 230 (90.23% from 255 or 32.35% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E6EF is #0D1910. Grayscale: #EAEAEA. Windows color (decimal): -858385 or 15722226. OLE color: 15722226.
HSL color Cylindrical-coordinate representation of color #F2E6EF: hue angle of 315º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2E6EF is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 239 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.05 |
| HSL | 315º | 0.32% | 0.93% | - |
| HSV(B) | 315º | 0.05% | 0.95% | - |
| XYZ | 80.49 | 81.7 | 93.19 | - |
| YUV | 234.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 239 | 0 | 0.05 | 0.01 | 0.05 | 315 | 0.32 | 0.93 |
| Hex | F2 | E6 | EF | 0 | 5 | 1 | 5 | 13B | 20 | 5D |
| Octal | 362 | 346 | 357 | 0 | 5 | 1 | 5 | 473 | 40 | 135 |
| Binary | 11110010 | 11100110 | 11101111 | 0 | 101 | 1 | 101 | 100111011 | 100000 | 1011101 |
Color Harmonies of #F2E6EF
Complementary color
Monochromatic Colors of #F2E6EF
Black with #F2E6EF
Text Example
Text Example
White with #F2E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6EF; }
p { color: rgb(242,230,239); }
H1.HeaderClassName
{
color: #F2E6EF;
}
.AnyTagClassName
{
color: #F2E6EF;
}
</style>
background-color css
<style>
a { background-color: #F2E6EF; }
a { background-color: rgb(242,230,239); }
div.DivClassName
{
background-color: #F2E6EF;
}
.BgClassName
{
background-color: #F2E6EF;
}
</style>
border-color css
<style>
span { border-color: #F2E6EF; }
span { border-color: rgb(242,230,239); }
td.TdClassName
{
border-color: #F2E6EF;
}
.TagClassName
{
border-color: #F2E6EF;
}
</style>