Shades of Buttermilk #F3E5A3
Tints of Buttermilk #F3E5A3
RGB
CMYK
RGB Variations
Color information
#F3E5A3 (or 0xF3E5A3) is known color: Buttermilk. HEX triplet: F3, E5 and A3. RGB value is (243,229,163). Sum of RGB (Red+Green+Blue) = 243+229+163=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 163 (64.06% from 255 or 25.67% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E5A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E5A3 is #0C1A5C. Grayscale: #E1E1E1. Windows color (decimal): -793181 or 10741235. OLE color: 10741235.
HSL color Cylindrical-coordinate representation of color #F3E5A3: hue angle of 49.5º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3E5A3 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 229 | 163 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.05 |
| HSL | 49.5º | 0.77% | 0.8% | - |
| HSV(B) | 49.5º | 0.33% | 0.95% | - |
| XYZ | 71.59 | 77.74 | 45.88 | - |
| YUV | 225.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 229 | 163 | 0 | 0.06 | 0.33 | 0.05 | 49.5 | 0.77 | 0.8 |
| Hex | F3 | E5 | A3 | 0 | 6 | 21 | 5 | 32 | 4D | 50 |
| Octal | 363 | 345 | 243 | 0 | 6 | 41 | 5 | 62 | 115 | 120 |
| Binary | 11110011 | 11100101 | 10100011 | 0 | 110 | 100001 | 101 | 110010 | 1001101 | 1010000 |
Color Harmonies of #F3E5A3
Complementary color
Monochromatic Colors of #F3E5A3
Black with #F3E5A3
Text Example
Text Example
White with #F3E5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E5A3; }
p { color: rgb(243,229,163); }
H1.HeaderClassName
{
color: #F3E5A3;
}
.AnyTagClassName
{
color: #F3E5A3;
}
</style>
background-color css
<style>
a { background-color: #F3E5A3; }
a { background-color: rgb(243,229,163); }
div.DivClassName
{
background-color: #F3E5A3;
}
.BgClassName
{
background-color: #F3E5A3;
}
</style>
border-color css
<style>
span { border-color: #F3E5A3; }
span { border-color: rgb(243,229,163); }
td.TdClassName
{
border-color: #F3E5A3;
}
.TagClassName
{
border-color: #F3E5A3;
}
</style>