#F6FDA4

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

Shades of Australian Mint #F6FDA4

Tints of Australian Mint #F6FDA4

Color information

#F6FDA4 (or 0xF6FDA4) is unknown color: approx Australian Mint. HEX triplet: F6, FD and A4. RGB value is (246,253,164). Sum of RGB (Red+Green+Blue) = 246+253+164=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 164 (64.45% from 255 or 24.74% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FDA4 is #09025B. Grayscale: #F1F1F1. Windows color (decimal): -590428 or 10812918. OLE color: 10812918.

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

Color convert

RGB246253164-
CMYK0.0300.350.01
HSL64.72º95.7%81.76%-
HSV(B)64.72º35.18%99.22%-
XYZ79.8392.5248.77-
YUV240.7684.68131.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.10%
GREEN value IS 253 (99.22% from 255) = 38.16%
BLUE value IS 164 (64.45% from 255) = 24.74%
R=37.10%
G=38.16%
B=24.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462531640.0300.350.0164.7295.781.76
HexF6FDA430231416052
Octal36637524430431101140122
Binary1111011011111101101001001101000111100000111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDA4; }

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

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

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

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

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

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

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

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