Shades of Milan #FAFA8F
Tints of Milan #FAFA8F
RGB
CMYK
RGB Variations
Color information
#FAFA8F (or 0xFAFA8F) is known color: Milan. HEX triplet: FA, FA and 8F. RGB value is (250,250,143). Sum of RGB (Red+Green+Blue) = 250+250+143=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 143 (56.25% from 255 or 22.24% from 643); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA8F is #050570. Grayscale: #EEEEEE. Windows color (decimal): -329073 or 9435898. OLE color: 9435898.
HSL color Cylindrical-coordinate representation of color #FAFA8F: hue angle of 60º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAFA8F is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 143 | - |
| CMYK | 0 | 0 | 0.43 | 0.02 |
| HSL | 60º | 0.91% | 0.77% | - |
| HSV(B) | 60º | 0.43% | 0.98% | - |
| XYZ | 78.57 | 90.68 | 39.35 | - |
| YUV | 237.8 | 74.5 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 143 | 0 | 0 | 0.43 | 0.02 | 60 | 0.91 | 0.77 |
| Hex | FA | FA | 8F | 0 | 0 | 2B | 2 | 3C | 5B | 4D |
| Octal | 372 | 372 | 217 | 0 | 0 | 53 | 2 | 74 | 133 | 115 |
| Binary | 11111010 | 11111010 | 10001111 | 0 | 0 | 101011 | 10 | 111100 | 1011011 | 1001101 |
Color Harmonies of #FAFA8F
Complementary color
Monochromatic Colors of #FAFA8F
Black with #FAFA8F
Text Example
Text Example
White with #FAFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA8F; }
p { color: rgb(250,250,143); }
H1.HeaderClassName
{
color: #FAFA8F;
}
.AnyTagClassName
{
color: #FAFA8F;
}
</style>
background-color css
<style>
a { background-color: #FAFA8F; }
a { background-color: rgb(250,250,143); }
div.DivClassName
{
background-color: #FAFA8F;
}
.BgClassName
{
background-color: #FAFA8F;
}
</style>
border-color css
<style>
span { border-color: #FAFA8F; }
span { border-color: rgb(250,250,143); }
td.TdClassName
{
border-color: #FAFA8F;
}
.TagClassName
{
border-color: #FAFA8F;
}
</style>