Shades of Milan #FCF18F
Tints of Milan #FCF18F
RGB
CMYK
RGB Variations
Color information
#FCF18F (or 0xFCF18F) is known color: Milan. HEX triplet: FC, F1 and 8F. RGB value is (252,241,143). Sum of RGB (Red+Green+Blue) = 252+241+143=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 143 (56.25% from 255 or 22.48% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF18F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF18F is #030E70. Grayscale: #E9E9E9. Windows color (decimal): -200305 or 9433596. OLE color: 9433596.
HSL color Cylindrical-coordinate representation of color #FCF18F: hue angle of 53.94º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCF18F is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 143 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.01 |
| HSL | 53.94º | 0.95% | 0.77% | - |
| HSV(B) | 53.94º | 0.43% | 0.99% | - |
| XYZ | 76.56 | 85.59 | 38.47 | - |
| YUV | 233.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 143 | 0 | 0.04 | 0.43 | 0.01 | 53.94 | 0.95 | 0.77 |
| Hex | FC | F1 | 8F | 0 | 4 | 2B | 1 | 36 | 5F | 4D |
| Octal | 374 | 361 | 217 | 0 | 4 | 53 | 1 | 66 | 137 | 115 |
| Binary | 11111100 | 11110001 | 10001111 | 0 | 100 | 101011 | 1 | 110110 | 1011111 | 1001101 |
Color Harmonies of #FCF18F
Complementary color
Monochromatic Colors of #FCF18F
Black with #FCF18F
Text Example
Text Example
White with #FCF18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF18F; }
p { color: rgb(252,241,143); }
H1.HeaderClassName
{
color: #FCF18F;
}
.AnyTagClassName
{
color: #FCF18F;
}
</style>
background-color css
<style>
a { background-color: #FCF18F; }
a { background-color: rgb(252,241,143); }
div.DivClassName
{
background-color: #FCF18F;
}
.BgClassName
{
background-color: #FCF18F;
}
</style>
border-color css
<style>
span { border-color: #FCF18F; }
span { border-color: rgb(252,241,143); }
td.TdClassName
{
border-color: #FCF18F;
}
.TagClassName
{
border-color: #FCF18F;
}
</style>