Shades of Buttermilk #F8DFA5
Tints of Buttermilk #F8DFA5
RGB
CMYK
RGB Variations
Color information
#F8DFA5 (or 0xF8DFA5) is known color: Buttermilk. HEX triplet: F8, DF and A5. RGB value is (248,223,165). Sum of RGB (Red+Green+Blue) = 248+223+165=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 165 (64.84% from 255 or 25.94% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DFA5 is #07205A. Grayscale: #E0E0E0. Windows color (decimal): -467035 or 10870776. OLE color: 10870776.
HSL color Cylindrical-coordinate representation of color #F8DFA5: hue angle of 41.93º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8DFA5 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 165 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.03 |
| HSL | 41.93º | 0.86% | 0.81% | - |
| HSV(B) | 41.93º | 0.33% | 0.97% | - |
| XYZ | 71.89 | 75.45 | 46.37 | - |
| YUV | 223.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 165 | 0 | 0.10 | 0.33 | 0.03 | 41.93 | 0.86 | 0.81 |
| Hex | F8 | DF | A5 | 0 | A | 21 | 3 | 2A | 56 | 51 |
| Octal | 370 | 337 | 245 | 0 | 12 | 41 | 3 | 52 | 126 | 121 |
| Binary | 11111000 | 11011111 | 10100101 | 0 | 1010 | 100001 | 11 | 101010 | 1010110 | 1010001 |
Color Harmonies of #F8DFA5
Complementary color
Monochromatic Colors of #F8DFA5
Black with #F8DFA5
Text Example
Text Example
White with #F8DFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFA5; }
p { color: rgb(248,223,165); }
H1.HeaderClassName
{
color: #F8DFA5;
}
.AnyTagClassName
{
color: #F8DFA5;
}
</style>
background-color css
<style>
a { background-color: #F8DFA5; }
a { background-color: rgb(248,223,165); }
div.DivClassName
{
background-color: #F8DFA5;
}
.BgClassName
{
background-color: #F8DFA5;
}
</style>
border-color css
<style>
span { border-color: #F8DFA5; }
span { border-color: rgb(248,223,165); }
td.TdClassName
{
border-color: #F8DFA5;
}
.TagClassName
{
border-color: #F8DFA5;
}
</style>