#F5FBA3

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

Shades of Australian Mint #F5FBA3

Tints of Australian Mint #F5FBA3

Color information

#F5FBA3 (or 0xF5FBA3) is unknown color: approx Australian Mint. HEX triplet: F5, FB and A3. RGB value is (245,251,163). Sum of RGB (Red+Green+Blue) = 245+251+163=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 163 (64.06% from 255 or 24.73% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FBA3 is #0A045C. Grayscale: #EFEFEF. Windows color (decimal): -656477 or 10746869. OLE color: 10746869.

HSL color Cylindrical-coordinate representation of color #F5FBA3: hue angle of 64.09º 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 #F5FBA3 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB245251163-
CMYK0.0200.350.02
HSL64.09º91.67%81.18%-
HSV(B)64.09º35.06%98.43%-
XYZ78.7691.0548.07-
YUV239.1785.01132.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 163 (64.06% from 255) = 24.73%
R=37.18%
G=38.09%
B=24.73%

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
Decimal2452511630.0200.350.0264.0991.6781.18
HexF5FBA320232405c51
Octal36537324320432100134121
Binary11110101111110111010001110010001110100000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBA3; }

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

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

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

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

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

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

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

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