Shades of Milan #FAF892
Tints of Milan #FAF892
RGB
CMYK
RGB Variations
Color information
#FAF892 (or 0xFAF892) is known color: Milan. HEX triplet: FA, F8 and 92. RGB value is (250,248,146). Sum of RGB (Red+Green+Blue) = 250+248+146=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 146 (57.42% from 255 or 22.67% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF892 is #05076D. Grayscale: #EDEDED. Windows color (decimal): -329582 or 9631994. OLE color: 9631994.
HSL color Cylindrical-coordinate representation of color #FAF892: hue angle of 58.85º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAF892 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 146 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.02 |
| HSL | 58.85º | 0.91% | 0.78% | - |
| HSV(B) | 58.85º | 0.42% | 0.98% | - |
| XYZ | 78.18 | 89.53 | 40.36 | - |
| YUV | 236.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 146 | 0 | 0.01 | 0.42 | 0.02 | 58.85 | 0.91 | 0.78 |
| Hex | FA | F8 | 92 | 0 | 1 | 2A | 2 | 3B | 5B | 4E |
| Octal | 372 | 370 | 222 | 0 | 1 | 52 | 2 | 73 | 133 | 116 |
| Binary | 11111010 | 11111000 | 10010010 | 0 | 1 | 101010 | 10 | 111011 | 1011011 | 1001110 |
Color Harmonies of #FAF892
Complementary color
Monochromatic Colors of #FAF892
Black with #FAF892
Text Example
Text Example
White with #FAF892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF892; }
p { color: rgb(250,248,146); }
H1.HeaderClassName
{
color: #FAF892;
}
.AnyTagClassName
{
color: #FAF892;
}
</style>
background-color css
<style>
a { background-color: #FAF892; }
a { background-color: rgb(250,248,146); }
div.DivClassName
{
background-color: #FAF892;
}
.BgClassName
{
background-color: #FAF892;
}
</style>
border-color css
<style>
span { border-color: #FAF892; }
span { border-color: rgb(250,248,146); }
td.TdClassName
{
border-color: #FAF892;
}
.TagClassName
{
border-color: #FAF892;
}
</style>