#F6FDA1

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

Shades of Australian Mint #F6FDA1

Tints of Australian Mint #F6FDA1

Color information

#F6FDA1 (or 0xF6FDA1) is unknown color: approx Australian Mint. HEX triplet: F6, FD and A1. RGB value is (246,253,161). Sum of RGB (Red+Green+Blue) = 246+253+161=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 161 (63.28% from 255 or 24.39% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FDA1 is #09025E. Grayscale: #F0F0F0. Windows color (decimal): -590431 or 10616310. OLE color: 10616310.

HSL color Cylindrical-coordinate representation of color #F6FDA1: hue angle of 64.57º 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 #F6FDA1 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB246253161-
CMYK0.0300.360.01
HSL64.57º95.83%81.18%-
HSV(B)64.57º36.36%99.22%-
XYZ79.5692.4247.36-
YUV240.4283.18131.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.27%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 161 (63.28% from 255) = 24.39%
R=37.27%
G=38.33%
B=24.39%

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
Decimal2462531610.0300.360.0164.5795.8381.18
HexF6FDA130241416051
Octal36637524130441101140121
Binary1111011011111101101000011101001001100000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDA1; }

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

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

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

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

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

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

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

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