Shades of Buttermilk #F1DFA3
Tints of Buttermilk #F1DFA3
RGB
CMYK
RGB Variations
Color information
#F1DFA3 (or 0xF1DFA3) is known color: Buttermilk. HEX triplet: F1, DF and A3. RGB value is (241,223,163). Sum of RGB (Red+Green+Blue) = 241+223+163=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 163 (64.06% from 255 or 26.00% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFA3 is #0E205C. Grayscale: #DDDDDD. Windows color (decimal): -925789 or 10739697. OLE color: 10739697.
HSL color Cylindrical-coordinate representation of color #F1DFA3: hue angle of 46.15º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1DFA3 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 163 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.05 |
| HSL | 46.15º | 0.74% | 0.79% | - |
| HSV(B) | 46.15º | 0.32% | 0.95% | - |
| XYZ | 69.27 | 74.12 | 45.31 | - |
| YUV | 221.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 163 | 0 | 0.07 | 0.32 | 0.05 | 46.15 | 0.74 | 0.79 |
| Hex | F1 | DF | A3 | 0 | 7 | 20 | 5 | 2E | 4A | 4F |
| Octal | 361 | 337 | 243 | 0 | 7 | 40 | 5 | 56 | 112 | 117 |
| Binary | 11110001 | 11011111 | 10100011 | 0 | 111 | 100000 | 101 | 101110 | 1001010 | 1001111 |
Color Harmonies of #F1DFA3
Complementary color
Monochromatic Colors of #F1DFA3
Black with #F1DFA3
Text Example
Text Example
White with #F1DFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFA3; }
p { color: rgb(241,223,163); }
H1.HeaderClassName
{
color: #F1DFA3;
}
.AnyTagClassName
{
color: #F1DFA3;
}
</style>
background-color css
<style>
a { background-color: #F1DFA3; }
a { background-color: rgb(241,223,163); }
div.DivClassName
{
background-color: #F1DFA3;
}
.BgClassName
{
background-color: #F1DFA3;
}
</style>
border-color css
<style>
span { border-color: #F1DFA3; }
span { border-color: rgb(241,223,163); }
td.TdClassName
{
border-color: #F1DFA3;
}
.TagClassName
{
border-color: #F1DFA3;
}
</style>