Shades of Buttermilk #F1DEAC
Tints of Buttermilk #F1DEAC
RGB
CMYK
RGB Variations
Color information
#F1DEAC (or 0xF1DEAC) is known color: Buttermilk. HEX triplet: F1, DE and AC. RGB value is (241,222,172). Sum of RGB (Red+Green+Blue) = 241+222+172=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEAC is #0E2153. Grayscale: #DEDEDE. Windows color (decimal): -926036 or 11329265. OLE color: 11329265.
HSL color Cylindrical-coordinate representation of color #F1DEAC: hue angle of 43.48º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1DEAC is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 172 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.05 |
| HSL | 43.48º | 0.71% | 0.81% | - |
| HSV(B) | 43.48º | 0.29% | 0.95% | - |
| XYZ | 69.84 | 73.92 | 49.62 | - |
| YUV | 221.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 172 | 0 | 0.08 | 0.29 | 0.05 | 43.48 | 0.71 | 0.81 |
| Hex | F1 | DE | AC | 0 | 8 | 1D | 5 | 2B | 47 | 51 |
| Octal | 361 | 336 | 254 | 0 | 10 | 35 | 5 | 53 | 107 | 121 |
| Binary | 11110001 | 11011110 | 10101100 | 0 | 1000 | 11101 | 101 | 101011 | 1000111 | 1010001 |
Color Harmonies of #F1DEAC
Complementary color
Monochromatic Colors of #F1DEAC
Black with #F1DEAC
Text Example
Text Example
White with #F1DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEAC; }
p { color: rgb(241,222,172); }
H1.HeaderClassName
{
color: #F1DEAC;
}
.AnyTagClassName
{
color: #F1DEAC;
}
</style>
background-color css
<style>
a { background-color: #F1DEAC; }
a { background-color: rgb(241,222,172); }
div.DivClassName
{
background-color: #F1DEAC;
}
.BgClassName
{
background-color: #F1DEAC;
}
</style>
border-color css
<style>
span { border-color: #F1DEAC; }
span { border-color: rgb(241,222,172); }
td.TdClassName
{
border-color: #F1DEAC;
}
.TagClassName
{
border-color: #F1DEAC;
}
</style>