Shades of Buttermilk #F1DFA5
Tints of Buttermilk #F1DFA5
RGB
CMYK
RGB Variations
Color information
#F1DFA5 (or 0xF1DFA5) is known color: Buttermilk. HEX triplet: F1, DF and A5. RGB value is (241,223,165). Sum of RGB (Red+Green+Blue) = 241+223+165=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 165 (64.84% from 255 or 26.23% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFA5 is #0E205A. Grayscale: #DEDEDE. Windows color (decimal): -925787 or 10870769. OLE color: 10870769.
HSL color Cylindrical-coordinate representation of color #F1DFA5: hue angle of 45.79º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1DFA5 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 165 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.05 |
| HSL | 45.79º | 0.73% | 0.8% | - |
| HSV(B) | 45.79º | 0.32% | 0.95% | - |
| XYZ | 69.45 | 74.19 | 46.26 | - |
| YUV | 221.77 | 95.96 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 165 | 0 | 0.07 | 0.32 | 0.05 | 45.79 | 0.73 | 0.8 |
| Hex | F1 | DF | A5 | 0 | 7 | 20 | 5 | 2E | 49 | 50 |
| Octal | 361 | 337 | 245 | 0 | 7 | 40 | 5 | 56 | 111 | 120 |
| Binary | 11110001 | 11011111 | 10100101 | 0 | 111 | 100000 | 101 | 101110 | 1001001 | 1010000 |
Color Harmonies of #F1DFA5
Complementary color
Monochromatic Colors of #F1DFA5
Black with #F1DFA5
Text Example
Text Example
White with #F1DFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFA5; }
p { color: rgb(241,223,165); }
H1.HeaderClassName
{
color: #F1DFA5;
}
.AnyTagClassName
{
color: #F1DFA5;
}
</style>
background-color css
<style>
a { background-color: #F1DFA5; }
a { background-color: rgb(241,223,165); }
div.DivClassName
{
background-color: #F1DFA5;
}
.BgClassName
{
background-color: #F1DFA5;
}
</style>
border-color css
<style>
span { border-color: #F1DFA5; }
span { border-color: rgb(241,223,165); }
td.TdClassName
{
border-color: #F1DFA5;
}
.TagClassName
{
border-color: #F1DFA5;
}
</style>