Shades of Buttermilk #F1DEA5
Tints of Buttermilk #F1DEA5
RGB
CMYK
RGB Variations
Color information
#F1DEA5 (or 0xF1DEA5) is known color: Buttermilk. HEX triplet: F1, DE and A5. RGB value is (241,222,165). Sum of RGB (Red+Green+Blue) = 241+222+165=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEA5 is #0E215A. Grayscale: #DDDDDD. Windows color (decimal): -926043 or 10870513. OLE color: 10870513.
HSL color Cylindrical-coordinate representation of color #F1DEA5: hue angle of 45º 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 #F1DEA5 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 165 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.05 |
| HSL | 45º | 0.73% | 0.8% | - |
| HSV(B) | 45º | 0.32% | 0.95% | - |
| XYZ | 69.19 | 73.66 | 46.17 | - |
| YUV | 221.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 165 | 0 | 0.08 | 0.32 | 0.05 | 45 | 0.73 | 0.8 |
| Hex | F1 | DE | A5 | 0 | 8 | 20 | 5 | 2D | 49 | 50 |
| Octal | 361 | 336 | 245 | 0 | 10 | 40 | 5 | 55 | 111 | 120 |
| Binary | 11110001 | 11011110 | 10100101 | 0 | 1000 | 100000 | 101 | 101101 | 1001001 | 1010000 |
Color Harmonies of #F1DEA5
Complementary color
Monochromatic Colors of #F1DEA5
Black with #F1DEA5
Text Example
Text Example
White with #F1DEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEA5; }
p { color: rgb(241,222,165); }
H1.HeaderClassName
{
color: #F1DEA5;
}
.AnyTagClassName
{
color: #F1DEA5;
}
</style>
background-color css
<style>
a { background-color: #F1DEA5; }
a { background-color: rgb(241,222,165); }
div.DivClassName
{
background-color: #F1DEA5;
}
.BgClassName
{
background-color: #F1DEA5;
}
</style>
border-color css
<style>
span { border-color: #F1DEA5; }
span { border-color: rgb(241,222,165); }
td.TdClassName
{
border-color: #F1DEA5;
}
.TagClassName
{
border-color: #F1DEA5;
}
</style>