Shades of Milan #FCFE85
Tints of Milan #FCFE85
RGB
CMYK
RGB Variations
Color information
#FCFE85 (or 0xFCFE85) is known color: Milan. HEX triplet: FC, FE and 85. RGB value is (252,254,133). Sum of RGB (Red+Green+Blue) = 252+254+133=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 133 (52.34% from 255 or 20.81% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE85 is #03017A. Grayscale: #F0F0F0. Windows color (decimal): -196987 or 8781564. OLE color: 8781564.
HSL color Cylindrical-coordinate representation of color #FCFE85: hue angle of 60.99º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCFE85 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 133 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.00 |
| HSL | 60.99º | 0.98% | 0.76% | - |
| HSV(B) | 60.99º | 0.48% | 1% | - |
| XYZ | 79.82 | 93.27 | 35.99 | - |
| YUV | 239.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 133 | 0.01 | 0 | 0.48 | 0.00 | 60.99 | 0.98 | 0.76 |
| Hex | FC | FE | 85 | 1 | 0 | 30 | 0 | 3D | 62 | 4C |
| Octal | 374 | 376 | 205 | 1 | 0 | 60 | 0 | 75 | 142 | 114 |
| Binary | 11111100 | 11111110 | 10000101 | 1 | 0 | 110000 | 0 | 111101 | 1100010 | 1001100 |
Color Harmonies of #FCFE85
Complementary color
Monochromatic Colors of #FCFE85
Black with #FCFE85
Text Example
Text Example
White with #FCFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE85; }
p { color: rgb(252,254,133); }
H1.HeaderClassName
{
color: #FCFE85;
}
.AnyTagClassName
{
color: #FCFE85;
}
</style>
background-color css
<style>
a { background-color: #FCFE85; }
a { background-color: rgb(252,254,133); }
div.DivClassName
{
background-color: #FCFE85;
}
.BgClassName
{
background-color: #FCFE85;
}
</style>
border-color css
<style>
span { border-color: #FCFE85; }
span { border-color: rgb(252,254,133); }
td.TdClassName
{
border-color: #FCFE85;
}
.TagClassName
{
border-color: #FCFE85;
}
</style>