Shades of Snuff #F5D2F6
Tints of Snuff #F5D2F6
RGB
CMYK
RGB Variations
Color information
#F5D2F6 (or 0xF5D2F6) is known color: Snuff. HEX triplet: F5, D2 and F6. RGB value is (245,210,246). Sum of RGB (Red+Green+Blue) = 245+210+246=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5D2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D2F6 is #0A2D09. Grayscale: #E0E0E0. Windows color (decimal): -666890 or 16175861. OLE color: 16175861.
HSL color Cylindrical-coordinate representation of color #F5D2F6: hue angle of 298.33º degrees, saturation: 0.67, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5D2F6 is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 246 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.04 |
| HSL | 298.33º | 0.67% | 0.89% | - |
| HSV(B) | 298.33º | 0.15% | 0.96% | - |
| XYZ | 77.34 | 72.16 | 97.04 | - |
| YUV | 224.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 246 | 0.00 | 0.15 | 0 | 0.04 | 298.33 | 0.67 | 0.89 |
| Hex | F5 | D2 | F6 | 0 | F | 0 | 4 | 12A | 43 | 59 |
| Octal | 365 | 322 | 366 | 0 | 17 | 0 | 4 | 452 | 103 | 131 |
| Binary | 11110101 | 11010010 | 11110110 | 0 | 1111 | 0 | 100 | 100101010 | 1000011 | 1011001 |
Color Harmonies of #F5D2F6
Complementary color
Monochromatic Colors of #F5D2F6
Black with #F5D2F6
Text Example
Text Example
White with #F5D2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2F6; }
p { color: rgb(245,210,246); }
H1.HeaderClassName
{
color: #F5D2F6;
}
.AnyTagClassName
{
color: #F5D2F6;
}
</style>
background-color css
<style>
a { background-color: #F5D2F6; }
a { background-color: rgb(245,210,246); }
div.DivClassName
{
background-color: #F5D2F6;
}
.BgClassName
{
background-color: #F5D2F6;
}
</style>
border-color css
<style>
span { border-color: #F5D2F6; }
span { border-color: rgb(245,210,246); }
td.TdClassName
{
border-color: #F5D2F6;
}
.TagClassName
{
border-color: #F5D2F6;
}
</style>