Shades of Snuff #F2DBEF
Tints of Snuff #F2DBEF
RGB
CMYK
RGB Variations
Color information
#F2DBEF (or 0xF2DBEF) is known color: Snuff. HEX triplet: F2, DB and EF. RGB value is (242,219,239). Sum of RGB (Red+Green+Blue) = 242+219+239=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DBEF is #0D2410. Grayscale: #E4E4E4. Windows color (decimal): -861201 or 15719410. OLE color: 15719410.
HSL color Cylindrical-coordinate representation of color #F2DBEF: hue angle of 307.83º 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 #F2DBEF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 239 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.05 |
| HSL | 307.83º | 0.47% | 0.9% | - |
| HSV(B) | 307.83º | 0.1% | 0.95% | - |
| XYZ | 77.53 | 75.77 | 92.2 | - |
| YUV | 228.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 239 | 0 | 0.10 | 0.01 | 0.05 | 307.83 | 0.47 | 0.9 |
| Hex | F2 | DB | EF | 0 | A | 1 | 5 | 134 | 2F | 5A |
| Octal | 362 | 333 | 357 | 0 | 12 | 1 | 5 | 464 | 57 | 132 |
| Binary | 11110010 | 11011011 | 11101111 | 0 | 1010 | 1 | 101 | 100110100 | 101111 | 1011010 |
Color Harmonies of #F2DBEF
Complementary color
Monochromatic Colors of #F2DBEF
Black with #F2DBEF
Text Example
Text Example
White with #F2DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBEF; }
p { color: rgb(242,219,239); }
H1.HeaderClassName
{
color: #F2DBEF;
}
.AnyTagClassName
{
color: #F2DBEF;
}
</style>
background-color css
<style>
a { background-color: #F2DBEF; }
a { background-color: rgb(242,219,239); }
div.DivClassName
{
background-color: #F2DBEF;
}
.BgClassName
{
background-color: #F2DBEF;
}
</style>
border-color css
<style>
span { border-color: #F2DBEF; }
span { border-color: rgb(242,219,239); }
td.TdClassName
{
border-color: #F2DBEF;
}
.TagClassName
{
border-color: #F2DBEF;
}
</style>