Shades of Australian Mint #F0FCAB
Tints of Australian Mint #F0FCAB
RGB
CMYK
RGB Variations
Color information
#F0FCAB (or 0xF0FCAB) is known color: Australian Mint. HEX triplet: F0, FC and AB. RGB value is (240,252,171). Sum of RGB (Red+Green+Blue) = 240+252+171=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 171 (67.19% from 255 or 25.79% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FCAB is #0F0354. Grayscale: #EFEFEF. Windows color (decimal): -983893 or 11271408. OLE color: 11271408.
HSL color Cylindrical-coordinate representation of color #F0FCAB: hue angle of 68.89º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0FCAB is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 171 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.01 |
| HSL | 68.89º | 0.93% | 0.83% | - |
| HSV(B) | 68.89º | 0.32% | 0.99% | - |
| XYZ | 78.1 | 91.09 | 51.99 | - |
| YUV | 239.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 171 | 0.05 | 0 | 0.32 | 0.01 | 68.89 | 0.93 | 0.83 |
| Hex | F0 | FC | AB | 5 | 0 | 20 | 1 | 45 | 5D | 53 |
| Octal | 360 | 374 | 253 | 5 | 0 | 40 | 1 | 105 | 135 | 123 |
| Binary | 11110000 | 11111100 | 10101011 | 101 | 0 | 100000 | 1 | 1000101 | 1011101 | 1010011 |
Color Harmonies of #F0FCAB
Complementary color
Monochromatic Colors of #F0FCAB
Black with #F0FCAB
Text Example
Text Example
White with #F0FCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCAB; }
p { color: rgb(240,252,171); }
H1.HeaderClassName
{
color: #F0FCAB;
}
.AnyTagClassName
{
color: #F0FCAB;
}
</style>
background-color css
<style>
a { background-color: #F0FCAB; }
a { background-color: rgb(240,252,171); }
div.DivClassName
{
background-color: #F0FCAB;
}
.BgClassName
{
background-color: #F0FCAB;
}
</style>
border-color css
<style>
span { border-color: #F0FCAB; }
span { border-color: rgb(240,252,171); }
td.TdClassName
{
border-color: #F0FCAB;
}
.TagClassName
{
border-color: #F0FCAB;
}
</style>