Shades of Snuff #F2DAEE
Tints of Snuff #F2DAEE
RGB
CMYK
RGB Variations
Color information
#F2DAEE (or 0xF2DAEE) is known color: Snuff. HEX triplet: F2, DA and EE. RGB value is (242,218,238). Sum of RGB (Red+Green+Blue) = 242+218+238=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAEE is #0D2511. Grayscale: #E3E3E3. Windows color (decimal): -861458 or 15653618. OLE color: 15653618.
HSL color Cylindrical-coordinate representation of color #F2DAEE: hue angle of 310º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DAEE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 218 | 238 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.05 |
| HSL | 310º | 0.48% | 0.9% | - |
| HSV(B) | 310º | 0.1% | 0.95% | - |
| XYZ | 77.12 | 75.19 | 91.34 | - |
| YUV | 227.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 218 | 238 | 0 | 0.10 | 0.02 | 0.05 | 310 | 0.48 | 0.9 |
| Hex | F2 | DA | EE | 0 | A | 2 | 5 | 136 | 30 | 5A |
| Octal | 362 | 332 | 356 | 0 | 12 | 2 | 5 | 466 | 60 | 132 |
| Binary | 11110010 | 11011010 | 11101110 | 0 | 1010 | 10 | 101 | 100110110 | 110000 | 1011010 |
Color Harmonies of #F2DAEE
Complementary color
Monochromatic Colors of #F2DAEE
Black with #F2DAEE
Text Example
Text Example
White with #F2DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAEE; }
p { color: rgb(242,218,238); }
H1.HeaderClassName
{
color: #F2DAEE;
}
.AnyTagClassName
{
color: #F2DAEE;
}
</style>
background-color css
<style>
a { background-color: #F2DAEE; }
a { background-color: rgb(242,218,238); }
div.DivClassName
{
background-color: #F2DAEE;
}
.BgClassName
{
background-color: #F2DAEE;
}
</style>
border-color css
<style>
span { border-color: #F2DAEE; }
span { border-color: rgb(242,218,238); }
td.TdClassName
{
border-color: #F2DAEE;
}
.TagClassName
{
border-color: #F2DAEE;
}
</style>