#F8FEAA

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

Shades of Australian Mint #F8FEAA

Tints of Australian Mint #F8FEAA

Color information

#F8FEAA (or 0xF8FEAA) is unknown color: approx Australian Mint. HEX triplet: F8, FE and AA. RGB value is (248,254,170). Sum of RGB (Red+Green+Blue) = 248+254+170=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 170 (66.80% from 255 or 25.30% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEAA is #070155. Grayscale: #F2F2F2. Windows color (decimal): -459094 or 11206392. OLE color: 11206392.

HSL color Cylindrical-coordinate representation of color #F8FEAA: hue angle of 64.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8FEAA is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB248254170-
CMYK0.0200.330.00
HSL64.29º97.67%83.14%-
HSV(B)64.29º33.07%99.61%-
XYZ81.4193.7451.83-
YUV242.6387.01131.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.90%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 170 (66.80% from 255) = 25.30%
R=36.90%
G=37.80%
B=25.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482541700.0200.330.0064.2997.6783.14
HexF8FEAA20210406253
Octal37037625220410100142123
Binary1111100011111110101010101001000010100000011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FEAA; }

 p { color: rgb(248,254,170); }

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

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

 a { background-color: rgb(248,254,170); }

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

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

 span { border-color: rgb(248,254,170); }

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