Shades of Buttermilk #F8DCA1
Tints of Buttermilk #F8DCA1
RGB
CMYK
RGB Variations
Color information
#F8DCA1 (or 0xF8DCA1) is known color: Buttermilk. HEX triplet: F8, DC and A1. RGB value is (248,220,161). Sum of RGB (Red+Green+Blue) = 248+220+161=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 161 (63.28% from 255 or 25.60% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DCA1 is #07235E. Grayscale: #DDDDDD. Windows color (decimal): -467807 or 10607864. OLE color: 10607864.
HSL color Cylindrical-coordinate representation of color #F8DCA1: hue angle of 40.69º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8DCA1 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 161 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.03 |
| HSL | 40.69º | 0.86% | 0.8% | - |
| HSV(B) | 40.69º | 0.35% | 0.97% | - |
| XYZ | 70.74 | 73.72 | 44.22 | - |
| YUV | 221.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 161 | 0 | 0.11 | 0.35 | 0.03 | 40.69 | 0.86 | 0.8 |
| Hex | F8 | DC | A1 | 0 | B | 23 | 3 | 29 | 56 | 50 |
| Octal | 370 | 334 | 241 | 0 | 13 | 43 | 3 | 51 | 126 | 120 |
| Binary | 11111000 | 11011100 | 10100001 | 0 | 1011 | 100011 | 11 | 101001 | 1010110 | 1010000 |
Color Harmonies of #F8DCA1
Complementary color
Monochromatic Colors of #F8DCA1
Black with #F8DCA1
Text Example
Text Example
White with #F8DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCA1; }
p { color: rgb(248,220,161); }
H1.HeaderClassName
{
color: #F8DCA1;
}
.AnyTagClassName
{
color: #F8DCA1;
}
</style>
background-color css
<style>
a { background-color: #F8DCA1; }
a { background-color: rgb(248,220,161); }
div.DivClassName
{
background-color: #F8DCA1;
}
.BgClassName
{
background-color: #F8DCA1;
}
</style>
border-color css
<style>
span { border-color: #F8DCA1; }
span { border-color: rgb(248,220,161); }
td.TdClassName
{
border-color: #F8DCA1;
}
.TagClassName
{
border-color: #F8DCA1;
}
</style>