Shades of Milan #FCF18E
Tints of Milan #FCF18E
RGB
CMYK
RGB Variations
Color information
#FCF18E (or 0xFCF18E) is known color: Milan. HEX triplet: FC, F1 and 8E. RGB value is (252,241,142). Sum of RGB (Red+Green+Blue) = 252+241+142=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 142 (55.86% from 255 or 22.36% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF18E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF18E is #030E71. Grayscale: #E9E9E9. Windows color (decimal): -200306 or 9368060. OLE color: 9368060.
HSL color Cylindrical-coordinate representation of color #FCF18E: hue angle of 54º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCF18E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 142 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.01 |
| HSL | 54º | 0.95% | 0.77% | - |
| HSV(B) | 54º | 0.44% | 0.99% | - |
| XYZ | 76.48 | 85.56 | 38.07 | - |
| YUV | 233 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 142 | 0 | 0.04 | 0.44 | 0.01 | 54 | 0.95 | 0.77 |
| Hex | FC | F1 | 8E | 0 | 4 | 2C | 1 | 36 | 5F | 4D |
| Octal | 374 | 361 | 216 | 0 | 4 | 54 | 1 | 66 | 137 | 115 |
| Binary | 11111100 | 11110001 | 10001110 | 0 | 100 | 101100 | 1 | 110110 | 1011111 | 1001101 |
Color Harmonies of #FCF18E
Complementary color
Monochromatic Colors of #FCF18E
Black with #FCF18E
Text Example
Text Example
White with #FCF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF18E; }
p { color: rgb(252,241,142); }
H1.HeaderClassName
{
color: #FCF18E;
}
.AnyTagClassName
{
color: #FCF18E;
}
</style>
background-color css
<style>
a { background-color: #FCF18E; }
a { background-color: rgb(252,241,142); }
div.DivClassName
{
background-color: #FCF18E;
}
.BgClassName
{
background-color: #FCF18E;
}
</style>
border-color css
<style>
span { border-color: #FCF18E; }
span { border-color: rgb(252,241,142); }
td.TdClassName
{
border-color: #FCF18E;
}
.TagClassName
{
border-color: #FCF18E;
}
</style>