Shades of Buttermilk #F8DC9F
Tints of Buttermilk #F8DC9F
RGB
CMYK
RGB Variations
Color information
#F8DC9F (or 0xF8DC9F) is known color: Buttermilk. HEX triplet: F8, DC and 9F. RGB value is (248,220,159). Sum of RGB (Red+Green+Blue) = 248+220+159=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 159 (62.5% from 255 or 25.36% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC9F is #072360. Grayscale: #DDDDDD. Windows color (decimal): -467809 or 10476792. OLE color: 10476792.
HSL color Cylindrical-coordinate representation of color #F8DC9F: hue angle of 41.12º 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 #F8DC9F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 159 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.03 |
| HSL | 41.12º | 0.86% | 0.8% | - |
| HSV(B) | 41.12º | 0.36% | 0.97% | - |
| XYZ | 70.56 | 73.65 | 43.3 | - |
| YUV | 221.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 159 | 0 | 0.11 | 0.36 | 0.03 | 41.12 | 0.86 | 0.8 |
| Hex | F8 | DC | 9F | 0 | B | 24 | 3 | 29 | 56 | 50 |
| Octal | 370 | 334 | 237 | 0 | 13 | 44 | 3 | 51 | 126 | 120 |
| Binary | 11111000 | 11011100 | 10011111 | 0 | 1011 | 100100 | 11 | 101001 | 1010110 | 1010000 |
Color Harmonies of #F8DC9F
Complementary color
Monochromatic Colors of #F8DC9F
Black with #F8DC9F
Text Example
Text Example
White with #F8DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC9F; }
p { color: rgb(248,220,159); }
H1.HeaderClassName
{
color: #F8DC9F;
}
.AnyTagClassName
{
color: #F8DC9F;
}
</style>
background-color css
<style>
a { background-color: #F8DC9F; }
a { background-color: rgb(248,220,159); }
div.DivClassName
{
background-color: #F8DC9F;
}
.BgClassName
{
background-color: #F8DC9F;
}
</style>
border-color css
<style>
span { border-color: #F8DC9F; }
span { border-color: rgb(248,220,159); }
td.TdClassName
{
border-color: #F8DC9F;
}
.TagClassName
{
border-color: #F8DC9F;
}
</style>