Shades of Milan #FCF293
Tints of Milan #FCF293
RGB
CMYK
RGB Variations
Color information
#FCF293 (or 0xFCF293) is known color: Milan. HEX triplet: FC, F2 and 93. RGB value is (252,242,147). Sum of RGB (Red+Green+Blue) = 252+242+147=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 147 (57.81% from 255 or 22.93% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF293 is #030D6C. Grayscale: #EAEAEA. Windows color (decimal): -200045 or 9695996. OLE color: 9695996.
HSL color Cylindrical-coordinate representation of color #FCF293: hue angle of 54.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCF293 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 147 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.01 |
| HSL | 54.29º | 0.95% | 0.78% | - |
| HSV(B) | 54.29º | 0.42% | 0.99% | - |
| XYZ | 77.16 | 86.31 | 40.2 | - |
| YUV | 234.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 147 | 0 | 0.04 | 0.42 | 0.01 | 54.29 | 0.95 | 0.78 |
| Hex | FC | F2 | 93 | 0 | 4 | 2A | 1 | 36 | 5F | 4E |
| Octal | 374 | 362 | 223 | 0 | 4 | 52 | 1 | 66 | 137 | 116 |
| Binary | 11111100 | 11110010 | 10010011 | 0 | 100 | 101010 | 1 | 110110 | 1011111 | 1001110 |
Color Harmonies of #FCF293
Complementary color
Monochromatic Colors of #FCF293
Black with #FCF293
Text Example
Text Example
White with #FCF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF293; }
p { color: rgb(252,242,147); }
H1.HeaderClassName
{
color: #FCF293;
}
.AnyTagClassName
{
color: #FCF293;
}
</style>
background-color css
<style>
a { background-color: #FCF293; }
a { background-color: rgb(252,242,147); }
div.DivClassName
{
background-color: #FCF293;
}
.BgClassName
{
background-color: #FCF293;
}
</style>
border-color css
<style>
span { border-color: #FCF293; }
span { border-color: rgb(252,242,147); }
td.TdClassName
{
border-color: #FCF293;
}
.TagClassName
{
border-color: #FCF293;
}
</style>