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