Shades of Milan #FAF996
Tints of Milan #FAF996
RGB
CMYK
RGB Variations
Color information
#FAF996 (or 0xFAF996) is known color: Milan. HEX triplet: FA, F9 and 96. RGB value is (250,249,150). Sum of RGB (Red+Green+Blue) = 250+249+150=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 249 (97.66% from 255 or 38.37% from 649); Blue value is 150 (58.98% from 255 or 23.11% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF996 is #050669. Grayscale: #EEEEEE. Windows color (decimal): -329322 or 9894394. OLE color: 9894394.
HSL color Cylindrical-coordinate representation of color #FAF996: hue angle of 59.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAF996 is Cyan = 0, Magento = 0.00, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 249 | 150 | - |
| CMYK | 0 | 0.00 | 0.4 | 0.02 |
| HSL | 59.4º | 0.91% | 0.78% | - |
| HSV(B) | 59.4º | 0.4% | 0.98% | - |
| XYZ | 78.81 | 90.28 | 42.13 | - |
| YUV | 238.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 249 | 150 | 0 | 0.00 | 0.4 | 0.02 | 59.4 | 0.91 | 0.78 |
| Hex | FA | F9 | 96 | 0 | 0 | 28 | 2 | 3B | 5B | 4E |
| Octal | 372 | 371 | 226 | 0 | 0 | 50 | 2 | 73 | 133 | 116 |
| Binary | 11111010 | 11111001 | 10010110 | 0 | 0 | 101000 | 10 | 111011 | 1011011 | 1001110 |
Color Harmonies of #FAF996
Complementary color
Monochromatic Colors of #FAF996
Black with #FAF996
Text Example
Text Example
White with #FAF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF996; }
p { color: rgb(250,249,150); }
H1.HeaderClassName
{
color: #FAF996;
}
.AnyTagClassName
{
color: #FAF996;
}
</style>
background-color css
<style>
a { background-color: #FAF996; }
a { background-color: rgb(250,249,150); }
div.DivClassName
{
background-color: #FAF996;
}
.BgClassName
{
background-color: #FAF996;
}
</style>
border-color css
<style>
span { border-color: #FAF996; }
span { border-color: rgb(250,249,150); }
td.TdClassName
{
border-color: #FAF996;
}
.TagClassName
{
border-color: #FAF996;
}
</style>