Shades of Milan #FAEF8E
Tints of Milan #FAEF8E
RGB
CMYK
RGB Variations
Color information
#FAEF8E (or 0xFAEF8E) is known color: Milan. HEX triplet: FA, EF and 8E. RGB value is (250,239,142). Sum of RGB (Red+Green+Blue) = 250+239+142=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 142 (55.86% from 255 or 22.50% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEF8E is #051071. Grayscale: #E7E7E7. Windows color (decimal): -331890 or 9367546. OLE color: 9367546.
HSL color Cylindrical-coordinate representation of color #FAEF8E: hue angle of 53.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FAEF8E is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 142 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.02 |
| HSL | 53.89º | 0.92% | 0.77% | - |
| HSV(B) | 53.89º | 0.43% | 0.98% | - |
| XYZ | 75.17 | 84.01 | 37.84 | - |
| YUV | 231.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 142 | 0 | 0.04 | 0.43 | 0.02 | 53.89 | 0.92 | 0.77 |
| Hex | FA | EF | 8E | 0 | 4 | 2B | 2 | 36 | 5C | 4D |
| Octal | 372 | 357 | 216 | 0 | 4 | 53 | 2 | 66 | 134 | 115 |
| Binary | 11111010 | 11101111 | 10001110 | 0 | 100 | 101011 | 10 | 110110 | 1011100 | 1001101 |
Color Harmonies of #FAEF8E
Complementary color
Monochromatic Colors of #FAEF8E
Black with #FAEF8E
Text Example
Text Example
White with #FAEF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEF8E; }
p { color: rgb(250,239,142); }
H1.HeaderClassName
{
color: #FAEF8E;
}
.AnyTagClassName
{
color: #FAEF8E;
}
</style>
background-color css
<style>
a { background-color: #FAEF8E; }
a { background-color: rgb(250,239,142); }
div.DivClassName
{
background-color: #FAEF8E;
}
.BgClassName
{
background-color: #FAEF8E;
}
</style>
border-color css
<style>
span { border-color: #FAEF8E; }
span { border-color: rgb(250,239,142); }
td.TdClassName
{
border-color: #FAEF8E;
}
.TagClassName
{
border-color: #FAEF8E;
}
</style>