Shades of Australian Mint #F0FCB2
Tints of Australian Mint #F0FCB2
RGB
CMYK
RGB Variations
Color information
#F0FCB2 (or 0xF0FCB2) is known color: Australian Mint. HEX triplet: F0, FC and B2. RGB value is (240,252,178). Sum of RGB (Red+Green+Blue) = 240+252+178=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 178 (69.92% from 255 or 26.57% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FCB2 is #0F034D. Grayscale: #F0F0F0. Windows color (decimal): -983886 or 11730160. OLE color: 11730160.
HSL color Cylindrical-coordinate representation of color #F0FCB2: hue angle of 69.73º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0FCB2 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 178 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.01 |
| HSL | 69.73º | 0.93% | 0.84% | - |
| HSV(B) | 69.73º | 0.29% | 0.99% | - |
| XYZ | 78.78 | 91.36 | 55.6 | - |
| YUV | 239.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 178 | 0.05 | 0 | 0.29 | 0.01 | 69.73 | 0.93 | 0.84 |
| Hex | F0 | FC | B2 | 5 | 0 | 1D | 1 | 46 | 5C | 54 |
| Octal | 360 | 374 | 262 | 5 | 0 | 35 | 1 | 106 | 134 | 124 |
| Binary | 11110000 | 11111100 | 10110010 | 101 | 0 | 11101 | 1 | 1000110 | 1011100 | 1010100 |
Color Harmonies of #F0FCB2
Complementary color
Monochromatic Colors of #F0FCB2
Black with #F0FCB2
Text Example
Text Example
White with #F0FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCB2; }
p { color: rgb(240,252,178); }
H1.HeaderClassName
{
color: #F0FCB2;
}
.AnyTagClassName
{
color: #F0FCB2;
}
</style>
background-color css
<style>
a { background-color: #F0FCB2; }
a { background-color: rgb(240,252,178); }
div.DivClassName
{
background-color: #F0FCB2;
}
.BgClassName
{
background-color: #F0FCB2;
}
</style>
border-color css
<style>
span { border-color: #F0FCB2; }
span { border-color: rgb(240,252,178); }
td.TdClassName
{
border-color: #F0FCB2;
}
.TagClassName
{
border-color: #F0FCB2;
}
</style>