Shades of Buttermilk #F0E2A5
Tints of Buttermilk #F0E2A5
RGB
CMYK
RGB Variations
Color information
#F0E2A5 (or 0xF0E2A5) is known color: Buttermilk. HEX triplet: F0, E2 and A5. RGB value is (240,226,165). Sum of RGB (Red+Green+Blue) = 240+226+165=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E2A5 is #0F1D5A. Grayscale: #DFDFDF. Windows color (decimal): -990555 or 10871536. OLE color: 10871536.
HSL color Cylindrical-coordinate representation of color #F0E2A5: hue angle of 48.8º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0E2A5 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 165 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.06 |
| HSL | 48.8º | 0.71% | 0.79% | - |
| HSV(B) | 48.8º | 0.31% | 0.94% | - |
| XYZ | 69.92 | 75.63 | 46.51 | - |
| YUV | 223.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 165 | 0 | 0.06 | 0.31 | 0.06 | 48.8 | 0.71 | 0.79 |
| Hex | F0 | E2 | A5 | 0 | 6 | 1F | 6 | 31 | 47 | 4F |
| Octal | 360 | 342 | 245 | 0 | 6 | 37 | 6 | 61 | 107 | 117 |
| Binary | 11110000 | 11100010 | 10100101 | 0 | 110 | 11111 | 110 | 110001 | 1000111 | 1001111 |
Color Harmonies of #F0E2A5
Complementary color
Monochromatic Colors of #F0E2A5
Black with #F0E2A5
Text Example
Text Example
White with #F0E2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2A5; }
p { color: rgb(240,226,165); }
H1.HeaderClassName
{
color: #F0E2A5;
}
.AnyTagClassName
{
color: #F0E2A5;
}
</style>
background-color css
<style>
a { background-color: #F0E2A5; }
a { background-color: rgb(240,226,165); }
div.DivClassName
{
background-color: #F0E2A5;
}
.BgClassName
{
background-color: #F0E2A5;
}
</style>
border-color css
<style>
span { border-color: #F0E2A5; }
span { border-color: rgb(240,226,165); }
td.TdClassName
{
border-color: #F0E2A5;
}
.TagClassName
{
border-color: #F0E2A5;
}
</style>