Shades of Milan #FCFD8C
Tints of Milan #FCFD8C
RGB
CMYK
RGB Variations
Color information
#FCFD8C (or 0xFCFD8C) is known color: Milan. HEX triplet: FC, FD and 8C. RGB value is (252,253,140). Sum of RGB (Red+Green+Blue) = 252+253+140=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 140 (55.08% from 255 or 21.71% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFD8C is #030273. Grayscale: #F0F0F0. Windows color (decimal): -197236 or 9240060. OLE color: 9240060.
HSL color Cylindrical-coordinate representation of color #FCFD8C: hue angle of 60.53º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCFD8C is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 140 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.01 |
| HSL | 60.53º | 0.97% | 0.77% | - |
| HSV(B) | 60.53º | 0.45% | 0.99% | - |
| XYZ | 80 | 92.84 | 38.51 | - |
| YUV | 239.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 140 | 0.00 | 0 | 0.45 | 0.01 | 60.53 | 0.97 | 0.77 |
| Hex | FC | FD | 8C | 0 | 0 | 2D | 1 | 3D | 61 | 4D |
| Octal | 374 | 375 | 214 | 0 | 0 | 55 | 1 | 75 | 141 | 115 |
| Binary | 11111100 | 11111101 | 10001100 | 0 | 0 | 101101 | 1 | 111101 | 1100001 | 1001101 |
Color Harmonies of #FCFD8C
Complementary color
Monochromatic Colors of #FCFD8C
Black with #FCFD8C
Text Example
Text Example
White with #FCFD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD8C; }
p { color: rgb(252,253,140); }
H1.HeaderClassName
{
color: #FCFD8C;
}
.AnyTagClassName
{
color: #FCFD8C;
}
</style>
background-color css
<style>
a { background-color: #FCFD8C; }
a { background-color: rgb(252,253,140); }
div.DivClassName
{
background-color: #FCFD8C;
}
.BgClassName
{
background-color: #FCFD8C;
}
</style>
border-color css
<style>
span { border-color: #FCFD8C; }
span { border-color: rgb(252,253,140); }
td.TdClassName
{
border-color: #FCFD8C;
}
.TagClassName
{
border-color: #FCFD8C;
}
</style>