Shades of Buttermilk #F1DDA3
Tints of Buttermilk #F1DDA3
RGB
CMYK
RGB Variations
Color information
#F1DDA3 (or 0xF1DDA3) is known color: Buttermilk. HEX triplet: F1, DD and A3. RGB value is (241,221,163). Sum of RGB (Red+Green+Blue) = 241+221+163=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 163 (64.06% from 255 or 26.08% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DDA3 is #0E225C. Grayscale: #DCDCDC. Windows color (decimal): -926301 or 10739185. OLE color: 10739185.
HSL color Cylindrical-coordinate representation of color #F1DDA3: hue angle of 44.62º 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 #F1DDA3 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 163 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.05 |
| HSL | 44.62º | 0.74% | 0.79% | - |
| HSV(B) | 44.62º | 0.32% | 0.95% | - |
| XYZ | 68.74 | 73.06 | 45.13 | - |
| YUV | 220.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 163 | 0 | 0.08 | 0.32 | 0.05 | 44.62 | 0.74 | 0.79 |
| Hex | F1 | DD | A3 | 0 | 8 | 20 | 5 | 2D | 4A | 4F |
| Octal | 361 | 335 | 243 | 0 | 10 | 40 | 5 | 55 | 112 | 117 |
| Binary | 11110001 | 11011101 | 10100011 | 0 | 1000 | 100000 | 101 | 101101 | 1001010 | 1001111 |
Color Harmonies of #F1DDA3
Complementary color
Monochromatic Colors of #F1DDA3
Black with #F1DDA3
Text Example
Text Example
White with #F1DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDA3; }
p { color: rgb(241,221,163); }
H1.HeaderClassName
{
color: #F1DDA3;
}
.AnyTagClassName
{
color: #F1DDA3;
}
</style>
background-color css
<style>
a { background-color: #F1DDA3; }
a { background-color: rgb(241,221,163); }
div.DivClassName
{
background-color: #F1DDA3;
}
.BgClassName
{
background-color: #F1DDA3;
}
</style>
border-color css
<style>
span { border-color: #F1DDA3; }
span { border-color: rgb(241,221,163); }
td.TdClassName
{
border-color: #F1DDA3;
}
.TagClassName
{
border-color: #F1DDA3;
}
</style>