Shades of Buttermilk #F5DAA6
Tints of Buttermilk #F5DAA6
RGB
CMYK
RGB Variations
Color information
#F5DAA6 (or 0xF5DAA6) is known color: Buttermilk. HEX triplet: F5, DA and A6. RGB value is (245,218,166). Sum of RGB (Red+Green+Blue) = 245+218+166=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DAA6 is #0A2559. Grayscale: #DCDCDC. Windows color (decimal): -664922 or 10935029. OLE color: 10935029.
HSL color Cylindrical-coordinate representation of color #F5DAA6: hue angle of 39.49º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F5DAA6 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 166 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.04 |
| HSL | 39.49º | 0.8% | 0.81% | - |
| HSV(B) | 39.49º | 0.32% | 0.96% | - |
| XYZ | 69.61 | 72.31 | 46.36 | - |
| YUV | 220.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 166 | 0 | 0.11 | 0.32 | 0.04 | 39.49 | 0.8 | 0.81 |
| Hex | F5 | DA | A6 | 0 | B | 20 | 4 | 27 | 50 | 51 |
| Octal | 365 | 332 | 246 | 0 | 13 | 40 | 4 | 47 | 120 | 121 |
| Binary | 11110101 | 11011010 | 10100110 | 0 | 1011 | 100000 | 100 | 100111 | 1010000 | 1010001 |
Color Harmonies of #F5DAA6
Complementary color
Monochromatic Colors of #F5DAA6
Black with #F5DAA6
Text Example
Text Example
White with #F5DAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DAA6; }
p { color: rgb(245,218,166); }
H1.HeaderClassName
{
color: #F5DAA6;
}
.AnyTagClassName
{
color: #F5DAA6;
}
</style>
background-color css
<style>
a { background-color: #F5DAA6; }
a { background-color: rgb(245,218,166); }
div.DivClassName
{
background-color: #F5DAA6;
}
.BgClassName
{
background-color: #F5DAA6;
}
</style>
border-color css
<style>
span { border-color: #F5DAA6; }
span { border-color: rgb(245,218,166); }
td.TdClassName
{
border-color: #F5DAA6;
}
.TagClassName
{
border-color: #F5DAA6;
}
</style>