Shades of Milan #FBFE8A
Tints of Milan #FBFE8A
RGB
CMYK
RGB Variations
Color information
#FBFE8A (or 0xFBFE8A) is known color: Milan. HEX triplet: FB, FE and 8A. RGB value is (251,254,138). Sum of RGB (Red+Green+Blue) = 251+254+138=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 138 (54.30% from 255 or 21.46% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFE8A is #040175. Grayscale: #F0F0F0. Windows color (decimal): -262518 or 9109243. OLE color: 9109243.
HSL color Cylindrical-coordinate representation of color #FBFE8A: hue angle of 61.55º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBFE8A is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 138 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.00 |
| HSL | 61.55º | 0.98% | 0.77% | - |
| HSV(B) | 61.55º | 0.46% | 1% | - |
| XYZ | 79.81 | 93.23 | 37.83 | - |
| YUV | 239.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 138 | 0.01 | 0 | 0.46 | 0.00 | 61.55 | 0.98 | 0.77 |
| Hex | FB | FE | 8A | 1 | 0 | 2E | 0 | 3E | 62 | 4D |
| Octal | 373 | 376 | 212 | 1 | 0 | 56 | 0 | 76 | 142 | 115 |
| Binary | 11111011 | 11111110 | 10001010 | 1 | 0 | 101110 | 0 | 111110 | 1100010 | 1001101 |
Color Harmonies of #FBFE8A
Complementary color
Monochromatic Colors of #FBFE8A
Black with #FBFE8A
Text Example
Text Example
White with #FBFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE8A; }
p { color: rgb(251,254,138); }
H1.HeaderClassName
{
color: #FBFE8A;
}
.AnyTagClassName
{
color: #FBFE8A;
}
</style>
background-color css
<style>
a { background-color: #FBFE8A; }
a { background-color: rgb(251,254,138); }
div.DivClassName
{
background-color: #FBFE8A;
}
.BgClassName
{
background-color: #FBFE8A;
}
</style>
border-color css
<style>
span { border-color: #FBFE8A; }
span { border-color: rgb(251,254,138); }
td.TdClassName
{
border-color: #FBFE8A;
}
.TagClassName
{
border-color: #FBFE8A;
}
</style>