Shades of Milan #FAFA94
Tints of Milan #FAFA94
RGB
CMYK
RGB Variations
Color information
#FAFA94 (or 0xFAFA94) is known color: Milan. HEX triplet: FA, FA and 94. RGB value is (250,250,148). Sum of RGB (Red+Green+Blue) = 250+250+148=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 148 (58.20% from 255 or 22.84% from 648); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA94 is #05056B. Grayscale: #EEEEEE. Windows color (decimal): -329068 or 9763578. OLE color: 9763578.
HSL color Cylindrical-coordinate representation of color #FAFA94: 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.41%. Process color model (Four color, CMYK) of #FAFA94 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 148 | - |
| CMYK | 0 | 0 | 0.41 | 0.02 |
| HSL | 60º | 0.91% | 0.78% | - |
| HSV(B) | 60º | 0.41% | 0.98% | - |
| XYZ | 78.96 | 90.83 | 41.39 | - |
| YUV | 238.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 148 | 0 | 0 | 0.41 | 0.02 | 60 | 0.91 | 0.78 |
| Hex | FA | FA | 94 | 0 | 0 | 29 | 2 | 3C | 5B | 4E |
| Octal | 372 | 372 | 224 | 0 | 0 | 51 | 2 | 74 | 133 | 116 |
| Binary | 11111010 | 11111010 | 10010100 | 0 | 0 | 101001 | 10 | 111100 | 1011011 | 1001110 |
Color Harmonies of #FAFA94
Complementary color
Monochromatic Colors of #FAFA94
Black with #FAFA94
Text Example
Text Example
White with #FAFA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA94; }
p { color: rgb(250,250,148); }
H1.HeaderClassName
{
color: #FAFA94;
}
.AnyTagClassName
{
color: #FAFA94;
}
</style>
background-color css
<style>
a { background-color: #FAFA94; }
a { background-color: rgb(250,250,148); }
div.DivClassName
{
background-color: #FAFA94;
}
.BgClassName
{
background-color: #FAFA94;
}
</style>
border-color css
<style>
span { border-color: #FAFA94; }
span { border-color: rgb(250,250,148); }
td.TdClassName
{
border-color: #FAFA94;
}
.TagClassName
{
border-color: #FAFA94;
}
</style>