Shades of Milan #FAFB8A
Tints of Milan #FAFB8A
RGB
CMYK
RGB Variations
Color information
#FAFB8A (or 0xFAFB8A) is known color: Milan. HEX triplet: FA, FB and 8A. RGB value is (250,251,138). Sum of RGB (Red+Green+Blue) = 250+251+138=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 138 (54.30% from 255 or 21.60% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFB8A is #050475. Grayscale: #EEEEEE. Windows color (decimal): -328822 or 9108474. OLE color: 9108474.
HSL color Cylindrical-coordinate representation of color #FAFB8A: hue angle of 60.53º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAFB8A is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 138 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.02 |
| HSL | 60.53º | 0.93% | 0.76% | - |
| HSV(B) | 60.53º | 0.45% | 0.98% | - |
| XYZ | 78.51 | 91.15 | 37.5 | - |
| YUV | 237.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 138 | 0.00 | 0 | 0.45 | 0.02 | 60.53 | 0.93 | 0.76 |
| Hex | FA | FB | 8A | 0 | 0 | 2D | 2 | 3D | 5D | 4C |
| Octal | 372 | 373 | 212 | 0 | 0 | 55 | 2 | 75 | 135 | 114 |
| Binary | 11111010 | 11111011 | 10001010 | 0 | 0 | 101101 | 10 | 111101 | 1011101 | 1001100 |
Color Harmonies of #FAFB8A
Complementary color
Monochromatic Colors of #FAFB8A
Black with #FAFB8A
Text Example
Text Example
White with #FAFB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB8A; }
p { color: rgb(250,251,138); }
H1.HeaderClassName
{
color: #FAFB8A;
}
.AnyTagClassName
{
color: #FAFB8A;
}
</style>
background-color css
<style>
a { background-color: #FAFB8A; }
a { background-color: rgb(250,251,138); }
div.DivClassName
{
background-color: #FAFB8A;
}
.BgClassName
{
background-color: #FAFB8A;
}
</style>
border-color css
<style>
span { border-color: #FAFB8A; }
span { border-color: rgb(250,251,138); }
td.TdClassName
{
border-color: #FAFB8A;
}
.TagClassName
{
border-color: #FAFB8A;
}
</style>