Shades of Snuff #F2DFEE
Tints of Snuff #F2DFEE
RGB
CMYK
RGB Variations
Color information
#F2DFEE (or 0xF2DFEE) is known color: Snuff. HEX triplet: F2, DF and EE. RGB value is (242,223,238). Sum of RGB (Red+Green+Blue) = 242+223+238=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFEE is #0D2011. Grayscale: #E6E6E6. Windows color (decimal): -860178 or 15654898. OLE color: 15654898.
HSL color Cylindrical-coordinate representation of color #F2DFEE: hue angle of 312.63º degrees, saturation: 0.42, 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 #F2DFEE is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 238 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.05 |
| HSL | 312.63º | 0.42% | 0.91% | - |
| HSV(B) | 312.63º | 0.08% | 0.95% | - |
| XYZ | 78.44 | 77.83 | 91.78 | - |
| YUV | 230.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 238 | 0 | 0.08 | 0.02 | 0.05 | 312.63 | 0.42 | 0.91 |
| Hex | F2 | DF | EE | 0 | 8 | 2 | 5 | 139 | 2A | 5B |
| Octal | 362 | 337 | 356 | 0 | 10 | 2 | 5 | 471 | 52 | 133 |
| Binary | 11110010 | 11011111 | 11101110 | 0 | 1000 | 10 | 101 | 100111001 | 101010 | 1011011 |
Color Harmonies of #F2DFEE
Complementary color
Monochromatic Colors of #F2DFEE
Black with #F2DFEE
Text Example
Text Example
White with #F2DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFEE; }
p { color: rgb(242,223,238); }
H1.HeaderClassName
{
color: #F2DFEE;
}
.AnyTagClassName
{
color: #F2DFEE;
}
</style>
background-color css
<style>
a { background-color: #F2DFEE; }
a { background-color: rgb(242,223,238); }
div.DivClassName
{
background-color: #F2DFEE;
}
.BgClassName
{
background-color: #F2DFEE;
}
</style>
border-color css
<style>
span { border-color: #F2DFEE; }
span { border-color: rgb(242,223,238); }
td.TdClassName
{
border-color: #F2DFEE;
}
.TagClassName
{
border-color: #F2DFEE;
}
</style>