#F7FCAE

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

Shades of Australian Mint #F7FCAE

Tints of Australian Mint #F7FCAE

Color information

#F7FCAE (or 0xF7FCAE) is unknown color: approx Australian Mint. HEX triplet: F7, FC and AE. RGB value is (247,252,174). Sum of RGB (Red+Green+Blue) = 247+252+174=673 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.70% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 174 (68.36% from 255 or 25.85% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FCAE is #080351. Grayscale: #F1F1F1. Windows color (decimal): -525138 or 11468023. OLE color: 11468023.

HSL color Cylindrical-coordinate representation of color #F7FCAE: hue angle of 63.85º degrees, saturation: 0.93, 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 #F7FCAE is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB247252174-
CMYK0.0200.310.01
HSL63.85º92.86%83.53%-
HSV(B)63.85º30.95%98.82%-
XYZ80.8192.4553.63-
YUV241.6189.84131.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.70%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 174 (68.36% from 255) = 25.85%
R=36.70%
G=37.44%
B=25.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472521740.0200.310.0163.8592.8683.53
HexF7FCAE201F1405d54
Octal36737425620371100135124
Binary111101111111110010101110100111111100000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FCAE; }

 p { color: rgb(247,252,174); }

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

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

 a { background-color: rgb(247,252,174); }

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

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

 span { border-color: rgb(247,252,174); }

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