Shades of Milan #FBF68D
Tints of Milan #FBF68D
RGB
CMYK
RGB Variations
Color information
#FBF68D (or 0xFBF68D) is known color: Milan. HEX triplet: FB, F6 and 8D. RGB value is (251,246,141). Sum of RGB (Red+Green+Blue) = 251+246+141=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 141 (55.47% from 255 or 22.10% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF68D is #040972. Grayscale: #EBEBEB. Windows color (decimal): -264563 or 9303803. OLE color: 9303803.
HSL color Cylindrical-coordinate representation of color #FBF68D: hue angle of 57.27º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBF68D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 141 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.02 |
| HSL | 57.27º | 0.93% | 0.77% | - |
| HSV(B) | 57.27º | 0.44% | 0.98% | - |
| XYZ | 77.55 | 88.34 | 38.16 | - |
| YUV | 235.53 | 74.66 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 141 | 0 | 0.02 | 0.44 | 0.02 | 57.27 | 0.93 | 0.77 |
| Hex | FB | F6 | 8D | 0 | 2 | 2C | 2 | 39 | 5D | 4D |
| Octal | 373 | 366 | 215 | 0 | 2 | 54 | 2 | 71 | 135 | 115 |
| Binary | 11111011 | 11110110 | 10001101 | 0 | 10 | 101100 | 10 | 111001 | 1011101 | 1001101 |
Color Harmonies of #FBF68D
Complementary color
Monochromatic Colors of #FBF68D
Black with #FBF68D
Text Example
Text Example
White with #FBF68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF68D; }
p { color: rgb(251,246,141); }
H1.HeaderClassName
{
color: #FBF68D;
}
.AnyTagClassName
{
color: #FBF68D;
}
</style>
background-color css
<style>
a { background-color: #FBF68D; }
a { background-color: rgb(251,246,141); }
div.DivClassName
{
background-color: #FBF68D;
}
.BgClassName
{
background-color: #FBF68D;
}
</style>
border-color css
<style>
span { border-color: #FBF68D; }
span { border-color: rgb(251,246,141); }
td.TdClassName
{
border-color: #FBF68D;
}
.TagClassName
{
border-color: #FBF68D;
}
</style>