Shades of Milan #FFF887
Tints of Milan #FFF887
RGB
CMYK
RGB Variations
Color information
#FFF887 (or 0xFFF887) is known color: Milan. HEX triplet: FF, F8 and 87. RGB value is (255,248,135). Sum of RGB (Red+Green+Blue) = 255+248+135=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 135 (53.12% from 255 or 21.16% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF887 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF887 is #000778. Grayscale: #EDEDED. Windows color (decimal): -1913 or 8911103. OLE color: 8911103.
HSL color Cylindrical-coordinate representation of color #FFF887: hue angle of 56.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFF887 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 135 | - |
| CMYK | 0 | 0.03 | 0.47 | 0 |
| HSL | 56.5º | 1% | 0.76% | - |
| HSV(B) | 56.5º | 0.47% | 1% | - |
| XYZ | 79.18 | 90.14 | 36.15 | - |
| YUV | 237.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 135 | 0 | 0.03 | 0.47 | 0 | 56.5 | 1 | 0.76 |
| Hex | FF | F8 | 87 | 0 | 3 | 2F | 0 | 38 | 64 | 4C |
| Octal | 377 | 370 | 207 | 0 | 3 | 57 | 0 | 70 | 144 | 114 |
| Binary | 11111111 | 11111000 | 10000111 | 0 | 11 | 101111 | 0 | 111000 | 1100100 | 1001100 |
Color Harmonies of #FFF887
Complementary color
Monochromatic Colors of #FFF887
Black with #FFF887
Text Example
Text Example
White with #FFF887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF887; }
p { color: rgb(255,248,135); }
H1.HeaderClassName
{
color: #FFF887;
}
.AnyTagClassName
{
color: #FFF887;
}
</style>
background-color css
<style>
a { background-color: #FFF887; }
a { background-color: rgb(255,248,135); }
div.DivClassName
{
background-color: #FFF887;
}
.BgClassName
{
background-color: #FFF887;
}
</style>
border-color css
<style>
span { border-color: #FFF887; }
span { border-color: rgb(255,248,135); }
td.TdClassName
{
border-color: #FFF887;
}
.TagClassName
{
border-color: #FFF887;
}
</style>