Shades of Buttermilk #F1DF9E
Tints of Buttermilk #F1DF9E
RGB
CMYK
RGB Variations
Color information
#F1DF9E (or 0xF1DF9E) is known color: Buttermilk. HEX triplet: F1, DF and 9E. RGB value is (241,223,158). Sum of RGB (Red+Green+Blue) = 241+223+158=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 158 (62.11% from 255 or 25.40% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DF9E is #0E2061. Grayscale: #DDDDDD. Windows color (decimal): -925794 or 10412017. OLE color: 10412017.
HSL color Cylindrical-coordinate representation of color #F1DF9E: hue angle of 46.99º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1DF9E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 158 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.05 |
| HSL | 46.99º | 0.75% | 0.78% | - |
| HSV(B) | 46.99º | 0.34% | 0.95% | - |
| XYZ | 68.83 | 73.94 | 42.99 | - |
| YUV | 220.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 158 | 0 | 0.07 | 0.34 | 0.05 | 46.99 | 0.75 | 0.78 |
| Hex | F1 | DF | 9E | 0 | 7 | 22 | 5 | 2F | 4B | 4E |
| Octal | 361 | 337 | 236 | 0 | 7 | 42 | 5 | 57 | 113 | 116 |
| Binary | 11110001 | 11011111 | 10011110 | 0 | 111 | 100010 | 101 | 101111 | 1001011 | 1001110 |
Color Harmonies of #F1DF9E
Complementary color
Monochromatic Colors of #F1DF9E
Black with #F1DF9E
Text Example
Text Example
White with #F1DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DF9E; }
p { color: rgb(241,223,158); }
H1.HeaderClassName
{
color: #F1DF9E;
}
.AnyTagClassName
{
color: #F1DF9E;
}
</style>
background-color css
<style>
a { background-color: #F1DF9E; }
a { background-color: rgb(241,223,158); }
div.DivClassName
{
background-color: #F1DF9E;
}
.BgClassName
{
background-color: #F1DF9E;
}
</style>
border-color css
<style>
span { border-color: #F1DF9E; }
span { border-color: rgb(241,223,158); }
td.TdClassName
{
border-color: #F1DF9E;
}
.TagClassName
{
border-color: #F1DF9E;
}
</style>