#F2F8AE

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

Shades of Australian Mint #F2F8AE

Tints of Australian Mint #F2F8AE

Color information

#F2F8AE (or 0xF2F8AE) is unknown color: approx Australian Mint. HEX triplet: F2, F8 and AE. RGB value is (242,248,174). Sum of RGB (Red+Green+Blue) = 242+248+174=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 174 (68.36% from 255 or 26.20% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F8AE is #0D0751. Grayscale: #EEEEEE. Windows color (decimal): -853842 or 11466994. OLE color: 11466994.

HSL color Cylindrical-coordinate representation of color #F2F8AE: hue angle of 64.86º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2F8AE is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB242248174-
CMYK0.0200.300.03
HSL64.86º84.09%82.75%-
HSV(B)64.86º29.84%97.25%-
XYZ77.8389.0753.13-
YUV237.7792.01131.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 248 (97.27% from 255) = 37.35%
BLUE value IS 174 (68.36% from 255) = 26.20%
R=36.45%
G=37.35%
B=26.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422481740.0200.300.0364.8684.0982.75
HexF2F8AE201E3415453
Octal36237025620363101124123
Binary1111001011111000101011101001111011100000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F8AE; }

 p { color: rgb(242,248,174); }

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

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

 a { background-color: rgb(242,248,174); }

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

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

 span { border-color: rgb(242,248,174); }

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