Shades of Milan #FFFB8C
Tints of Milan #FFFB8C
RGB
CMYK
RGB Variations
Color information
#FFFB8C (or 0xFFFB8C) is known color: Milan. HEX triplet: FF, FB and 8C. RGB value is (255,251,140). Sum of RGB (Red+Green+Blue) = 255+251+140=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 140 (55.08% from 255 or 21.67% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFB8C is #000473. Grayscale: #EFEFEF. Windows color (decimal): -1140 or 9239551. OLE color: 9239551.
HSL color Cylindrical-coordinate representation of color #FFFB8C: hue angle of 57.91º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFFB8C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 140 | - |
| CMYK | 0 | 0.02 | 0.45 | 0 |
| HSL | 57.91º | 1% | 0.77% | - |
| HSV(B) | 57.91º | 0.45% | 1% | - |
| XYZ | 80.47 | 92.15 | 38.36 | - |
| YUV | 239.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 140 | 0 | 0.02 | 0.45 | 0 | 57.91 | 1 | 0.77 |
| Hex | FF | FB | 8C | 0 | 2 | 2D | 0 | 3A | 64 | 4D |
| Octal | 377 | 373 | 214 | 0 | 2 | 55 | 0 | 72 | 144 | 115 |
| Binary | 11111111 | 11111011 | 10001100 | 0 | 10 | 101101 | 0 | 111010 | 1100100 | 1001101 |
Color Harmonies of #FFFB8C
Complementary color
Monochromatic Colors of #FFFB8C
Black with #FFFB8C
Text Example
Text Example
White with #FFFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFB8C; }
p { color: rgb(255,251,140); }
H1.HeaderClassName
{
color: #FFFB8C;
}
.AnyTagClassName
{
color: #FFFB8C;
}
</style>
background-color css
<style>
a { background-color: #FFFB8C; }
a { background-color: rgb(255,251,140); }
div.DivClassName
{
background-color: #FFFB8C;
}
.BgClassName
{
background-color: #FFFB8C;
}
</style>
border-color css
<style>
span { border-color: #FFFB8C; }
span { border-color: rgb(255,251,140); }
td.TdClassName
{
border-color: #FFFB8C;
}
.TagClassName
{
border-color: #FFFB8C;
}
</style>