Shades of Milan #FBF18B
Tints of Milan #FBF18B
RGB
CMYK
RGB Variations
Color information
#FBF18B (or 0xFBF18B) is known color: Milan. HEX triplet: FB, F1 and 8B. RGB value is (251,241,139). Sum of RGB (Red+Green+Blue) = 251+241+139=631 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.78% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 139 (54.69% from 255 or 22.03% from 631); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF18B is #040E74. Grayscale: #E8E8E8. Windows color (decimal): -265845 or 9171451. OLE color: 9171451.
HSL color Cylindrical-coordinate representation of color #FBF18B: hue angle of 54.64º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBF18B is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 241 | 139 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.02 |
| HSL | 54.64º | 0.93% | 0.76% | - |
| HSV(B) | 54.64º | 0.45% | 0.98% | - |
| XYZ | 75.9 | 85.28 | 36.89 | - |
| YUV | 232.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 241 | 139 | 0 | 0.04 | 0.45 | 0.02 | 54.64 | 0.93 | 0.76 |
| Hex | FB | F1 | 8B | 0 | 4 | 2D | 2 | 37 | 5D | 4C |
| Octal | 373 | 361 | 213 | 0 | 4 | 55 | 2 | 67 | 135 | 114 |
| Binary | 11111011 | 11110001 | 10001011 | 0 | 100 | 101101 | 10 | 110111 | 1011101 | 1001100 |
Color Harmonies of #FBF18B
Complementary color
Monochromatic Colors of #FBF18B
Black with #FBF18B
Text Example
Text Example
White with #FBF18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF18B; }
p { color: rgb(251,241,139); }
H1.HeaderClassName
{
color: #FBF18B;
}
.AnyTagClassName
{
color: #FBF18B;
}
</style>
background-color css
<style>
a { background-color: #FBF18B; }
a { background-color: rgb(251,241,139); }
div.DivClassName
{
background-color: #FBF18B;
}
.BgClassName
{
background-color: #FBF18B;
}
</style>
border-color css
<style>
span { border-color: #FBF18B; }
span { border-color: rgb(251,241,139); }
td.TdClassName
{
border-color: #FBF18B;
}
.TagClassName
{
border-color: #FBF18B;
}
</style>