#F5FEA3

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

Shades of Australian Mint #F5FEA3

Tints of Australian Mint #F5FEA3

Color information

#F5FEA3 (or 0xF5FEA3) is unknown color: approx Australian Mint. HEX triplet: F5, FE and A3. RGB value is (245,254,163). Sum of RGB (Red+Green+Blue) = 245+254+163=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 163 (64.06% from 255 or 24.62% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FEA3 is #0A015C. Grayscale: #F1F1F1. Windows color (decimal): -655709 or 10747637. OLE color: 10747637.

HSL color Cylindrical-coordinate representation of color #F5FEA3: hue angle of 65.93º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5FEA3 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB245254163-
CMYK0.0400.360.00
HSL65.93º97.85%81.76%-
HSV(B)65.93º35.83%99.61%-
XYZ79.7192.9448.39-
YUV240.9384.02130.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 254 (99.61% from 255) = 38.37%
BLUE value IS 163 (64.06% from 255) = 24.62%
R=37.01%
G=38.37%
B=24.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452541630.0400.360.0065.9397.8581.76
HexF5FEA340240426252
Octal36537624340440102142122
Binary11110101111111101010001110001001000100001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEA3; }

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

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

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

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

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

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

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

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