Shades of Buttermilk #F2DD9E
Tints of Buttermilk #F2DD9E
RGB
CMYK
RGB Variations
Color information
#F2DD9E (or 0xF2DD9E) is known color: Buttermilk. HEX triplet: F2, DD and 9E. RGB value is (242,221,158). Sum of RGB (Red+Green+Blue) = 242+221+158=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DD9E is #0D2261. Grayscale: #DCDCDC. Windows color (decimal): -860770 or 10411506. OLE color: 10411506.
HSL color Cylindrical-coordinate representation of color #F2DD9E: hue angle of 45º 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 #F2DD9E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 158 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.05 |
| HSL | 45º | 0.76% | 0.78% | - |
| HSV(B) | 45º | 0.35% | 0.95% | - |
| XYZ | 68.65 | 73.06 | 42.83 | - |
| YUV | 220.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 158 | 0 | 0.09 | 0.35 | 0.05 | 45 | 0.76 | 0.78 |
| Hex | F2 | DD | 9E | 0 | 9 | 23 | 5 | 2D | 4C | 4E |
| Octal | 362 | 335 | 236 | 0 | 11 | 43 | 5 | 55 | 114 | 116 |
| Binary | 11110010 | 11011101 | 10011110 | 0 | 1001 | 100011 | 101 | 101101 | 1001100 | 1001110 |
Color Harmonies of #F2DD9E
Complementary color
Monochromatic Colors of #F2DD9E
Black with #F2DD9E
Text Example
Text Example
White with #F2DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DD9E; }
p { color: rgb(242,221,158); }
H1.HeaderClassName
{
color: #F2DD9E;
}
.AnyTagClassName
{
color: #F2DD9E;
}
</style>
background-color css
<style>
a { background-color: #F2DD9E; }
a { background-color: rgb(242,221,158); }
div.DivClassName
{
background-color: #F2DD9E;
}
.BgClassName
{
background-color: #F2DD9E;
}
</style>
border-color css
<style>
span { border-color: #F2DD9E; }
span { border-color: rgb(242,221,158); }
td.TdClassName
{
border-color: #F2DD9E;
}
.TagClassName
{
border-color: #F2DD9E;
}
</style>