Shades of Snuff #F2DEED
Tints of Snuff #F2DEED
RGB
CMYK
RGB Variations
Color information
#F2DEED (or 0xF2DEED) is known color: Snuff. HEX triplet: F2, DE and ED. RGB value is (242,222,237). Sum of RGB (Red+Green+Blue) = 242+222+237=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEED is #0D2112. Grayscale: #E5E5E5. Windows color (decimal): -860435 or 15589106. OLE color: 15589106.
HSL color Cylindrical-coordinate representation of color #F2DEED: hue angle of 315º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2DEED is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 237 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.05 |
| HSL | 315º | 0.43% | 0.91% | - |
| HSV(B) | 315º | 0.08% | 0.95% | - |
| XYZ | 78.03 | 77.23 | 90.92 | - |
| YUV | 229.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 237 | 0 | 0.08 | 0.02 | 0.05 | 315 | 0.43 | 0.91 |
| Hex | F2 | DE | ED | 0 | 8 | 2 | 5 | 13B | 2B | 5B |
| Octal | 362 | 336 | 355 | 0 | 10 | 2 | 5 | 473 | 53 | 133 |
| Binary | 11110010 | 11011110 | 11101101 | 0 | 1000 | 10 | 101 | 100111011 | 101011 | 1011011 |
Color Harmonies of #F2DEED
Complementary color
Monochromatic Colors of #F2DEED
Black with #F2DEED
Text Example
Text Example
White with #F2DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEED; }
p { color: rgb(242,222,237); }
H1.HeaderClassName
{
color: #F2DEED;
}
.AnyTagClassName
{
color: #F2DEED;
}
</style>
background-color css
<style>
a { background-color: #F2DEED; }
a { background-color: rgb(242,222,237); }
div.DivClassName
{
background-color: #F2DEED;
}
.BgClassName
{
background-color: #F2DEED;
}
</style>
border-color css
<style>
span { border-color: #F2DEED; }
span { border-color: rgb(242,222,237); }
td.TdClassName
{
border-color: #F2DEED;
}
.TagClassName
{
border-color: #F2DEED;
}
</style>