Shades of Australian Mint #F0FAAF
Tints of Australian Mint #F0FAAF
RGB
CMYK
RGB Variations
Color information
#F0FAAF (or 0xF0FAAF) is known color: Australian Mint. HEX triplet: F0, FA and AF. RGB value is (240,250,175). Sum of RGB (Red+Green+Blue) = 240+250+175=665 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.09% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FAAF is #0F0550. Grayscale: #EEEEEE. Windows color (decimal): -984401 or 11533040. OLE color: 11533040.
HSL color Cylindrical-coordinate representation of color #F0FAAF: hue angle of 68º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0FAAF is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 175 | - |
| CMYK | 0.04 | 0 | 0.3 | 0.02 |
| HSL | 68º | 0.88% | 0.83% | - |
| HSV(B) | 68º | 0.3% | 0.98% | - |
| XYZ | 77.86 | 89.99 | 53.82 | - |
| YUV | 238.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 175 | 0.04 | 0 | 0.3 | 0.02 | 68 | 0.88 | 0.83 |
| Hex | F0 | FA | AF | 4 | 0 | 1E | 2 | 44 | 58 | 53 |
| Octal | 360 | 372 | 257 | 4 | 0 | 36 | 2 | 104 | 130 | 123 |
| Binary | 11110000 | 11111010 | 10101111 | 100 | 0 | 11110 | 10 | 1000100 | 1011000 | 1010011 |
Color Harmonies of #F0FAAF
Complementary color
Monochromatic Colors of #F0FAAF
Black with #F0FAAF
Text Example
Text Example
White with #F0FAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAAF; }
p { color: rgb(240,250,175); }
H1.HeaderClassName
{
color: #F0FAAF;
}
.AnyTagClassName
{
color: #F0FAAF;
}
</style>
background-color css
<style>
a { background-color: #F0FAAF; }
a { background-color: rgb(240,250,175); }
div.DivClassName
{
background-color: #F0FAAF;
}
.BgClassName
{
background-color: #F0FAAF;
}
</style>
border-color css
<style>
span { border-color: #F0FAAF; }
span { border-color: rgb(240,250,175); }
td.TdClassName
{
border-color: #F0FAAF;
}
.TagClassName
{
border-color: #F0FAAF;
}
</style>