Shades of Milan #FCF294
Tints of Milan #FCF294
RGB
CMYK
RGB Variations
Color information
#FCF294 (or 0xFCF294) is known color: Milan. HEX triplet: FC, F2 and 94. RGB value is (252,242,148). Sum of RGB (Red+Green+Blue) = 252+242+148=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 148 (58.20% from 255 or 23.05% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF294 is #030D6B. Grayscale: #EAEAEA. Windows color (decimal): -200044 or 9761532. OLE color: 9761532.
HSL color Cylindrical-coordinate representation of color #FCF294: hue angle of 54.23º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCF294 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 148 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.01 |
| HSL | 54.23º | 0.95% | 0.78% | - |
| HSV(B) | 54.23º | 0.41% | 0.99% | - |
| XYZ | 77.24 | 86.34 | 40.61 | - |
| YUV | 234.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 148 | 0 | 0.04 | 0.41 | 0.01 | 54.23 | 0.95 | 0.78 |
| Hex | FC | F2 | 94 | 0 | 4 | 29 | 1 | 36 | 5F | 4E |
| Octal | 374 | 362 | 224 | 0 | 4 | 51 | 1 | 66 | 137 | 116 |
| Binary | 11111100 | 11110010 | 10010100 | 0 | 100 | 101001 | 1 | 110110 | 1011111 | 1001110 |
Color Harmonies of #FCF294
Complementary color
Monochromatic Colors of #FCF294
Black with #FCF294
Text Example
Text Example
White with #FCF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF294; }
p { color: rgb(252,242,148); }
H1.HeaderClassName
{
color: #FCF294;
}
.AnyTagClassName
{
color: #FCF294;
}
</style>
background-color css
<style>
a { background-color: #FCF294; }
a { background-color: rgb(252,242,148); }
div.DivClassName
{
background-color: #FCF294;
}
.BgClassName
{
background-color: #FCF294;
}
</style>
border-color css
<style>
span { border-color: #FCF294; }
span { border-color: rgb(252,242,148); }
td.TdClassName
{
border-color: #FCF294;
}
.TagClassName
{
border-color: #FCF294;
}
</style>