Shades of Buttermilk #F2DF9F
Tints of Buttermilk #F2DF9F
RGB
CMYK
RGB Variations
Color information
#F2DF9F (or 0xF2DF9F) is known color: Buttermilk. HEX triplet: F2, DF and 9F. RGB value is (242,223,159). Sum of RGB (Red+Green+Blue) = 242+223+159=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 159 (62.5% from 255 or 25.48% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF9F is #0D2060. Grayscale: #DDDDDD. Windows color (decimal): -860257 or 10477554. OLE color: 10477554.
HSL color Cylindrical-coordinate representation of color #F2DF9F: hue angle of 46.27º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2DF9F is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 159 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.05 |
| HSL | 46.27º | 0.76% | 0.79% | - |
| HSV(B) | 46.27º | 0.34% | 0.95% | - |
| XYZ | 69.26 | 74.16 | 43.46 | - |
| YUV | 221.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 159 | 0 | 0.08 | 0.34 | 0.05 | 46.27 | 0.76 | 0.79 |
| Hex | F2 | DF | 9F | 0 | 8 | 22 | 5 | 2E | 4C | 4F |
| Octal | 362 | 337 | 237 | 0 | 10 | 42 | 5 | 56 | 114 | 117 |
| Binary | 11110010 | 11011111 | 10011111 | 0 | 1000 | 100010 | 101 | 101110 | 1001100 | 1001111 |
Color Harmonies of #F2DF9F
Complementary color
Monochromatic Colors of #F2DF9F
Black with #F2DF9F
Text Example
Text Example
White with #F2DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF9F; }
p { color: rgb(242,223,159); }
H1.HeaderClassName
{
color: #F2DF9F;
}
.AnyTagClassName
{
color: #F2DF9F;
}
</style>
background-color css
<style>
a { background-color: #F2DF9F; }
a { background-color: rgb(242,223,159); }
div.DivClassName
{
background-color: #F2DF9F;
}
.BgClassName
{
background-color: #F2DF9F;
}
</style>
border-color css
<style>
span { border-color: #F2DF9F; }
span { border-color: rgb(242,223,159); }
td.TdClassName
{
border-color: #F2DF9F;
}
.TagClassName
{
border-color: #F2DF9F;
}
</style>