#F6FDAE

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

Shades of Australian Mint #F6FDAE

Tints of Australian Mint #F6FDAE

Color information

#F6FDAE (or 0xF6FDAE) is unknown color: approx Australian Mint. HEX triplet: F6, FD and AE. RGB value is (246,253,174). Sum of RGB (Red+Green+Blue) = 246+253+174=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 174 (68.36% from 255 or 25.85% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FDAE is #090251. Grayscale: #F2F2F2. Windows color (decimal): -590418 or 11468278. OLE color: 11468278.

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

Color convert

RGB246253174-
CMYK0.0300.310.01
HSL65.32º95.18%83.73%-
HSV(B)65.32º31.23%99.22%-
XYZ80.7792.953.72-
YUV241.989.68130.92-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 174 (68.36% from 255) = 25.85%
R=36.55%
G=37.59%
B=25.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462531740.0300.310.0165.3295.1883.73
HexF6FDAE301F1415f54
Octal36637525630371101137124
Binary111101101111110110101110110111111100000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDAE; }

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

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

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

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

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

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

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

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