Shades of Milan #FFF888
Tints of Milan #FFF888
RGB
CMYK
RGB Variations
Color information
#FFF888 (or 0xFFF888) is known color: Milan. HEX triplet: FF, F8 and 88. RGB value is (255,248,136). Sum of RGB (Red+Green+Blue) = 255+248+136=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 136 (53.52% from 255 or 21.28% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF888 is #000777. Grayscale: #EDEDED. Windows color (decimal): -1912 or 8976639. OLE color: 8976639.
HSL color Cylindrical-coordinate representation of color #FFF888: hue angle of 56.47º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFF888 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 136 | - |
| CMYK | 0 | 0.03 | 0.47 | 0 |
| HSL | 56.47º | 1% | 0.77% | - |
| HSV(B) | 56.47º | 0.47% | 1% | - |
| XYZ | 79.25 | 90.17 | 36.52 | - |
| YUV | 237.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 136 | 0 | 0.03 | 0.47 | 0 | 56.47 | 1 | 0.77 |
| Hex | FF | F8 | 88 | 0 | 3 | 2F | 0 | 38 | 64 | 4D |
| Octal | 377 | 370 | 210 | 0 | 3 | 57 | 0 | 70 | 144 | 115 |
| Binary | 11111111 | 11111000 | 10001000 | 0 | 11 | 101111 | 0 | 111000 | 1100100 | 1001101 |
Color Harmonies of #FFF888
Complementary color
Monochromatic Colors of #FFF888
Black with #FFF888
Text Example
Text Example
White with #FFF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF888; }
p { color: rgb(255,248,136); }
H1.HeaderClassName
{
color: #FFF888;
}
.AnyTagClassName
{
color: #FFF888;
}
</style>
background-color css
<style>
a { background-color: #FFF888; }
a { background-color: rgb(255,248,136); }
div.DivClassName
{
background-color: #FFF888;
}
.BgClassName
{
background-color: #FFF888;
}
</style>
border-color css
<style>
span { border-color: #FFF888; }
span { border-color: rgb(255,248,136); }
td.TdClassName
{
border-color: #FFF888;
}
.TagClassName
{
border-color: #FFF888;
}
</style>