Shades of Milan #FCF888
Tints of Milan #FCF888
RGB
CMYK
RGB Variations
Color information
#FCF888 (or 0xFCF888) is known color: Milan. HEX triplet: FC, F8 and 88. RGB value is (252,248,136). Sum of RGB (Red+Green+Blue) = 252+248+136=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 136 (53.52% from 255 or 21.38% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF888 is #030777. Grayscale: #ECECEC. Windows color (decimal): -198520 or 8976636. OLE color: 8976636.
HSL color Cylindrical-coordinate representation of color #FCF888: hue angle of 57.93º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCF888 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 136 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.01 |
| HSL | 57.93º | 0.95% | 0.76% | - |
| HSV(B) | 57.93º | 0.46% | 0.99% | - |
| XYZ | 78.16 | 89.61 | 36.47 | - |
| YUV | 236.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 136 | 0 | 0.02 | 0.46 | 0.01 | 57.93 | 0.95 | 0.76 |
| Hex | FC | F8 | 88 | 0 | 2 | 2E | 1 | 3A | 5F | 4C |
| Octal | 374 | 370 | 210 | 0 | 2 | 56 | 1 | 72 | 137 | 114 |
| Binary | 11111100 | 11111000 | 10001000 | 0 | 10 | 101110 | 1 | 111010 | 1011111 | 1001100 |
Color Harmonies of #FCF888
Complementary color
Monochromatic Colors of #FCF888
Black with #FCF888
Text Example
Text Example
White with #FCF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF888; }
p { color: rgb(252,248,136); }
H1.HeaderClassName
{
color: #FCF888;
}
.AnyTagClassName
{
color: #FCF888;
}
</style>
background-color css
<style>
a { background-color: #FCF888; }
a { background-color: rgb(252,248,136); }
div.DivClassName
{
background-color: #FCF888;
}
.BgClassName
{
background-color: #FCF888;
}
</style>
border-color css
<style>
span { border-color: #FCF888; }
span { border-color: rgb(252,248,136); }
td.TdClassName
{
border-color: #FCF888;
}
.TagClassName
{
border-color: #FCF888;
}
</style>