Shades of Buttermilk #F2E1AD
Tints of Buttermilk #F2E1AD
RGB
CMYK
RGB Variations
Color information
#F2E1AD (or 0xF2E1AD) is known color: Buttermilk. HEX triplet: F2, E1 and AD. RGB value is (242,225,173). Sum of RGB (Red+Green+Blue) = 242+225+173=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E1AD is #0D1E52. Grayscale: #E0E0E0. Windows color (decimal): -859731 or 11395570. OLE color: 11395570.
HSL color Cylindrical-coordinate representation of color #F2E1AD: hue angle of 45.22º degrees, saturation: 0.73, 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 #F2E1AD is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 173 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.05 |
| HSL | 45.22º | 0.73% | 0.81% | - |
| HSV(B) | 45.22º | 0.29% | 0.95% | - |
| XYZ | 71.09 | 75.74 | 50.41 | - |
| YUV | 224.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 173 | 0 | 0.07 | 0.29 | 0.05 | 45.22 | 0.73 | 0.81 |
| Hex | F2 | E1 | AD | 0 | 7 | 1D | 5 | 2D | 49 | 51 |
| Octal | 362 | 341 | 255 | 0 | 7 | 35 | 5 | 55 | 111 | 121 |
| Binary | 11110010 | 11100001 | 10101101 | 0 | 111 | 11101 | 101 | 101101 | 1001001 | 1010001 |
Color Harmonies of #F2E1AD
Complementary color
Monochromatic Colors of #F2E1AD
Black with #F2E1AD
Text Example
Text Example
White with #F2E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1AD; }
p { color: rgb(242,225,173); }
H1.HeaderClassName
{
color: #F2E1AD;
}
.AnyTagClassName
{
color: #F2E1AD;
}
</style>
background-color css
<style>
a { background-color: #F2E1AD; }
a { background-color: rgb(242,225,173); }
div.DivClassName
{
background-color: #F2E1AD;
}
.BgClassName
{
background-color: #F2E1AD;
}
</style>
border-color css
<style>
span { border-color: #F2E1AD; }
span { border-color: rgb(242,225,173); }
td.TdClassName
{
border-color: #F2E1AD;
}
.TagClassName
{
border-color: #F2E1AD;
}
</style>