Shades of Milan #FAFA8B
Tints of Milan #FAFA8B
RGB
CMYK
RGB Variations
Color information
#FAFA8B (or 0xFAFA8B) is known color: Milan. HEX triplet: FA, FA and 8B. RGB value is (250,250,139). Sum of RGB (Red+Green+Blue) = 250+250+139=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 139 (54.69% from 255 or 21.75% from 639); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA8B is #050574. Grayscale: #EDEDED. Windows color (decimal): -329077 or 9173754. OLE color: 9173754.
HSL color Cylindrical-coordinate representation of color #FAFA8B: hue angle of 60º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAFA8B is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 139 | - |
| CMYK | 0 | 0 | 0.44 | 0.02 |
| HSL | 60º | 0.92% | 0.76% | - |
| HSV(B) | 60º | 0.44% | 0.98% | - |
| XYZ | 78.27 | 90.56 | 37.78 | - |
| YUV | 237.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 139 | 0 | 0 | 0.44 | 0.02 | 60 | 0.92 | 0.76 |
| Hex | FA | FA | 8B | 0 | 0 | 2C | 2 | 3C | 5C | 4C |
| Octal | 372 | 372 | 213 | 0 | 0 | 54 | 2 | 74 | 134 | 114 |
| Binary | 11111010 | 11111010 | 10001011 | 0 | 0 | 101100 | 10 | 111100 | 1011100 | 1001100 |
Color Harmonies of #FAFA8B
Complementary color
Monochromatic Colors of #FAFA8B
Black with #FAFA8B
Text Example
Text Example
White with #FAFA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA8B; }
p { color: rgb(250,250,139); }
H1.HeaderClassName
{
color: #FAFA8B;
}
.AnyTagClassName
{
color: #FAFA8B;
}
</style>
background-color css
<style>
a { background-color: #FAFA8B; }
a { background-color: rgb(250,250,139); }
div.DivClassName
{
background-color: #FAFA8B;
}
.BgClassName
{
background-color: #FAFA8B;
}
</style>
border-color css
<style>
span { border-color: #FAFA8B; }
span { border-color: rgb(250,250,139); }
td.TdClassName
{
border-color: #FAFA8B;
}
.TagClassName
{
border-color: #FAFA8B;
}
</style>