Shades of Milan #FBFC8C
Tints of Milan #FBFC8C
RGB
CMYK
RGB Variations
Color information
#FBFC8C (or 0xFBFC8C) is known color: Milan. HEX triplet: FB, FC and 8C. RGB value is (251,252,140). Sum of RGB (Red+Green+Blue) = 251+252+140=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 140 (55.08% from 255 or 21.77% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFC8C is #040373. Grayscale: #EFEFEF. Windows color (decimal): -263028 or 9239803. OLE color: 9239803.
HSL color Cylindrical-coordinate representation of color #FBFC8C: hue angle of 60.54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBFC8C is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 252 | 140 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.01 |
| HSL | 60.54º | 0.95% | 0.77% | - |
| HSV(B) | 60.54º | 0.44% | 0.99% | - |
| XYZ | 79.33 | 92.02 | 38.39 | - |
| YUV | 238.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 252 | 140 | 0.00 | 0 | 0.44 | 0.01 | 60.54 | 0.95 | 0.77 |
| Hex | FB | FC | 8C | 0 | 0 | 2C | 1 | 3D | 5F | 4D |
| Octal | 373 | 374 | 214 | 0 | 0 | 54 | 1 | 75 | 137 | 115 |
| Binary | 11111011 | 11111100 | 10001100 | 0 | 0 | 101100 | 1 | 111101 | 1011111 | 1001101 |
Color Harmonies of #FBFC8C
Complementary color
Monochromatic Colors of #FBFC8C
Black with #FBFC8C
Text Example
Text Example
White with #FBFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFC8C; }
p { color: rgb(251,252,140); }
H1.HeaderClassName
{
color: #FBFC8C;
}
.AnyTagClassName
{
color: #FBFC8C;
}
</style>
background-color css
<style>
a { background-color: #FBFC8C; }
a { background-color: rgb(251,252,140); }
div.DivClassName
{
background-color: #FBFC8C;
}
.BgClassName
{
background-color: #FBFC8C;
}
</style>
border-color css
<style>
span { border-color: #FBFC8C; }
span { border-color: rgb(251,252,140); }
td.TdClassName
{
border-color: #FBFC8C;
}
.TagClassName
{
border-color: #FBFC8C;
}
</style>