Shades of Milan #FCFE8A
Tints of Milan #FCFE8A
RGB
CMYK
RGB Variations
Color information
#FCFE8A (or 0xFCFE8A) is known color: Milan. HEX triplet: FC, FE and 8A. RGB value is (252,254,138). Sum of RGB (Red+Green+Blue) = 252+254+138=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 138 (54.30% from 255 or 21.43% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFE8A is #030175. Grayscale: #F0F0F0. Windows color (decimal): -196982 or 9109244. OLE color: 9109244.
HSL color Cylindrical-coordinate representation of color #FCFE8A: hue angle of 61.03º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCFE8A is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 138 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.00 |
| HSL | 61.03º | 0.98% | 0.77% | - |
| HSV(B) | 61.03º | 0.46% | 1% | - |
| XYZ | 80.17 | 93.41 | 37.85 | - |
| YUV | 240.18 | 70.34 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 138 | 0.01 | 0 | 0.46 | 0.00 | 61.03 | 0.98 | 0.77 |
| Hex | FC | FE | 8A | 1 | 0 | 2E | 0 | 3D | 62 | 4D |
| Octal | 374 | 376 | 212 | 1 | 0 | 56 | 0 | 75 | 142 | 115 |
| Binary | 11111100 | 11111110 | 10001010 | 1 | 0 | 101110 | 0 | 111101 | 1100010 | 1001101 |
Color Harmonies of #FCFE8A
Complementary color
Monochromatic Colors of #FCFE8A
Black with #FCFE8A
Text Example
Text Example
White with #FCFE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE8A; }
p { color: rgb(252,254,138); }
H1.HeaderClassName
{
color: #FCFE8A;
}
.AnyTagClassName
{
color: #FCFE8A;
}
</style>
background-color css
<style>
a { background-color: #FCFE8A; }
a { background-color: rgb(252,254,138); }
div.DivClassName
{
background-color: #FCFE8A;
}
.BgClassName
{
background-color: #FCFE8A;
}
</style>
border-color css
<style>
span { border-color: #FCFE8A; }
span { border-color: rgb(252,254,138); }
td.TdClassName
{
border-color: #FCFE8A;
}
.TagClassName
{
border-color: #FCFE8A;
}
</style>