Shades of Milan #FAFB8E
Tints of Milan #FAFB8E
RGB
CMYK
RGB Variations
Color information
#FAFB8E (or 0xFAFB8E) is known color: Milan. HEX triplet: FA, FB and 8E. RGB value is (250,251,142). Sum of RGB (Red+Green+Blue) = 250+251+142=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 142 (55.86% from 255 or 22.08% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFB8E is #050471. Grayscale: #EEEEEE. Windows color (decimal): -328818 or 9370618. OLE color: 9370618.
HSL color Cylindrical-coordinate representation of color #FAFB8E: hue angle of 60.55º degrees, saturation: 0.93, 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 #FAFB8E is Cyan = 0.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 142 | - |
| CMYK | 0.00 | 0 | 0.43 | 0.02 |
| HSL | 60.55º | 0.93% | 0.77% | - |
| HSV(B) | 60.55º | 0.43% | 0.98% | - |
| XYZ | 78.8 | 91.27 | 39.05 | - |
| YUV | 238.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 142 | 0.00 | 0 | 0.43 | 0.02 | 60.55 | 0.93 | 0.77 |
| Hex | FA | FB | 8E | 0 | 0 | 2B | 2 | 3D | 5D | 4D |
| Octal | 372 | 373 | 216 | 0 | 0 | 53 | 2 | 75 | 135 | 115 |
| Binary | 11111010 | 11111011 | 10001110 | 0 | 0 | 101011 | 10 | 111101 | 1011101 | 1001101 |
Color Harmonies of #FAFB8E
Complementary color
Monochromatic Colors of #FAFB8E
Black with #FAFB8E
Text Example
Text Example
White with #FAFB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB8E; }
p { color: rgb(250,251,142); }
H1.HeaderClassName
{
color: #FAFB8E;
}
.AnyTagClassName
{
color: #FAFB8E;
}
</style>
background-color css
<style>
a { background-color: #FAFB8E; }
a { background-color: rgb(250,251,142); }
div.DivClassName
{
background-color: #FAFB8E;
}
.BgClassName
{
background-color: #FAFB8E;
}
</style>
border-color css
<style>
span { border-color: #FAFB8E; }
span { border-color: rgb(250,251,142); }
td.TdClassName
{
border-color: #FAFB8E;
}
.TagClassName
{
border-color: #FAFB8E;
}
</style>