Shades of Milan #FBFA88
Tints of Milan #FBFA88
RGB
CMYK
RGB Variations
Color information
#FBFA88 (or 0xFBFA88) is known color: Milan. HEX triplet: FB, FA and 88. RGB value is (251,250,136). Sum of RGB (Red+Green+Blue) = 251+250+136=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 136 (53.52% from 255 or 21.35% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFA88 is #040577. Grayscale: #EDEDED. Windows color (decimal): -263544 or 8977147. OLE color: 8977147.
HSL color Cylindrical-coordinate representation of color #FBFA88: hue angle of 59.48º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBFA88 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 250 | 136 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.02 |
| HSL | 59.48º | 0.93% | 0.76% | - |
| HSV(B) | 59.48º | 0.46% | 0.98% | - |
| XYZ | 78.41 | 90.66 | 36.66 | - |
| YUV | 237.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 250 | 136 | 0 | 0.00 | 0.46 | 0.02 | 59.48 | 0.93 | 0.76 |
| Hex | FB | FA | 88 | 0 | 0 | 2E | 2 | 3B | 5D | 4C |
| Octal | 373 | 372 | 210 | 0 | 0 | 56 | 2 | 73 | 135 | 114 |
| Binary | 11111011 | 11111010 | 10001000 | 0 | 0 | 101110 | 10 | 111011 | 1011101 | 1001100 |
Color Harmonies of #FBFA88
Complementary color
Monochromatic Colors of #FBFA88
Black with #FBFA88
Text Example
Text Example
White with #FBFA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFA88; }
p { color: rgb(251,250,136); }
H1.HeaderClassName
{
color: #FBFA88;
}
.AnyTagClassName
{
color: #FBFA88;
}
</style>
background-color css
<style>
a { background-color: #FBFA88; }
a { background-color: rgb(251,250,136); }
div.DivClassName
{
background-color: #FBFA88;
}
.BgClassName
{
background-color: #FBFA88;
}
</style>
border-color css
<style>
span { border-color: #FBFA88; }
span { border-color: rgb(251,250,136); }
td.TdClassName
{
border-color: #FBFA88;
}
.TagClassName
{
border-color: #FBFA88;
}
</style>