#F8FEAE

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

Shades of Australian Mint #F8FEAE

Tints of Australian Mint #F8FEAE

Color information

#F8FEAE (or 0xF8FEAE) is unknown color: approx Australian Mint. HEX triplet: F8, FE and AE. RGB value is (248,254,174). Sum of RGB (Red+Green+Blue) = 248+254+174=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 174 (68.36% from 255 or 25.74% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FEAE is #070151. Grayscale: #F3F3F3. Windows color (decimal): -459090 or 11468536. OLE color: 11468536.

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

Color convert

RGB248254174-
CMYK0.0200.310.00
HSL64.5º97.56%83.92%-
HSV(B)64.5º31.5%99.61%-
XYZ81.7993.953.86-
YUV243.0989.01131.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.69%
GREEN value IS 254 (99.61% from 255) = 37.57%
BLUE value IS 174 (68.36% from 255) = 25.74%
R=36.69%
G=37.57%
B=25.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482541740.0200.310.0064.597.5683.92
HexF8FEAE201F0406254
Octal37037625620370100142124
Binary111110001111111010101110100111110100000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FEAE; }

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

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

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

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

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

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

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

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