Shades of Milan #FAFE8C
Tints of Milan #FAFE8C
RGB
CMYK
RGB Variations
Color information
#FAFE8C (or 0xFAFE8C) is known color: Milan. HEX triplet: FA, FE and 8C. RGB value is (250,254,140). Sum of RGB (Red+Green+Blue) = 250+254+140=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 140 (55.08% from 255 or 21.74% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFE8C is #050173. Grayscale: #F0F0F0. Windows color (decimal): -328052 or 9240314. OLE color: 9240314.
HSL color Cylindrical-coordinate representation of color #FAFE8C: hue angle of 62.11º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAFE8C is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 140 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.00 |
| HSL | 62.11º | 0.98% | 0.77% | - |
| HSV(B) | 62.11º | 0.45% | 1% | - |
| XYZ | 79.6 | 93.1 | 38.59 | - |
| YUV | 239.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 140 | 0.02 | 0 | 0.45 | 0.00 | 62.11 | 0.98 | 0.77 |
| Hex | FA | FE | 8C | 2 | 0 | 2D | 0 | 3E | 62 | 4D |
| Octal | 372 | 376 | 214 | 2 | 0 | 55 | 0 | 76 | 142 | 115 |
| Binary | 11111010 | 11111110 | 10001100 | 10 | 0 | 101101 | 0 | 111110 | 1100010 | 1001101 |
Color Harmonies of #FAFE8C
Complementary color
Monochromatic Colors of #FAFE8C
Black with #FAFE8C
Text Example
Text Example
White with #FAFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE8C; }
p { color: rgb(250,254,140); }
H1.HeaderClassName
{
color: #FAFE8C;
}
.AnyTagClassName
{
color: #FAFE8C;
}
</style>
background-color css
<style>
a { background-color: #FAFE8C; }
a { background-color: rgb(250,254,140); }
div.DivClassName
{
background-color: #FAFE8C;
}
.BgClassName
{
background-color: #FAFE8C;
}
</style>
border-color css
<style>
span { border-color: #FAFE8C; }
span { border-color: rgb(250,254,140); }
td.TdClassName
{
border-color: #FAFE8C;
}
.TagClassName
{
border-color: #FAFE8C;
}
</style>