Shades of Snuff #F5D4F6
Tints of Snuff #F5D4F6
RGB
CMYK
RGB Variations
Color information
#F5D4F6 (or 0xF5D4F6) is known color: Snuff. HEX triplet: F5, D4 and F6. RGB value is (245,212,246). Sum of RGB (Red+Green+Blue) = 245+212+246=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5D4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5D4F6 is #0A2B09. Grayscale: #E1E1E1. Windows color (decimal): -666378 or 16176373. OLE color: 16176373.
HSL color Cylindrical-coordinate representation of color #F5D4F6: hue angle of 298.24º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5D4F6 is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 246 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.04 |
| HSL | 298.24º | 0.65% | 0.9% | - |
| HSV(B) | 298.24º | 0.14% | 0.96% | - |
| XYZ | 77.83 | 73.15 | 97.21 | - |
| YUV | 225.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 246 | 0.00 | 0.14 | 0 | 0.04 | 298.24 | 0.65 | 0.9 |
| Hex | F5 | D4 | F6 | 0 | E | 0 | 4 | 12A | 41 | 5A |
| Octal | 365 | 324 | 366 | 0 | 16 | 0 | 4 | 452 | 101 | 132 |
| Binary | 11110101 | 11010100 | 11110110 | 0 | 1110 | 0 | 100 | 100101010 | 1000001 | 1011010 |
Color Harmonies of #F5D4F6
Complementary color
Monochromatic Colors of #F5D4F6
Black with #F5D4F6
Text Example
Text Example
White with #F5D4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4F6; }
p { color: rgb(245,212,246); }
H1.HeaderClassName
{
color: #F5D4F6;
}
.AnyTagClassName
{
color: #F5D4F6;
}
</style>
background-color css
<style>
a { background-color: #F5D4F6; }
a { background-color: rgb(245,212,246); }
div.DivClassName
{
background-color: #F5D4F6;
}
.BgClassName
{
background-color: #F5D4F6;
}
</style>
border-color css
<style>
span { border-color: #F5D4F6; }
span { border-color: rgb(245,212,246); }
td.TdClassName
{
border-color: #F5D4F6;
}
.TagClassName
{
border-color: #F5D4F6;
}
</style>