Shades of Snuff #F5D2EE
Tints of Snuff #F5D2EE
RGB
CMYK
RGB Variations
Color information
#F5D2EE (or 0xF5D2EE) is known color: Snuff. HEX triplet: F5, D2 and EE. RGB value is (245,210,238). Sum of RGB (Red+Green+Blue) = 245+210+238=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 210 (82.42% from 255 or 30.30% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D2EE is #0A2D11. Grayscale: #DFDFDF. Windows color (decimal): -666898 or 15651573. OLE color: 15651573.
HSL color Cylindrical-coordinate representation of color #F5D2EE: hue angle of 312º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D2EE is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 238 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.04 |
| HSL | 312º | 0.64% | 0.89% | - |
| HSV(B) | 312º | 0.14% | 0.96% | - |
| XYZ | 76.14 | 71.68 | 90.71 | - |
| YUV | 223.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 238 | 0 | 0.14 | 0.03 | 0.04 | 312 | 0.64 | 0.89 |
| Hex | F5 | D2 | EE | 0 | E | 3 | 4 | 138 | 40 | 59 |
| Octal | 365 | 322 | 356 | 0 | 16 | 3 | 4 | 470 | 100 | 131 |
| Binary | 11110101 | 11010010 | 11101110 | 0 | 1110 | 11 | 100 | 100111000 | 1000000 | 1011001 |
Color Harmonies of #F5D2EE
Complementary color
Monochromatic Colors of #F5D2EE
Black with #F5D2EE
Text Example
Text Example
White with #F5D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2EE; }
p { color: rgb(245,210,238); }
H1.HeaderClassName
{
color: #F5D2EE;
}
.AnyTagClassName
{
color: #F5D2EE;
}
</style>
background-color css
<style>
a { background-color: #F5D2EE; }
a { background-color: rgb(245,210,238); }
div.DivClassName
{
background-color: #F5D2EE;
}
.BgClassName
{
background-color: #F5D2EE;
}
</style>
border-color css
<style>
span { border-color: #F5D2EE; }
span { border-color: rgb(245,210,238); }
td.TdClassName
{
border-color: #F5D2EE;
}
.TagClassName
{
border-color: #F5D2EE;
}
</style>