Shades of Buttermilk #F0DDA7
Tints of Buttermilk #F0DDA7
RGB
CMYK
RGB Variations
Color information
#F0DDA7 (or 0xF0DDA7) is known color: Buttermilk. HEX triplet: F0, DD and A7. RGB value is (240,221,167). Sum of RGB (Red+Green+Blue) = 240+221+167=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 167 (65.62% from 255 or 26.59% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DDA7 is #0F2258. Grayscale: #DCDCDC. Windows color (decimal): -991833 or 11001328. OLE color: 11001328.
HSL color Cylindrical-coordinate representation of color #F0DDA7: hue angle of 44.38º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0DDA7 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 167 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.06 |
| HSL | 44.38º | 0.71% | 0.8% | - |
| HSV(B) | 44.38º | 0.3% | 0.94% | - |
| XYZ | 68.77 | 73.03 | 47.03 | - |
| YUV | 220.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 167 | 0 | 0.08 | 0.30 | 0.06 | 44.38 | 0.71 | 0.8 |
| Hex | F0 | DD | A7 | 0 | 8 | 1E | 6 | 2C | 47 | 50 |
| Octal | 360 | 335 | 247 | 0 | 10 | 36 | 6 | 54 | 107 | 120 |
| Binary | 11110000 | 11011101 | 10100111 | 0 | 1000 | 11110 | 110 | 101100 | 1000111 | 1010000 |
Color Harmonies of #F0DDA7
Complementary color
Monochromatic Colors of #F0DDA7
Black with #F0DDA7
Text Example
Text Example
White with #F0DDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDA7; }
p { color: rgb(240,221,167); }
H1.HeaderClassName
{
color: #F0DDA7;
}
.AnyTagClassName
{
color: #F0DDA7;
}
</style>
background-color css
<style>
a { background-color: #F0DDA7; }
a { background-color: rgb(240,221,167); }
div.DivClassName
{
background-color: #F0DDA7;
}
.BgClassName
{
background-color: #F0DDA7;
}
</style>
border-color css
<style>
span { border-color: #F0DDA7; }
span { border-color: rgb(240,221,167); }
td.TdClassName
{
border-color: #F0DDA7;
}
.TagClassName
{
border-color: #F0DDA7;
}
</style>