Shades of Snuff #F5DAF1
Tints of Snuff #F5DAF1
RGB
CMYK
RGB Variations
Color information
#F5DAF1 (or 0xF5DAF1) is known color: Snuff. HEX triplet: F5, DA and F1. RGB value is (245,218,241). Sum of RGB (Red+Green+Blue) = 245+218+241=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 218 (85.55% from 255 or 30.97% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAF1 is #0A250E. Grayscale: #E4E4E4. Windows color (decimal): -664847 or 15850229. OLE color: 15850229.
HSL color Cylindrical-coordinate representation of color #F5DAF1: hue angle of 308.89º 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 #F5DAF1 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 241 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.04 |
| HSL | 308.89º | 0.57% | 0.91% | - |
| HSV(B) | 308.89º | 0.11% | 0.96% | - |
| XYZ | 78.6 | 75.91 | 93.73 | - |
| YUV | 228.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 241 | 0 | 0.11 | 0.02 | 0.04 | 308.89 | 0.57 | 0.91 |
| Hex | F5 | DA | F1 | 0 | B | 2 | 4 | 135 | 39 | 5B |
| Octal | 365 | 332 | 361 | 0 | 13 | 2 | 4 | 465 | 71 | 133 |
| Binary | 11110101 | 11011010 | 11110001 | 0 | 1011 | 10 | 100 | 100110101 | 111001 | 1011011 |
Color Harmonies of #F5DAF1
Complementary color
Monochromatic Colors of #F5DAF1
Black with #F5DAF1
Text Example
Text Example
White with #F5DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DAF1; }
p { color: rgb(245,218,241); }
H1.HeaderClassName
{
color: #F5DAF1;
}
.AnyTagClassName
{
color: #F5DAF1;
}
</style>
background-color css
<style>
a { background-color: #F5DAF1; }
a { background-color: rgb(245,218,241); }
div.DivClassName
{
background-color: #F5DAF1;
}
.BgClassName
{
background-color: #F5DAF1;
}
</style>
border-color css
<style>
span { border-color: #F5DAF1; }
span { border-color: rgb(245,218,241); }
td.TdClassName
{
border-color: #F5DAF1;
}
.TagClassName
{
border-color: #F5DAF1;
}
</style>