#F5FDA1

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

Shades of Australian Mint #F5FDA1

Tints of Australian Mint #F5FDA1

Color information

#F5FDA1 (or 0xF5FDA1) is unknown color: approx Australian Mint. HEX triplet: F5, FD and A1. RGB value is (245,253,161). Sum of RGB (Red+Green+Blue) = 245+253+161=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 161 (63.28% from 255 or 24.43% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FDA1 is #0A025E. Grayscale: #F0F0F0. Windows color (decimal): -655967 or 10616309. OLE color: 10616309.

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

Color convert

RGB245253161-
CMYK0.0300.360.01
HSL65.22º95.83%81.18%-
HSV(B)65.22º36.36%99.22%-
XYZ79.2192.2447.35-
YUV240.1283.35131.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.18%
GREEN value IS 253 (99.22% from 255) = 38.39%
BLUE value IS 161 (63.28% from 255) = 24.43%
R=37.18%
G=38.39%
B=24.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452531610.0300.360.0165.2295.8381.18
HexF5FDA130241416051
Octal36537524130441101140121
Binary1111010111111101101000011101001001100000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDA1; }

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

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

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

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

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

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

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

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