Shades of Milan #FAFC90
Tints of Milan #FAFC90
RGB
CMYK
RGB Variations
Color information
#FAFC90 (or 0xFAFC90) is known color: Milan. HEX triplet: FA, FC and 90. RGB value is (250,252,144). Sum of RGB (Red+Green+Blue) = 250+252+144=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 144 (56.64% from 255 or 22.29% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFC90 is #05036F. Grayscale: #EFEFEF. Windows color (decimal): -328560 or 9501946. OLE color: 9501946.
HSL color Cylindrical-coordinate representation of color #FAFC90: hue angle of 61.11º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAFC90 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 144 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.01 |
| HSL | 61.11º | 0.95% | 0.78% | - |
| HSV(B) | 61.11º | 0.43% | 0.99% | - |
| XYZ | 79.27 | 91.96 | 39.96 | - |
| YUV | 239.09 | 74.34 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 144 | 0.01 | 0 | 0.43 | 0.01 | 61.11 | 0.95 | 0.78 |
| Hex | FA | FC | 90 | 1 | 0 | 2B | 1 | 3D | 5F | 4E |
| Octal | 372 | 374 | 220 | 1 | 0 | 53 | 1 | 75 | 137 | 116 |
| Binary | 11111010 | 11111100 | 10010000 | 1 | 0 | 101011 | 1 | 111101 | 1011111 | 1001110 |
Color Harmonies of #FAFC90
Complementary color
Monochromatic Colors of #FAFC90
Black with #FAFC90
Text Example
Text Example
White with #FAFC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC90; }
p { color: rgb(250,252,144); }
H1.HeaderClassName
{
color: #FAFC90;
}
.AnyTagClassName
{
color: #FAFC90;
}
</style>
background-color css
<style>
a { background-color: #FAFC90; }
a { background-color: rgb(250,252,144); }
div.DivClassName
{
background-color: #FAFC90;
}
.BgClassName
{
background-color: #FAFC90;
}
</style>
border-color css
<style>
span { border-color: #FAFC90; }
span { border-color: rgb(250,252,144); }
td.TdClassName
{
border-color: #FAFC90;
}
.TagClassName
{
border-color: #FAFC90;
}
</style>