Shades of Buttermilk #F8DF9F
Tints of Buttermilk #F8DF9F
RGB
CMYK
RGB Variations
Color information
#F8DF9F (or 0xF8DF9F) is known color: Buttermilk. HEX triplet: F8, DF and 9F. RGB value is (248,223,159). Sum of RGB (Red+Green+Blue) = 248+223+159=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 159 (62.5% from 255 or 25.24% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF9F is #072060. Grayscale: #DFDFDF. Windows color (decimal): -467041 or 10477560. OLE color: 10477560.
HSL color Cylindrical-coordinate representation of color #F8DF9F: hue angle of 43.15º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8DF9F is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 159 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.03 |
| HSL | 43.15º | 0.86% | 0.8% | - |
| HSV(B) | 43.15º | 0.36% | 0.97% | - |
| XYZ | 71.36 | 75.24 | 43.56 | - |
| YUV | 223.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 159 | 0 | 0.10 | 0.36 | 0.03 | 43.15 | 0.86 | 0.8 |
| Hex | F8 | DF | 9F | 0 | A | 24 | 3 | 2B | 56 | 50 |
| Octal | 370 | 337 | 237 | 0 | 12 | 44 | 3 | 53 | 126 | 120 |
| Binary | 11111000 | 11011111 | 10011111 | 0 | 1010 | 100100 | 11 | 101011 | 1010110 | 1010000 |
Color Harmonies of #F8DF9F
Complementary color
Monochromatic Colors of #F8DF9F
Black with #F8DF9F
Text Example
Text Example
White with #F8DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF9F; }
p { color: rgb(248,223,159); }
H1.HeaderClassName
{
color: #F8DF9F;
}
.AnyTagClassName
{
color: #F8DF9F;
}
</style>
background-color css
<style>
a { background-color: #F8DF9F; }
a { background-color: rgb(248,223,159); }
div.DivClassName
{
background-color: #F8DF9F;
}
.BgClassName
{
background-color: #F8DF9F;
}
</style>
border-color css
<style>
span { border-color: #F8DF9F; }
span { border-color: rgb(248,223,159); }
td.TdClassName
{
border-color: #F8DF9F;
}
.TagClassName
{
border-color: #F8DF9F;
}
</style>