Shades of Australian Mint #F3FDB0
Tints of Australian Mint #F3FDB0
RGB
CMYK
RGB Variations
Color information
#F3FDB0 (or 0xF3FDB0) is known color: Australian Mint. HEX triplet: F3, FD and B0. RGB value is (243,253,176). Sum of RGB (Red+Green+Blue) = 243+253+176=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 176 (69.14% from 255 or 26.19% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FDB0 is #0C024F. Grayscale: #F1F1F1. Windows color (decimal): -787024 or 11599347. OLE color: 11599347.
HSL color Cylindrical-coordinate representation of color #F3FDB0: hue angle of 67.79º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3FDB0 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 253 | 176 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.01 |
| HSL | 67.79º | 0.95% | 0.84% | - |
| HSV(B) | 67.79º | 0.3% | 0.99% | - |
| XYZ | 79.92 | 92.44 | 54.7 | - |
| YUV | 241.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 253 | 176 | 0.04 | 0 | 0.30 | 0.01 | 67.79 | 0.95 | 0.84 |
| Hex | F3 | FD | B0 | 4 | 0 | 1E | 1 | 44 | 5F | 54 |
| Octal | 363 | 375 | 260 | 4 | 0 | 36 | 1 | 104 | 137 | 124 |
| Binary | 11110011 | 11111101 | 10110000 | 100 | 0 | 11110 | 1 | 1000100 | 1011111 | 1010100 |
Color Harmonies of #F3FDB0
Complementary color
Monochromatic Colors of #F3FDB0
Black with #F3FDB0
Text Example
Text Example
White with #F3FDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FDB0; }
p { color: rgb(243,253,176); }
H1.HeaderClassName
{
color: #F3FDB0;
}
.AnyTagClassName
{
color: #F3FDB0;
}
</style>
background-color css
<style>
a { background-color: #F3FDB0; }
a { background-color: rgb(243,253,176); }
div.DivClassName
{
background-color: #F3FDB0;
}
.BgClassName
{
background-color: #F3FDB0;
}
</style>
border-color css
<style>
span { border-color: #F3FDB0; }
span { border-color: rgb(243,253,176); }
td.TdClassName
{
border-color: #F3FDB0;
}
.TagClassName
{
border-color: #F3FDB0;
}
</style>