Shades of Buttermilk #F4DDA8
Tints of Buttermilk #F4DDA8
RGB
CMYK
RGB Variations
Color information
#F4DDA8 (or 0xF4DDA8) is known color: Buttermilk. HEX triplet: F4, DD and A8. RGB value is (244,221,168). Sum of RGB (Red+Green+Blue) = 244+221+168=633 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.55% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DDA8 is #0B2257. Grayscale: #DEDEDE. Windows color (decimal): -729688 or 11066868. OLE color: 11066868.
HSL color Cylindrical-coordinate representation of color #F4DDA8: hue angle of 41.84º degrees, saturation: 0.78, 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 #F4DDA8 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 168 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.04 |
| HSL | 41.84º | 0.78% | 0.81% | - |
| HSV(B) | 41.84º | 0.31% | 0.96% | - |
| XYZ | 70.23 | 73.77 | 47.58 | - |
| YUV | 221.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 168 | 0 | 0.09 | 0.31 | 0.04 | 41.84 | 0.78 | 0.81 |
| Hex | F4 | DD | A8 | 0 | 9 | 1F | 4 | 2A | 4E | 51 |
| Octal | 364 | 335 | 250 | 0 | 11 | 37 | 4 | 52 | 116 | 121 |
| Binary | 11110100 | 11011101 | 10101000 | 0 | 1001 | 11111 | 100 | 101010 | 1001110 | 1010001 |
Color Harmonies of #F4DDA8
Complementary color
Monochromatic Colors of #F4DDA8
Black with #F4DDA8
Text Example
Text Example
White with #F4DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDA8; }
p { color: rgb(244,221,168); }
H1.HeaderClassName
{
color: #F4DDA8;
}
.AnyTagClassName
{
color: #F4DDA8;
}
</style>
background-color css
<style>
a { background-color: #F4DDA8; }
a { background-color: rgb(244,221,168); }
div.DivClassName
{
background-color: #F4DDA8;
}
.BgClassName
{
background-color: #F4DDA8;
}
</style>
border-color css
<style>
span { border-color: #F4DDA8; }
span { border-color: rgb(244,221,168); }
td.TdClassName
{
border-color: #F4DDA8;
}
.TagClassName
{
border-color: #F4DDA8;
}
</style>