Shades of Buttermilk #F5DFA7
Tints of Buttermilk #F5DFA7
RGB
CMYK
RGB Variations
Color information
#F5DFA7 (or 0xF5DFA7) is known color: Buttermilk. HEX triplet: F5, DF and A7. RGB value is (245,223,167). Sum of RGB (Red+Green+Blue) = 245+223+167=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 167 (65.62% from 255 or 26.30% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DFA7 is #0A2058. Grayscale: #DFDFDF. Windows color (decimal): -663641 or 11001845. OLE color: 11001845.
HSL color Cylindrical-coordinate representation of color #F5DFA7: hue angle of 43.08º 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 #F5DFA7 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 167 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.04 |
| HSL | 43.08º | 0.8% | 0.81% | - |
| HSV(B) | 43.08º | 0.32% | 0.96% | - |
| XYZ | 71.02 | 74.98 | 47.29 | - |
| YUV | 223.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 167 | 0 | 0.09 | 0.32 | 0.04 | 43.08 | 0.8 | 0.81 |
| Hex | F5 | DF | A7 | 0 | 9 | 20 | 4 | 2B | 50 | 51 |
| Octal | 365 | 337 | 247 | 0 | 11 | 40 | 4 | 53 | 120 | 121 |
| Binary | 11110101 | 11011111 | 10100111 | 0 | 1001 | 100000 | 100 | 101011 | 1010000 | 1010001 |
Color Harmonies of #F5DFA7
Complementary color
Monochromatic Colors of #F5DFA7
Black with #F5DFA7
Text Example
Text Example
White with #F5DFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFA7; }
p { color: rgb(245,223,167); }
H1.HeaderClassName
{
color: #F5DFA7;
}
.AnyTagClassName
{
color: #F5DFA7;
}
</style>
background-color css
<style>
a { background-color: #F5DFA7; }
a { background-color: rgb(245,223,167); }
div.DivClassName
{
background-color: #F5DFA7;
}
.BgClassName
{
background-color: #F5DFA7;
}
</style>
border-color css
<style>
span { border-color: #F5DFA7; }
span { border-color: rgb(245,223,167); }
td.TdClassName
{
border-color: #F5DFA7;
}
.TagClassName
{
border-color: #F5DFA7;
}
</style>