Shades of Snuff #F2DEEE
Tints of Snuff #F2DEEE
RGB
CMYK
RGB Variations
Color information
#F2DEEE (or 0xF2DEEE) is known color: Snuff. HEX triplet: F2, DE and EE. RGB value is (242,222,238). Sum of RGB (Red+Green+Blue) = 242+222+238=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEEE is #0D2111. Grayscale: #E5E5E5. Windows color (decimal): -860434 or 15654642. OLE color: 15654642.
HSL color Cylindrical-coordinate representation of color #F2DEEE: hue angle of 312º 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 #F2DEEE is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 238 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.05 |
| HSL | 312º | 0.43% | 0.91% | - |
| HSV(B) | 312º | 0.08% | 0.95% | - |
| XYZ | 78.17 | 77.29 | 91.69 | - |
| YUV | 229.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 238 | 0 | 0.08 | 0.02 | 0.05 | 312 | 0.43 | 0.91 |
| Hex | F2 | DE | EE | 0 | 8 | 2 | 5 | 138 | 2B | 5B |
| Octal | 362 | 336 | 356 | 0 | 10 | 2 | 5 | 470 | 53 | 133 |
| Binary | 11110010 | 11011110 | 11101110 | 0 | 1000 | 10 | 101 | 100111000 | 101011 | 1011011 |
Color Harmonies of #F2DEEE
Complementary color
Monochromatic Colors of #F2DEEE
Black with #F2DEEE
Text Example
Text Example
White with #F2DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEEE; }
p { color: rgb(242,222,238); }
H1.HeaderClassName
{
color: #F2DEEE;
}
.AnyTagClassName
{
color: #F2DEEE;
}
</style>
background-color css
<style>
a { background-color: #F2DEEE; }
a { background-color: rgb(242,222,238); }
div.DivClassName
{
background-color: #F2DEEE;
}
.BgClassName
{
background-color: #F2DEEE;
}
</style>
border-color css
<style>
span { border-color: #F2DEEE; }
span { border-color: rgb(242,222,238); }
td.TdClassName
{
border-color: #F2DEEE;
}
.TagClassName
{
border-color: #F2DEEE;
}
</style>