Shades of Buttermilk #F2DEA2
Tints of Buttermilk #F2DEA2
RGB
CMYK
RGB Variations
Color information
#F2DEA2 (or 0xF2DEA2) is known color: Buttermilk. HEX triplet: F2, DE and A2. RGB value is (242,222,162). Sum of RGB (Red+Green+Blue) = 242+222+162=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 162 (63.67% from 255 or 25.88% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEA2 is #0D215D. Grayscale: #DDDDDD. Windows color (decimal): -860510 or 10673906. OLE color: 10673906.
HSL color Cylindrical-coordinate representation of color #F2DEA2: hue angle of 45º degrees, saturation: 0.75, 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 #F2DEA2 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 222 | 162 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.05 |
| HSL | 45º | 0.75% | 0.79% | - |
| HSV(B) | 45º | 0.33% | 0.95% | - |
| XYZ | 69.26 | 73.73 | 44.76 | - |
| YUV | 221.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 222 | 162 | 0 | 0.08 | 0.33 | 0.05 | 45 | 0.75 | 0.79 |
| Hex | F2 | DE | A2 | 0 | 8 | 21 | 5 | 2D | 4B | 4F |
| Octal | 362 | 336 | 242 | 0 | 10 | 41 | 5 | 55 | 113 | 117 |
| Binary | 11110010 | 11011110 | 10100010 | 0 | 1000 | 100001 | 101 | 101101 | 1001011 | 1001111 |
Color Harmonies of #F2DEA2
Complementary color
Monochromatic Colors of #F2DEA2
Black with #F2DEA2
Text Example
Text Example
White with #F2DEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DEA2; }
p { color: rgb(242,222,162); }
H1.HeaderClassName
{
color: #F2DEA2;
}
.AnyTagClassName
{
color: #F2DEA2;
}
</style>
background-color css
<style>
a { background-color: #F2DEA2; }
a { background-color: rgb(242,222,162); }
div.DivClassName
{
background-color: #F2DEA2;
}
.BgClassName
{
background-color: #F2DEA2;
}
</style>
border-color css
<style>
span { border-color: #F2DEA2; }
span { border-color: rgb(242,222,162); }
td.TdClassName
{
border-color: #F2DEA2;
}
.TagClassName
{
border-color: #F2DEA2;
}
</style>