#F3FDA0

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

Shades of Australian Mint #F3FDA0

Tints of Australian Mint #F3FDA0

Color information

#F3FDA0 (or 0xF3FDA0) is unknown color: approx Australian Mint. HEX triplet: F3, FD and A0. RGB value is (243,253,160). Sum of RGB (Red+Green+Blue) = 243+253+160=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 160 (62.89% from 255 or 24.39% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3FDA0 is #0C025F. Grayscale: #EFEFEF. Windows color (decimal): -787040 or 10550771. OLE color: 10550771.

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

Color convert

RGB243253160-
CMYK0.0400.370.01
HSL66.45º95.88%80.98%-
HSV(B)66.45º36.76%99.22%-
XYZ78.4391.8446.85-
YUV239.4183.19130.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 160 (62.89% from 255) = 24.39%
R=37.04%
G=38.57%
B=24.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432531600.0400.370.0166.4595.8880.98
HexF3FDA040251426051
Octal36337524040451102140121
Binary11110011111111011010000010001001011100001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FDA0; }

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

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

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

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

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

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

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

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