Shades of Buttermilk #F8DF9D
Tints of Buttermilk #F8DF9D
RGB
CMYK
RGB Variations
Color information
#F8DF9D (or 0xF8DF9D) is known color: Buttermilk. HEX triplet: F8, DF and 9D. RGB value is (248,223,157). Sum of RGB (Red+Green+Blue) = 248+223+157=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 157 (61.72% from 255 or 25% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF9D is #072062. Grayscale: #DFDFDF. Windows color (decimal): -467043 or 10346488. OLE color: 10346488.
HSL color Cylindrical-coordinate representation of color #F8DF9D: hue angle of 43.52º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8DF9D is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 157 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.03 |
| HSL | 43.52º | 0.87% | 0.79% | - |
| HSV(B) | 43.52º | 0.37% | 0.97% | - |
| XYZ | 71.18 | 75.17 | 42.65 | - |
| YUV | 222.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 157 | 0 | 0.10 | 0.37 | 0.03 | 43.52 | 0.87 | 0.79 |
| Hex | F8 | DF | 9D | 0 | A | 25 | 3 | 2C | 57 | 4F |
| Octal | 370 | 337 | 235 | 0 | 12 | 45 | 3 | 54 | 127 | 117 |
| Binary | 11111000 | 11011111 | 10011101 | 0 | 1010 | 100101 | 11 | 101100 | 1010111 | 1001111 |
Color Harmonies of #F8DF9D
Complementary color
Monochromatic Colors of #F8DF9D
Black with #F8DF9D
Text Example
Text Example
White with #F8DF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF9D; }
p { color: rgb(248,223,157); }
H1.HeaderClassName
{
color: #F8DF9D;
}
.AnyTagClassName
{
color: #F8DF9D;
}
</style>
background-color css
<style>
a { background-color: #F8DF9D; }
a { background-color: rgb(248,223,157); }
div.DivClassName
{
background-color: #F8DF9D;
}
.BgClassName
{
background-color: #F8DF9D;
}
</style>
border-color css
<style>
span { border-color: #F8DF9D; }
span { border-color: rgb(248,223,157); }
td.TdClassName
{
border-color: #F8DF9D;
}
.TagClassName
{
border-color: #F8DF9D;
}
</style>