Shades of Snuff #F5D5F6
Tints of Snuff #F5D5F6
RGB
CMYK
RGB Variations
Color information
#F5D5F6 (or 0xF5D5F6) is known color: Snuff. HEX triplet: F5, D5 and F6. RGB value is (245,213,246). Sum of RGB (Red+Green+Blue) = 245+213+246=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 213 (83.59% from 255 or 30.26% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5D5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D5F6 is #0A2A09. Grayscale: #E2E2E2. Windows color (decimal): -666122 or 16176629. OLE color: 16176629.
HSL color Cylindrical-coordinate representation of color #F5D5F6: hue angle of 298.18º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5D5F6 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 246 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.04 |
| HSL | 298.18º | 0.65% | 0.9% | - |
| HSV(B) | 298.18º | 0.13% | 0.96% | - |
| XYZ | 78.08 | 73.65 | 97.29 | - |
| YUV | 226.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 246 | 0.00 | 0.13 | 0 | 0.04 | 298.18 | 0.65 | 0.9 |
| Hex | F5 | D5 | F6 | 0 | D | 0 | 4 | 12A | 41 | 5A |
| Octal | 365 | 325 | 366 | 0 | 15 | 0 | 4 | 452 | 101 | 132 |
| Binary | 11110101 | 11010101 | 11110110 | 0 | 1101 | 0 | 100 | 100101010 | 1000001 | 1011010 |
Color Harmonies of #F5D5F6
Complementary color
Monochromatic Colors of #F5D5F6
Black with #F5D5F6
Text Example
Text Example
White with #F5D5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D5F6; }
p { color: rgb(245,213,246); }
H1.HeaderClassName
{
color: #F5D5F6;
}
.AnyTagClassName
{
color: #F5D5F6;
}
</style>
background-color css
<style>
a { background-color: #F5D5F6; }
a { background-color: rgb(245,213,246); }
div.DivClassName
{
background-color: #F5D5F6;
}
.BgClassName
{
background-color: #F5D5F6;
}
</style>
border-color css
<style>
span { border-color: #F5D5F6; }
span { border-color: rgb(245,213,246); }
td.TdClassName
{
border-color: #F5D5F6;
}
.TagClassName
{
border-color: #F5D5F6;
}
</style>