Shades of Buttermilk #F5DDA8
Tints of Buttermilk #F5DDA8
RGB
CMYK
RGB Variations
Color information
#F5DDA8 (or 0xF5DDA8) is known color: Buttermilk. HEX triplet: F5, DD and A8. RGB value is (245,221,168). Sum of RGB (Red+Green+Blue) = 245+221+168=634 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.64% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 168 (66.02% from 255 or 26.50% from 634); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DDA8 is #0A2257. Grayscale: #DEDEDE. Windows color (decimal): -664152 or 11066869. OLE color: 11066869.
HSL color Cylindrical-coordinate representation of color #F5DDA8: hue angle of 41.3º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5DDA8 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 168 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.04 |
| HSL | 41.3º | 0.79% | 0.81% | - |
| HSV(B) | 41.3º | 0.31% | 0.96% | - |
| XYZ | 70.58 | 73.95 | 47.6 | - |
| YUV | 222.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 168 | 0 | 0.10 | 0.31 | 0.04 | 41.3 | 0.79 | 0.81 |
| Hex | F5 | DD | A8 | 0 | A | 1F | 4 | 29 | 4F | 51 |
| Octal | 365 | 335 | 250 | 0 | 12 | 37 | 4 | 51 | 117 | 121 |
| Binary | 11110101 | 11011101 | 10101000 | 0 | 1010 | 11111 | 100 | 101001 | 1001111 | 1010001 |
Color Harmonies of #F5DDA8
Complementary color
Monochromatic Colors of #F5DDA8
Black with #F5DDA8
Text Example
Text Example
White with #F5DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDA8; }
p { color: rgb(245,221,168); }
H1.HeaderClassName
{
color: #F5DDA8;
}
.AnyTagClassName
{
color: #F5DDA8;
}
</style>
background-color css
<style>
a { background-color: #F5DDA8; }
a { background-color: rgb(245,221,168); }
div.DivClassName
{
background-color: #F5DDA8;
}
.BgClassName
{
background-color: #F5DDA8;
}
</style>
border-color css
<style>
span { border-color: #F5DDA8; }
span { border-color: rgb(245,221,168); }
td.TdClassName
{
border-color: #F5DDA8;
}
.TagClassName
{
border-color: #F5DDA8;
}
</style>