Shades of Australian Mint #F5FCB2
Tints of Australian Mint #F5FCB2
RGB
CMYK
RGB Variations
Color information
#F5FCB2 (or 0xF5FCB2) is known color: Australian Mint. HEX triplet: F5, FC and B2. RGB value is (245,252,178). Sum of RGB (Red+Green+Blue) = 245+252+178=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 178 (69.92% from 255 or 26.37% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FCB2 is #0A034D. Grayscale: #F1F1F1. Windows color (decimal): -656206 or 11730165. OLE color: 11730165.
HSL color Cylindrical-coordinate representation of color #F5FCB2: hue angle of 65.68º 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 #F5FCB2 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 178 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.01 |
| HSL | 65.68º | 0.93% | 0.84% | - |
| HSV(B) | 65.68º | 0.29% | 0.99% | - |
| XYZ | 80.5 | 92.25 | 55.68 | - |
| YUV | 241.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 178 | 0.03 | 0 | 0.29 | 0.01 | 65.68 | 0.93 | 0.84 |
| Hex | F5 | FC | B2 | 3 | 0 | 1D | 1 | 42 | 5C | 54 |
| Octal | 365 | 374 | 262 | 3 | 0 | 35 | 1 | 102 | 134 | 124 |
| Binary | 11110101 | 11111100 | 10110010 | 11 | 0 | 11101 | 1 | 1000010 | 1011100 | 1010100 |
Color Harmonies of #F5FCB2
Complementary color
Monochromatic Colors of #F5FCB2
Black with #F5FCB2
Text Example
Text Example
White with #F5FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCB2; }
p { color: rgb(245,252,178); }
H1.HeaderClassName
{
color: #F5FCB2;
}
.AnyTagClassName
{
color: #F5FCB2;
}
</style>
background-color css
<style>
a { background-color: #F5FCB2; }
a { background-color: rgb(245,252,178); }
div.DivClassName
{
background-color: #F5FCB2;
}
.BgClassName
{
background-color: #F5FCB2;
}
</style>
border-color css
<style>
span { border-color: #F5FCB2; }
span { border-color: rgb(245,252,178); }
td.TdClassName
{
border-color: #F5FCB2;
}
.TagClassName
{
border-color: #F5FCB2;
}
</style>