Shades of Milan #FFF88C
Tints of Milan #FFF88C
RGB
CMYK
RGB Variations
Color information
#FFF88C (or 0xFFF88C) is known color: Milan. HEX triplet: FF, F8 and 8C. RGB value is (255,248,140). Sum of RGB (Red+Green+Blue) = 255+248+140=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 140 (55.08% from 255 or 21.77% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF88C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF88C is #000773. Grayscale: #EEEEEE. Windows color (decimal): -1908 or 9238783. OLE color: 9238783.
HSL color Cylindrical-coordinate representation of color #FFF88C: hue angle of 56.35º 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 #FFF88C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 140 | - |
| CMYK | 0 | 0.03 | 0.45 | 0 |
| HSL | 56.35º | 1% | 0.77% | - |
| HSV(B) | 56.35º | 0.45% | 1% | - |
| XYZ | 79.54 | 90.29 | 38.05 | - |
| YUV | 237.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 140 | 0 | 0.03 | 0.45 | 0 | 56.35 | 1 | 0.77 |
| Hex | FF | F8 | 8C | 0 | 3 | 2D | 0 | 38 | 64 | 4D |
| Octal | 377 | 370 | 214 | 0 | 3 | 55 | 0 | 70 | 144 | 115 |
| Binary | 11111111 | 11111000 | 10001100 | 0 | 11 | 101101 | 0 | 111000 | 1100100 | 1001101 |
Color Harmonies of #FFF88C
Complementary color
Monochromatic Colors of #FFF88C
Black with #FFF88C
Text Example
Text Example
White with #FFF88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF88C; }
p { color: rgb(255,248,140); }
H1.HeaderClassName
{
color: #FFF88C;
}
.AnyTagClassName
{
color: #FFF88C;
}
</style>
background-color css
<style>
a { background-color: #FFF88C; }
a { background-color: rgb(255,248,140); }
div.DivClassName
{
background-color: #FFF88C;
}
.BgClassName
{
background-color: #FFF88C;
}
</style>
border-color css
<style>
span { border-color: #FFF88C; }
span { border-color: rgb(255,248,140); }
td.TdClassName
{
border-color: #FFF88C;
}
.TagClassName
{
border-color: #FFF88C;
}
</style>