Shades of Snuff #F2DAED
Tints of Snuff #F2DAED
RGB
CMYK
RGB Variations
Color information
#F2DAED (or 0xF2DAED) is known color: Snuff. HEX triplet: F2, DA and ED. RGB value is (242,218,237). Sum of RGB (Red+Green+Blue) = 242+218+237=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DAED is #0D2512. Grayscale: #E3E3E3. Windows color (decimal): -861459 or 15588082. OLE color: 15588082.
HSL color Cylindrical-coordinate representation of color #F2DAED: hue angle of 312.5º 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 #F2DAED is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 218 | 237 | - |
CMYK | 0 | 0.10 | 0.02 | 0.05 |
HSL | 312.5º | 0.48% | 0.9% | - |
HSV(B) | 312.5º | 0.1% | 0.95% | - |
XYZ | 76.98 | 75.13 | 90.57 | - |
YUV | 227.34 | 133.45 | 138.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 218 | 237 | 0 | 0.10 | 0.02 | 0.05 | 312.5 | 0.48 | 0.9 |
Hex | F2 | DA | ED | 0 | A | 2 | 5 | 138 | 30 | 5A |
Octal | 362 | 332 | 355 | 0 | 12 | 2 | 5 | 470 | 60 | 132 |
Binary | 11110010 | 11011010 | 11101101 | 0 | 1010 | 10 | 101 | 100111000 | 110000 | 1011010 |
Color Harmonies of #F2DAED
Complementary color
Monochromatic Colors of #F2DAED
Black with #F2DAED
Text Example
Text Example
White with #F2DAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DAED; }
p { color: rgb(242,218,237); }
H1.HeaderClassName
{
color: #F2DAED;
}
.AnyTagClassName
{
color: #F2DAED;
}
</style>
background-color css
<style>
a { background-color: #F2DAED; }
a { background-color: rgb(242,218,237); }
div.DivClassName
{
background-color: #F2DAED;
}
.BgClassName
{
background-color: #F2DAED;
}
</style>
border-color css
<style>
span { border-color: #F2DAED; }
span { border-color: rgb(242,218,237); }
td.TdClassName
{
border-color: #F2DAED;
}
.TagClassName
{
border-color: #F2DAED;
}
</style>