Shades of Milan #FCFF88
Tints of Milan #FCFF88
RGB
CMYK
RGB Variations
Color information
#FCFF88 (or 0xFCFF88) is known color: Milan. HEX triplet: FC, FF and 88. RGB value is (252,255,136). Sum of RGB (Red+Green+Blue) = 252+255+136=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 136 (53.52% from 255 or 21.15% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF88 is #030077. Grayscale: #F1F1F1. Windows color (decimal): -196728 or 8978428. OLE color: 8978428.
HSL color Cylindrical-coordinate representation of color #FCFF88: hue angle of 61.51º 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 #FCFF88 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 136 | - |
| CMYK | 0.01 | 0 | 0.47 | 0 |
| HSL | 61.51º | 1% | 0.77% | - |
| HSV(B) | 61.51º | 0.47% | 1% | - |
| XYZ | 80.35 | 93.99 | 37.2 | - |
| YUV | 240.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 136 | 0.01 | 0 | 0.47 | 0 | 61.51 | 1 | 0.77 |
| Hex | FC | FF | 88 | 1 | 0 | 2F | 0 | 3E | 64 | 4D |
| Octal | 374 | 377 | 210 | 1 | 0 | 57 | 0 | 76 | 144 | 115 |
| Binary | 11111100 | 11111111 | 10001000 | 1 | 0 | 101111 | 0 | 111110 | 1100100 | 1001101 |
Color Harmonies of #FCFF88
Complementary color
Monochromatic Colors of #FCFF88
Black with #FCFF88
Text Example
Text Example
White with #FCFF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF88; }
p { color: rgb(252,255,136); }
H1.HeaderClassName
{
color: #FCFF88;
}
.AnyTagClassName
{
color: #FCFF88;
}
</style>
background-color css
<style>
a { background-color: #FCFF88; }
a { background-color: rgb(252,255,136); }
div.DivClassName
{
background-color: #FCFF88;
}
.BgClassName
{
background-color: #FCFF88;
}
</style>
border-color css
<style>
span { border-color: #FCFF88; }
span { border-color: rgb(252,255,136); }
td.TdClassName
{
border-color: #FCFF88;
}
.TagClassName
{
border-color: #FCFF88;
}
</style>