Shades of Buttermilk #FADE9F
Tints of Buttermilk #FADE9F
RGB
CMYK
RGB Variations
Color information
#FADE9F (or 0xFADE9F) is known color: Buttermilk. HEX triplet: FA, DE and 9F. RGB value is (250,222,159). Sum of RGB (Red+Green+Blue) = 250+222+159=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 159 (62.5% from 255 or 25.20% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADE9F is #052160. Grayscale: #DFDFDF. Windows color (decimal): -336225 or 10477306. OLE color: 10477306.
HSL color Cylindrical-coordinate representation of color #FADE9F: hue angle of 41.54º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FADE9F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 159 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.02 |
| HSL | 41.54º | 0.9% | 0.8% | - |
| HSV(B) | 41.54º | 0.36% | 0.98% | - |
| XYZ | 71.8 | 75.07 | 43.51 | - |
| YUV | 223.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 159 | 0 | 0.11 | 0.36 | 0.02 | 41.54 | 0.9 | 0.8 |
| Hex | FA | DE | 9F | 0 | B | 24 | 2 | 2A | 5A | 50 |
| Octal | 372 | 336 | 237 | 0 | 13 | 44 | 2 | 52 | 132 | 120 |
| Binary | 11111010 | 11011110 | 10011111 | 0 | 1011 | 100100 | 10 | 101010 | 1011010 | 1010000 |
Color Harmonies of #FADE9F
Complementary color
Monochromatic Colors of #FADE9F
Black with #FADE9F
Text Example
Text Example
White with #FADE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE9F; }
p { color: rgb(250,222,159); }
H1.HeaderClassName
{
color: #FADE9F;
}
.AnyTagClassName
{
color: #FADE9F;
}
</style>
background-color css
<style>
a { background-color: #FADE9F; }
a { background-color: rgb(250,222,159); }
div.DivClassName
{
background-color: #FADE9F;
}
.BgClassName
{
background-color: #FADE9F;
}
</style>
border-color css
<style>
span { border-color: #FADE9F; }
span { border-color: rgb(250,222,159); }
td.TdClassName
{
border-color: #FADE9F;
}
.TagClassName
{
border-color: #FADE9F;
}
</style>