Shades of Buttermilk #F1DEA6
Tints of Buttermilk #F1DEA6
RGB
CMYK
RGB Variations
Color information
#F1DEA6 (or 0xF1DEA6) is known color: Buttermilk. HEX triplet: F1, DE and A6. RGB value is (241,222,166). Sum of RGB (Red+Green+Blue) = 241+222+166=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEA6 is #0E2159. Grayscale: #DDDDDD. Windows color (decimal): -926042 or 10936049. OLE color: 10936049.
HSL color Cylindrical-coordinate representation of color #F1DEA6: hue angle of 44.8º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1DEA6 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 166 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.05 |
| HSL | 44.8º | 0.73% | 0.8% | - |
| HSV(B) | 44.8º | 0.31% | 0.95% | - |
| XYZ | 69.28 | 73.7 | 46.65 | - |
| YUV | 221.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 166 | 0 | 0.08 | 0.31 | 0.05 | 44.8 | 0.73 | 0.8 |
| Hex | F1 | DE | A6 | 0 | 8 | 1F | 5 | 2D | 49 | 50 |
| Octal | 361 | 336 | 246 | 0 | 10 | 37 | 5 | 55 | 111 | 120 |
| Binary | 11110001 | 11011110 | 10100110 | 0 | 1000 | 11111 | 101 | 101101 | 1001001 | 1010000 |
Color Harmonies of #F1DEA6
Complementary color
Monochromatic Colors of #F1DEA6
Black with #F1DEA6
Text Example
Text Example
White with #F1DEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEA6; }
p { color: rgb(241,222,166); }
H1.HeaderClassName
{
color: #F1DEA6;
}
.AnyTagClassName
{
color: #F1DEA6;
}
</style>
background-color css
<style>
a { background-color: #F1DEA6; }
a { background-color: rgb(241,222,166); }
div.DivClassName
{
background-color: #F1DEA6;
}
.BgClassName
{
background-color: #F1DEA6;
}
</style>
border-color css
<style>
span { border-color: #F1DEA6; }
span { border-color: rgb(241,222,166); }
td.TdClassName
{
border-color: #F1DEA6;
}
.TagClassName
{
border-color: #F1DEA6;
}
</style>