Shades of Buttermilk #F9DFA3
Tints of Buttermilk #F9DFA3
RGB
CMYK
RGB Variations
Color information
#F9DFA3 (or 0xF9DFA3) is known color: Buttermilk. HEX triplet: F9, DF and A3. RGB value is (249,223,163). Sum of RGB (Red+Green+Blue) = 249+223+163=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 163 (64.06% from 255 or 25.67% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DFA3 is #06205C. Grayscale: #E0E0E0. Windows color (decimal): -401501 or 10739705. OLE color: 10739705.
HSL color Cylindrical-coordinate representation of color #F9DFA3: hue angle of 41.86º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9DFA3 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 163 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.02 |
| HSL | 41.86º | 0.88% | 0.81% | - |
| HSV(B) | 41.86º | 0.35% | 0.98% | - |
| XYZ | 72.07 | 75.56 | 45.44 | - |
| YUV | 223.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 163 | 0 | 0.10 | 0.35 | 0.02 | 41.86 | 0.88 | 0.81 |
| Hex | F9 | DF | A3 | 0 | A | 23 | 2 | 2A | 58 | 51 |
| Octal | 371 | 337 | 243 | 0 | 12 | 43 | 2 | 52 | 130 | 121 |
| Binary | 11111001 | 11011111 | 10100011 | 0 | 1010 | 100011 | 10 | 101010 | 1011000 | 1010001 |
Color Harmonies of #F9DFA3
Complementary color
Monochromatic Colors of #F9DFA3
Black with #F9DFA3
Text Example
Text Example
White with #F9DFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFA3; }
p { color: rgb(249,223,163); }
H1.HeaderClassName
{
color: #F9DFA3;
}
.AnyTagClassName
{
color: #F9DFA3;
}
</style>
background-color css
<style>
a { background-color: #F9DFA3; }
a { background-color: rgb(249,223,163); }
div.DivClassName
{
background-color: #F9DFA3;
}
.BgClassName
{
background-color: #F9DFA3;
}
</style>
border-color css
<style>
span { border-color: #F9DFA3; }
span { border-color: rgb(249,223,163); }
td.TdClassName
{
border-color: #F9DFA3;
}
.TagClassName
{
border-color: #F9DFA3;
}
</style>