Shades of Milan #FCFF85
Tints of Milan #FCFF85
RGB
CMYK
RGB Variations
Color information
#FCFF85 (or 0xFCFF85) is known color: Milan. HEX triplet: FC, FF and 85. RGB value is (252,255,133). Sum of RGB (Red+Green+Blue) = 252+255+133=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 133 (52.34% from 255 or 20.78% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFF85 is #03007A. Grayscale: #F0F0F0. Windows color (decimal): -196731 or 8781820. OLE color: 8781820.
HSL color Cylindrical-coordinate representation of color #FCFF85: hue angle of 61.48º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCFF85 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 133 | - |
| CMYK | 0.01 | 0 | 0.48 | 0 |
| HSL | 61.48º | 1% | 0.76% | - |
| HSV(B) | 61.48º | 0.48% | 1% | - |
| XYZ | 80.14 | 93.91 | 36.09 | - |
| YUV | 240.2 | 67.51 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 133 | 0.01 | 0 | 0.48 | 0 | 61.48 | 1 | 0.76 |
| Hex | FC | FF | 85 | 1 | 0 | 30 | 0 | 3D | 64 | 4C |
| Octal | 374 | 377 | 205 | 1 | 0 | 60 | 0 | 75 | 144 | 114 |
| Binary | 11111100 | 11111111 | 10000101 | 1 | 0 | 110000 | 0 | 111101 | 1100100 | 1001100 |
Color Harmonies of #FCFF85
Complementary color
Monochromatic Colors of #FCFF85
Black with #FCFF85
Text Example
Text Example
White with #FCFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF85; }
p { color: rgb(252,255,133); }
H1.HeaderClassName
{
color: #FCFF85;
}
.AnyTagClassName
{
color: #FCFF85;
}
</style>
background-color css
<style>
a { background-color: #FCFF85; }
a { background-color: rgb(252,255,133); }
div.DivClassName
{
background-color: #FCFF85;
}
.BgClassName
{
background-color: #FCFF85;
}
</style>
border-color css
<style>
span { border-color: #FCFF85; }
span { border-color: rgb(252,255,133); }
td.TdClassName
{
border-color: #FCFF85;
}
.TagClassName
{
border-color: #FCFF85;
}
</style>