Shades of Buttermilk #F2DEA1
Tints of Buttermilk #F2DEA1
RGB
CMYK
RGB Variations
Color information
#F2DEA1 (or 0xF2DEA1) is known color: Buttermilk. HEX triplet: F2, DE and A1. RGB value is (242,222,161). Sum of RGB (Red+Green+Blue) = 242+222+161=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEA1 is #0D215E. Grayscale: #DDDDDD. Windows color (decimal): -860511 or 10608370. OLE color: 10608370.
HSL color Cylindrical-coordinate representation of color #F2DEA1: hue angle of 45.19º degrees, saturation: 0.76, 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 #F2DEA1 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 161 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.05 |
| HSL | 45.19º | 0.76% | 0.79% | - |
| HSV(B) | 45.19º | 0.33% | 0.95% | - |
| XYZ | 69.17 | 73.69 | 44.3 | - |
| YUV | 221.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 161 | 0 | 0.08 | 0.33 | 0.05 | 45.19 | 0.76 | 0.79 |
| Hex | F2 | DE | A1 | 0 | 8 | 21 | 5 | 2D | 4C | 4F |
| Octal | 362 | 336 | 241 | 0 | 10 | 41 | 5 | 55 | 114 | 117 |
| Binary | 11110010 | 11011110 | 10100001 | 0 | 1000 | 100001 | 101 | 101101 | 1001100 | 1001111 |
Color Harmonies of #F2DEA1
Complementary color
Monochromatic Colors of #F2DEA1
Black with #F2DEA1
Text Example
Text Example
White with #F2DEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEA1; }
p { color: rgb(242,222,161); }
H1.HeaderClassName
{
color: #F2DEA1;
}
.AnyTagClassName
{
color: #F2DEA1;
}
</style>
background-color css
<style>
a { background-color: #F2DEA1; }
a { background-color: rgb(242,222,161); }
div.DivClassName
{
background-color: #F2DEA1;
}
.BgClassName
{
background-color: #F2DEA1;
}
</style>
border-color css
<style>
span { border-color: #F2DEA1; }
span { border-color: rgb(242,222,161); }
td.TdClassName
{
border-color: #F2DEA1;
}
.TagClassName
{
border-color: #F2DEA1;
}
</style>