Shades of Buttermilk #FADFA2
Tints of Buttermilk #FADFA2
RGB
CMYK
RGB Variations
Color information
#FADFA2 (or 0xFADFA2) is known color: Buttermilk. HEX triplet: FA, DF and A2. RGB value is (250,223,162). Sum of RGB (Red+Green+Blue) = 250+223+162=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFA2 is #05205D. Grayscale: #E0E0E0. Windows color (decimal): -335966 or 10674170. OLE color: 10674170.
HSL color Cylindrical-coordinate representation of color #FADFA2: hue angle of 41.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FADFA2 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 162 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.02 |
| HSL | 41.59º | 0.9% | 0.81% | - |
| HSV(B) | 41.59º | 0.35% | 0.98% | - |
| XYZ | 72.33 | 75.71 | 44.98 | - |
| YUV | 224.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 162 | 0 | 0.11 | 0.35 | 0.02 | 41.59 | 0.9 | 0.81 |
| Hex | FA | DF | A2 | 0 | B | 23 | 2 | 2A | 5A | 51 |
| Octal | 372 | 337 | 242 | 0 | 13 | 43 | 2 | 52 | 132 | 121 |
| Binary | 11111010 | 11011111 | 10100010 | 0 | 1011 | 100011 | 10 | 101010 | 1011010 | 1010001 |
Color Harmonies of #FADFA2
Complementary color
Monochromatic Colors of #FADFA2
Black with #FADFA2
Text Example
Text Example
White with #FADFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFA2; }
p { color: rgb(250,223,162); }
H1.HeaderClassName
{
color: #FADFA2;
}
.AnyTagClassName
{
color: #FADFA2;
}
</style>
background-color css
<style>
a { background-color: #FADFA2; }
a { background-color: rgb(250,223,162); }
div.DivClassName
{
background-color: #FADFA2;
}
.BgClassName
{
background-color: #FADFA2;
}
</style>
border-color css
<style>
span { border-color: #FADFA2; }
span { border-color: rgb(250,223,162); }
td.TdClassName
{
border-color: #FADFA2;
}
.TagClassName
{
border-color: #FADFA2;
}
</style>