Shades of Milan #FFF88D
Tints of Milan #FFF88D
RGB
CMYK
RGB Variations
Color information
#FFF88D (or 0xFFF88D) is known color: Milan. HEX triplet: FF, F8 and 8D. RGB value is (255,248,141). Sum of RGB (Red+Green+Blue) = 255+248+141=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 141 (55.47% from 255 or 21.89% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF88D is #000772. Grayscale: #EEEEEE. Windows color (decimal): -1907 or 9304319. OLE color: 9304319.
HSL color Cylindrical-coordinate representation of color #FFF88D: hue angle of 56.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFF88D is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 141 | - |
| CMYK | 0 | 0.03 | 0.45 | 0 |
| HSL | 56.32º | 1% | 0.78% | - |
| HSV(B) | 56.32º | 0.45% | 1% | - |
| XYZ | 79.62 | 90.32 | 38.44 | - |
| YUV | 237.9 | 73.32 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 141 | 0 | 0.03 | 0.45 | 0 | 56.32 | 1 | 0.78 |
| Hex | FF | F8 | 8D | 0 | 3 | 2D | 0 | 38 | 64 | 4E |
| Octal | 377 | 370 | 215 | 0 | 3 | 55 | 0 | 70 | 144 | 116 |
| Binary | 11111111 | 11111000 | 10001101 | 0 | 11 | 101101 | 0 | 111000 | 1100100 | 1001110 |
Color Harmonies of #FFF88D
Complementary color
Monochromatic Colors of #FFF88D
Black with #FFF88D
Text Example
Text Example
White with #FFF88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF88D; }
p { color: rgb(255,248,141); }
H1.HeaderClassName
{
color: #FFF88D;
}
.AnyTagClassName
{
color: #FFF88D;
}
</style>
background-color css
<style>
a { background-color: #FFF88D; }
a { background-color: rgb(255,248,141); }
div.DivClassName
{
background-color: #FFF88D;
}
.BgClassName
{
background-color: #FFF88D;
}
</style>
border-color css
<style>
span { border-color: #FFF88D; }
span { border-color: rgb(255,248,141); }
td.TdClassName
{
border-color: #FFF88D;
}
.TagClassName
{
border-color: #FFF88D;
}
</style>