Shades of Buttermilk #F2DF9E
Tints of Buttermilk #F2DF9E
RGB
CMYK
RGB Variations
Color information
#F2DF9E (or 0xF2DF9E) is known color: Buttermilk. HEX triplet: F2, DF and 9E. RGB value is (242,223,158). Sum of RGB (Red+Green+Blue) = 242+223+158=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF9E is #0D2061. Grayscale: #DDDDDD. Windows color (decimal): -860258 or 10412018. OLE color: 10412018.
HSL color Cylindrical-coordinate representation of color #F2DF9E: hue angle of 46.43º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2DF9E is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 158 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.05 |
| HSL | 46.43º | 0.76% | 0.78% | - |
| HSV(B) | 46.43º | 0.35% | 0.95% | - |
| XYZ | 69.18 | 74.12 | 43.01 | - |
| YUV | 221.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 158 | 0 | 0.08 | 0.35 | 0.05 | 46.43 | 0.76 | 0.78 |
| Hex | F2 | DF | 9E | 0 | 8 | 23 | 5 | 2E | 4C | 4E |
| Octal | 362 | 337 | 236 | 0 | 10 | 43 | 5 | 56 | 114 | 116 |
| Binary | 11110010 | 11011111 | 10011110 | 0 | 1000 | 100011 | 101 | 101110 | 1001100 | 1001110 |
Color Harmonies of #F2DF9E
Complementary color
Monochromatic Colors of #F2DF9E
Black with #F2DF9E
Text Example
Text Example
White with #F2DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF9E; }
p { color: rgb(242,223,158); }
H1.HeaderClassName
{
color: #F2DF9E;
}
.AnyTagClassName
{
color: #F2DF9E;
}
</style>
background-color css
<style>
a { background-color: #F2DF9E; }
a { background-color: rgb(242,223,158); }
div.DivClassName
{
background-color: #F2DF9E;
}
.BgClassName
{
background-color: #F2DF9E;
}
</style>
border-color css
<style>
span { border-color: #F2DF9E; }
span { border-color: rgb(242,223,158); }
td.TdClassName
{
border-color: #F2DF9E;
}
.TagClassName
{
border-color: #F2DF9E;
}
</style>