Shades of Milan #FAFA92
Tints of Milan #FAFA92
RGB
CMYK
RGB Variations
Color information
#FAFA92 (or 0xFAFA92) is known color: Milan. HEX triplet: FA, FA and 92. RGB value is (250,250,146). Sum of RGB (Red+Green+Blue) = 250+250+146=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 146 (57.42% from 255 or 22.60% from 646); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA92 is #05056D. Grayscale: #EEEEEE. Windows color (decimal): -329070 or 9632506. OLE color: 9632506.
HSL color Cylindrical-coordinate representation of color #FAFA92: hue angle of 60º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAFA92 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 146 | - |
| CMYK | 0 | 0 | 0.42 | 0.02 |
| HSL | 60º | 0.91% | 0.78% | - |
| HSV(B) | 60º | 0.42% | 0.98% | - |
| XYZ | 78.8 | 90.77 | 40.56 | - |
| YUV | 238.14 | 76 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 146 | 0 | 0 | 0.42 | 0.02 | 60 | 0.91 | 0.78 |
| Hex | FA | FA | 92 | 0 | 0 | 2A | 2 | 3C | 5B | 4E |
| Octal | 372 | 372 | 222 | 0 | 0 | 52 | 2 | 74 | 133 | 116 |
| Binary | 11111010 | 11111010 | 10010010 | 0 | 0 | 101010 | 10 | 111100 | 1011011 | 1001110 |
Color Harmonies of #FAFA92
Complementary color
Monochromatic Colors of #FAFA92
Black with #FAFA92
Text Example
Text Example
White with #FAFA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA92; }
p { color: rgb(250,250,146); }
H1.HeaderClassName
{
color: #FAFA92;
}
.AnyTagClassName
{
color: #FAFA92;
}
</style>
background-color css
<style>
a { background-color: #FAFA92; }
a { background-color: rgb(250,250,146); }
div.DivClassName
{
background-color: #FAFA92;
}
.BgClassName
{
background-color: #FAFA92;
}
</style>
border-color css
<style>
span { border-color: #FAFA92; }
span { border-color: rgb(250,250,146); }
td.TdClassName
{
border-color: #FAFA92;
}
.TagClassName
{
border-color: #FAFA92;
}
</style>