Shades of Buttermilk #FADF9F
Tints of Buttermilk #FADF9F
RGB
CMYK
RGB Variations
Color information
#FADF9F (or 0xFADF9F) is known color: Buttermilk. HEX triplet: FA, DF and 9F. RGB value is (250,223,159). Sum of RGB (Red+Green+Blue) = 250+223+159=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF9F is #052060. Grayscale: #E0E0E0. Windows color (decimal): -335969 or 10477562. OLE color: 10477562.
HSL color Cylindrical-coordinate representation of color #FADF9F: hue angle of 42.2º 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 #FADF9F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 159 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.02 |
| HSL | 42.2º | 0.9% | 0.8% | - |
| HSV(B) | 42.2º | 0.36% | 0.98% | - |
| XYZ | 72.07 | 75.6 | 43.6 | - |
| YUV | 223.78 | 91.45 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 159 | 0 | 0.11 | 0.36 | 0.02 | 42.2 | 0.9 | 0.8 |
| Hex | FA | DF | 9F | 0 | B | 24 | 2 | 2A | 5A | 50 |
| Octal | 372 | 337 | 237 | 0 | 13 | 44 | 2 | 52 | 132 | 120 |
| Binary | 11111010 | 11011111 | 10011111 | 0 | 1011 | 100100 | 10 | 101010 | 1011010 | 1010000 |
Color Harmonies of #FADF9F
Complementary color
Monochromatic Colors of #FADF9F
Black with #FADF9F
Text Example
Text Example
White with #FADF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF9F; }
p { color: rgb(250,223,159); }
H1.HeaderClassName
{
color: #FADF9F;
}
.AnyTagClassName
{
color: #FADF9F;
}
</style>
background-color css
<style>
a { background-color: #FADF9F; }
a { background-color: rgb(250,223,159); }
div.DivClassName
{
background-color: #FADF9F;
}
.BgClassName
{
background-color: #FADF9F;
}
</style>
border-color css
<style>
span { border-color: #FADF9F; }
span { border-color: rgb(250,223,159); }
td.TdClassName
{
border-color: #FADF9F;
}
.TagClassName
{
border-color: #FADF9F;
}
</style>