#F5FDA0

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

Shades of Australian Mint #F5FDA0

Tints of Australian Mint #F5FDA0

Color information

#F5FDA0 (or 0xF5FDA0) is unknown color: approx Australian Mint. HEX triplet: F5, FD and A0. RGB value is (245,253,160). Sum of RGB (Red+Green+Blue) = 245+253+160=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 160 (62.89% from 255 or 24.32% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FDA0 is #0A025F. Grayscale: #F0F0F0. Windows color (decimal): -655968 or 10550773. OLE color: 10550773.

HSL color Cylindrical-coordinate representation of color #F5FDA0: hue angle of 65.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F5FDA0 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB245253160-
CMYK0.0300.370.01
HSL65.16º95.88%80.98%-
HSV(B)65.16º36.76%99.22%-
XYZ79.1392.246.88-
YUV240.0182.85131.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.23%
GREEN value IS 253 (99.22% from 255) = 38.45%
BLUE value IS 160 (62.89% from 255) = 24.32%
R=37.23%
G=38.45%
B=24.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452531600.0300.370.0165.1695.8880.98
HexF5FDA030251416051
Octal36537524030451101140121
Binary1111010111111101101000001101001011100000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDA0; }

 p { color: rgb(245,253,160); }

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

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

 a { background-color: rgb(245,253,160); }

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

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

 span { border-color: rgb(245,253,160); }

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