Shades of Buttermilk #F1DEA2
Tints of Buttermilk #F1DEA2
RGB
CMYK
RGB Variations
Color information
#F1DEA2 (or 0xF1DEA2) is known color: Buttermilk. HEX triplet: F1, DE and A2. RGB value is (241,222,162). Sum of RGB (Red+Green+Blue) = 241+222+162=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 162 (63.67% from 255 or 25.92% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEA2 is #0E215D. Grayscale: #DDDDDD. Windows color (decimal): -926046 or 10673905. OLE color: 10673905.
HSL color Cylindrical-coordinate representation of color #F1DEA2: hue angle of 45.57º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1DEA2 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 162 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.05 |
| HSL | 45.57º | 0.74% | 0.79% | - |
| HSV(B) | 45.57º | 0.33% | 0.95% | - |
| XYZ | 68.92 | 73.55 | 44.75 | - |
| YUV | 220.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 162 | 0 | 0.08 | 0.33 | 0.05 | 45.57 | 0.74 | 0.79 |
| Hex | F1 | DE | A2 | 0 | 8 | 21 | 5 | 2E | 4A | 4F |
| Octal | 361 | 336 | 242 | 0 | 10 | 41 | 5 | 56 | 112 | 117 |
| Binary | 11110001 | 11011110 | 10100010 | 0 | 1000 | 100001 | 101 | 101110 | 1001010 | 1001111 |
Color Harmonies of #F1DEA2
Complementary color
Monochromatic Colors of #F1DEA2
Black with #F1DEA2
Text Example
Text Example
White with #F1DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEA2; }
p { color: rgb(241,222,162); }
H1.HeaderClassName
{
color: #F1DEA2;
}
.AnyTagClassName
{
color: #F1DEA2;
}
</style>
background-color css
<style>
a { background-color: #F1DEA2; }
a { background-color: rgb(241,222,162); }
div.DivClassName
{
background-color: #F1DEA2;
}
.BgClassName
{
background-color: #F1DEA2;
}
</style>
border-color css
<style>
span { border-color: #F1DEA2; }
span { border-color: rgb(241,222,162); }
td.TdClassName
{
border-color: #F1DEA2;
}
.TagClassName
{
border-color: #F1DEA2;
}
</style>