Shades of Buttermilk #F0DFA5
Tints of Buttermilk #F0DFA5
RGB
CMYK
RGB Variations
Color information
#F0DFA5 (or 0xF0DFA5) is known color: Buttermilk. HEX triplet: F0, DF and A5. RGB value is (240,223,165). Sum of RGB (Red+Green+Blue) = 240+223+165=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFA5 is #0F205A. Grayscale: #DDDDDD. Windows color (decimal): -991323 or 10870768. OLE color: 10870768.
HSL color Cylindrical-coordinate representation of color #F0DFA5: hue angle of 46.4º 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 #F0DFA5 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 165 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.06 |
| HSL | 46.4º | 0.71% | 0.79% | - |
| HSV(B) | 46.4º | 0.31% | 0.94% | - |
| XYZ | 69.11 | 74.02 | 46.24 | - |
| YUV | 221.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 165 | 0 | 0.07 | 0.31 | 0.06 | 46.4 | 0.71 | 0.79 |
| Hex | F0 | DF | A5 | 0 | 7 | 1F | 6 | 2E | 47 | 4F |
| Octal | 360 | 337 | 245 | 0 | 7 | 37 | 6 | 56 | 107 | 117 |
| Binary | 11110000 | 11011111 | 10100101 | 0 | 111 | 11111 | 110 | 101110 | 1000111 | 1001111 |
Color Harmonies of #F0DFA5
Complementary color
Monochromatic Colors of #F0DFA5
Black with #F0DFA5
Text Example
Text Example
White with #F0DFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFA5; }
p { color: rgb(240,223,165); }
H1.HeaderClassName
{
color: #F0DFA5;
}
.AnyTagClassName
{
color: #F0DFA5;
}
</style>
background-color css
<style>
a { background-color: #F0DFA5; }
a { background-color: rgb(240,223,165); }
div.DivClassName
{
background-color: #F0DFA5;
}
.BgClassName
{
background-color: #F0DFA5;
}
</style>
border-color css
<style>
span { border-color: #F0DFA5; }
span { border-color: rgb(240,223,165); }
td.TdClassName
{
border-color: #F0DFA5;
}
.TagClassName
{
border-color: #F0DFA5;
}
</style>