Shades of Snuff #F2DBEC
Tints of Snuff #F2DBEC
RGB
CMYK
RGB Variations
Color information
#F2DBEC (or 0xF2DBEC) is known color: Snuff. HEX triplet: F2, DB and EC. RGB value is (242,219,236). Sum of RGB (Red+Green+Blue) = 242+219+236=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBEC is #0D2413. Grayscale: #E3E3E3. Windows color (decimal): -861204 or 15522802. OLE color: 15522802.
HSL color Cylindrical-coordinate representation of color #F2DBEC: hue angle of 315.65º degrees, saturation: 0.47, 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 #F2DBEC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 236 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.05 |
| HSL | 315.65º | 0.47% | 0.9% | - |
| HSV(B) | 315.65º | 0.1% | 0.95% | - |
| XYZ | 77.09 | 75.6 | 89.89 | - |
| YUV | 227.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 236 | 0 | 0.10 | 0.02 | 0.05 | 315.65 | 0.47 | 0.9 |
| Hex | F2 | DB | EC | 0 | A | 2 | 5 | 13C | 2F | 5A |
| Octal | 362 | 333 | 354 | 0 | 12 | 2 | 5 | 474 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11101100 | 0 | 1010 | 10 | 101 | 100111100 | 101111 | 1011010 |
Color Harmonies of #F2DBEC
Complementary color
Monochromatic Colors of #F2DBEC
Black with #F2DBEC
Text Example
Text Example
White with #F2DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBEC; }
p { color: rgb(242,219,236); }
H1.HeaderClassName
{
color: #F2DBEC;
}
.AnyTagClassName
{
color: #F2DBEC;
}
</style>
background-color css
<style>
a { background-color: #F2DBEC; }
a { background-color: rgb(242,219,236); }
div.DivClassName
{
background-color: #F2DBEC;
}
.BgClassName
{
background-color: #F2DBEC;
}
</style>
border-color css
<style>
span { border-color: #F2DBEC; }
span { border-color: rgb(242,219,236); }
td.TdClassName
{
border-color: #F2DBEC;
}
.TagClassName
{
border-color: #F2DBEC;
}
</style>