Shades of Buttermilk #F5DFA6
Tints of Buttermilk #F5DFA6
RGB
CMYK
RGB Variations
Color information
#F5DFA6 (or 0xF5DFA6) is known color: Buttermilk. HEX triplet: F5, DF and A6. RGB value is (245,223,166). Sum of RGB (Red+Green+Blue) = 245+223+166=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DFA6 is #0A2059. Grayscale: #DFDFDF. Windows color (decimal): -663642 or 10936309. OLE color: 10936309.
HSL color Cylindrical-coordinate representation of color #F5DFA6: hue angle of 43.29º 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 #F5DFA6 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 166 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.04 |
| HSL | 43.29º | 0.8% | 0.81% | - |
| HSV(B) | 43.29º | 0.32% | 0.96% | - |
| XYZ | 70.93 | 74.94 | 46.8 | - |
| YUV | 223.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 166 | 0 | 0.09 | 0.32 | 0.04 | 43.29 | 0.8 | 0.81 |
| Hex | F5 | DF | A6 | 0 | 9 | 20 | 4 | 2B | 50 | 51 |
| Octal | 365 | 337 | 246 | 0 | 11 | 40 | 4 | 53 | 120 | 121 |
| Binary | 11110101 | 11011111 | 10100110 | 0 | 1001 | 100000 | 100 | 101011 | 1010000 | 1010001 |
Color Harmonies of #F5DFA6
Complementary color
Monochromatic Colors of #F5DFA6
Black with #F5DFA6
Text Example
Text Example
White with #F5DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFA6; }
p { color: rgb(245,223,166); }
H1.HeaderClassName
{
color: #F5DFA6;
}
.AnyTagClassName
{
color: #F5DFA6;
}
</style>
background-color css
<style>
a { background-color: #F5DFA6; }
a { background-color: rgb(245,223,166); }
div.DivClassName
{
background-color: #F5DFA6;
}
.BgClassName
{
background-color: #F5DFA6;
}
</style>
border-color css
<style>
span { border-color: #F5DFA6; }
span { border-color: rgb(245,223,166); }
td.TdClassName
{
border-color: #F5DFA6;
}
.TagClassName
{
border-color: #F5DFA6;
}
</style>