Shades of Buttermilk #F5DEA7
Tints of Buttermilk #F5DEA7
RGB
CMYK
RGB Variations
Color information
#F5DEA7 (or 0xF5DEA7) is known color: Buttermilk. HEX triplet: F5, DE and A7. RGB value is (245,222,167). Sum of RGB (Red+Green+Blue) = 245+222+167=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 167 (65.62% from 255 or 26.34% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DEA7 is #0A2158. Grayscale: #DEDEDE. Windows color (decimal): -663897 or 11001589. OLE color: 11001589.
HSL color Cylindrical-coordinate representation of color #F5DEA7: hue angle of 42.31º 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 #F5DEA7 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 222 | 167 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.04 |
| HSL | 42.31º | 0.8% | 0.81% | - |
| HSV(B) | 42.31º | 0.32% | 0.96% | - |
| XYZ | 70.75 | 74.45 | 47.2 | - |
| YUV | 222.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 222 | 167 | 0 | 0.09 | 0.32 | 0.04 | 42.31 | 0.8 | 0.81 |
| Hex | F5 | DE | A7 | 0 | 9 | 20 | 4 | 2A | 50 | 51 |
| Octal | 365 | 336 | 247 | 0 | 11 | 40 | 4 | 52 | 120 | 121 |
| Binary | 11110101 | 11011110 | 10100111 | 0 | 1001 | 100000 | 100 | 101010 | 1010000 | 1010001 |
Color Harmonies of #F5DEA7
Complementary color
Monochromatic Colors of #F5DEA7
Black with #F5DEA7
Text Example
Text Example
White with #F5DEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DEA7; }
p { color: rgb(245,222,167); }
H1.HeaderClassName
{
color: #F5DEA7;
}
.AnyTagClassName
{
color: #F5DEA7;
}
</style>
background-color css
<style>
a { background-color: #F5DEA7; }
a { background-color: rgb(245,222,167); }
div.DivClassName
{
background-color: #F5DEA7;
}
.BgClassName
{
background-color: #F5DEA7;
}
</style>
border-color css
<style>
span { border-color: #F5DEA7; }
span { border-color: rgb(245,222,167); }
td.TdClassName
{
border-color: #F5DEA7;
}
.TagClassName
{
border-color: #F5DEA7;
}
</style>