Shades of Buttermilk #F2E0AD
Tints of Buttermilk #F2E0AD
RGB
CMYK
RGB Variations
Color information
#F2E0AD (or 0xF2E0AD) is known color: Buttermilk. HEX triplet: F2, E0 and AD. RGB value is (242,224,173). Sum of RGB (Red+Green+Blue) = 242+224+173=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E0AD is #0D1F52. Grayscale: #DFDFDF. Windows color (decimal): -859987 or 11395314. OLE color: 11395314.
HSL color Cylindrical-coordinate representation of color #F2E0AD: hue angle of 44.35º 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 #F2E0AD is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 173 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.05 |
| HSL | 44.35º | 0.73% | 0.81% | - |
| HSV(B) | 44.35º | 0.29% | 0.95% | - |
| XYZ | 70.82 | 75.21 | 50.32 | - |
| YUV | 223.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 173 | 0 | 0.07 | 0.29 | 0.05 | 44.35 | 0.73 | 0.81 |
| Hex | F2 | E0 | AD | 0 | 7 | 1D | 5 | 2C | 49 | 51 |
| Octal | 362 | 340 | 255 | 0 | 7 | 35 | 5 | 54 | 111 | 121 |
| Binary | 11110010 | 11100000 | 10101101 | 0 | 111 | 11101 | 101 | 101100 | 1001001 | 1010001 |
Color Harmonies of #F2E0AD
Complementary color
Monochromatic Colors of #F2E0AD
Black with #F2E0AD
Text Example
Text Example
White with #F2E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0AD; }
p { color: rgb(242,224,173); }
H1.HeaderClassName
{
color: #F2E0AD;
}
.AnyTagClassName
{
color: #F2E0AD;
}
</style>
background-color css
<style>
a { background-color: #F2E0AD; }
a { background-color: rgb(242,224,173); }
div.DivClassName
{
background-color: #F2E0AD;
}
.BgClassName
{
background-color: #F2E0AD;
}
</style>
border-color css
<style>
span { border-color: #F2E0AD; }
span { border-color: rgb(242,224,173); }
td.TdClassName
{
border-color: #F2E0AD;
}
.TagClassName
{
border-color: #F2E0AD;
}
</style>