Shades of Snuff #F4DBEE
Tints of Snuff #F4DBEE
RGB
CMYK
RGB Variations
Color information
#F4DBEE (or 0xF4DBEE) is known color: Snuff. HEX triplet: F4, DB and EE. RGB value is (244,219,238). Sum of RGB (Red+Green+Blue) = 244+219+238=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DBEE is #0B2411. Grayscale: #E4E4E4. Windows color (decimal): -730130 or 15653876. OLE color: 15653876.
HSL color Cylindrical-coordinate representation of color #F4DBEE: hue angle of 314.4º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DBEE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 238 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.04 |
| HSL | 314.4º | 0.53% | 0.91% | - |
| HSV(B) | 314.4º | 0.1% | 0.96% | - |
| XYZ | 78.07 | 76.07 | 91.46 | - |
| YUV | 228.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 238 | 0 | 0.10 | 0.02 | 0.04 | 314.4 | 0.53 | 0.91 |
| Hex | F4 | DB | EE | 0 | A | 2 | 4 | 13A | 35 | 5B |
| Octal | 364 | 333 | 356 | 0 | 12 | 2 | 4 | 472 | 65 | 133 |
| Binary | 11110100 | 11011011 | 11101110 | 0 | 1010 | 10 | 100 | 100111010 | 110101 | 1011011 |
Color Harmonies of #F4DBEE
Complementary color
Monochromatic Colors of #F4DBEE
Black with #F4DBEE
Text Example
Text Example
White with #F4DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBEE; }
p { color: rgb(244,219,238); }
H1.HeaderClassName
{
color: #F4DBEE;
}
.AnyTagClassName
{
color: #F4DBEE;
}
</style>
background-color css
<style>
a { background-color: #F4DBEE; }
a { background-color: rgb(244,219,238); }
div.DivClassName
{
background-color: #F4DBEE;
}
.BgClassName
{
background-color: #F4DBEE;
}
</style>
border-color css
<style>
span { border-color: #F4DBEE; }
span { border-color: rgb(244,219,238); }
td.TdClassName
{
border-color: #F4DBEE;
}
.TagClassName
{
border-color: #F4DBEE;
}
</style>