Shades of Snuff #F5DBEE
Tints of Snuff #F5DBEE
RGB
CMYK
RGB Variations
Color information
#F5DBEE (or 0xF5DBEE) is known color: Snuff. HEX triplet: F5, DB and EE. RGB value is (245,219,238). Sum of RGB (Red+Green+Blue) = 245+219+238=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DBEE is #0A2411. Grayscale: #E4E4E4. Windows color (decimal): -664594 or 15653877. OLE color: 15653877.
HSL color Cylindrical-coordinate representation of color #F5DBEE: hue angle of 316.15º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DBEE is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 238 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.04 |
| HSL | 316.15º | 0.57% | 0.91% | - |
| HSV(B) | 316.15º | 0.11% | 0.96% | - |
| XYZ | 78.42 | 76.25 | 91.47 | - |
| YUV | 228.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 238 | 0 | 0.11 | 0.03 | 0.04 | 316.15 | 0.57 | 0.91 |
| Hex | F5 | DB | EE | 0 | B | 3 | 4 | 13C | 39 | 5B |
| Octal | 365 | 333 | 356 | 0 | 13 | 3 | 4 | 474 | 71 | 133 |
| Binary | 11110101 | 11011011 | 11101110 | 0 | 1011 | 11 | 100 | 100111100 | 111001 | 1011011 |
Color Harmonies of #F5DBEE
Complementary color
Monochromatic Colors of #F5DBEE
Black with #F5DBEE
Text Example
Text Example
White with #F5DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBEE; }
p { color: rgb(245,219,238); }
H1.HeaderClassName
{
color: #F5DBEE;
}
.AnyTagClassName
{
color: #F5DBEE;
}
</style>
background-color css
<style>
a { background-color: #F5DBEE; }
a { background-color: rgb(245,219,238); }
div.DivClassName
{
background-color: #F5DBEE;
}
.BgClassName
{
background-color: #F5DBEE;
}
</style>
border-color css
<style>
span { border-color: #F5DBEE; }
span { border-color: rgb(245,219,238); }
td.TdClassName
{
border-color: #F5DBEE;
}
.TagClassName
{
border-color: #F5DBEE;
}
</style>