#F5FBA4

Color #F5FBA4 Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #F5FBA4

Tints of Australian Mint #F5FBA4

Color information

#F5FBA4 (or 0xF5FBA4) is unknown color: approx Australian Mint. HEX triplet: F5, FB and A4. RGB value is (245,251,164). Sum of RGB (Red+Green+Blue) = 245+251+164=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 164 (64.45% from 255 or 24.85% from 660); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FBA4 is #0A045B. Grayscale: #EFEFEF. Windows color (decimal): -656476 or 10812405. OLE color: 10812405.

HSL color Cylindrical-coordinate representation of color #F5FBA4: hue angle of 64.14º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5FBA4 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB245251164-
CMYK0.0200.350.02
HSL64.14º91.58%81.37%-
HSV(B)64.14º34.66%98.43%-
XYZ78.8591.0948.55-
YUV239.2985.51132.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 37.12%
GREEN value IS 251 (98.44% from 255) = 38.03%
BLUE value IS 164 (64.45% from 255) = 24.85%
R=37.12%
G=38.03%
B=24.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452511640.0200.350.0264.1491.5881.37
HexF5FBA420232405c51
Octal36537324420432100134121
Binary11110101111110111010010010010001110100000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBA4; }

 p { color: rgb(245,251,164); }

 H1.HeaderClassName
 {
   color: #F5FBA4;
 }
 .AnyTagClassName
 {
   color: #F5FBA4;
 }
</style>
background-color css

<style>
 a { background-color: #F5FBA4; }

 a { background-color: rgb(245,251,164); }

 div.DivClassName
 {
   background-color: #F5FBA4;
 }
 .BgClassName
 {
   background-color: #F5FBA4;
 }
</style>
border-color css

<style>
 span { border-color: #F5FBA4; }

 span { border-color: rgb(245,251,164); }

 td.TdClassName
 {
   border-color: #F5FBA4;
 }
 .TagClassName
 {
   border-color: #F5FBA4;
 }
</style>