#F4FAAF

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

Shades of Australian Mint #F4FAAF

Tints of Australian Mint #F4FAAF

Color information

#F4FAAF (or 0xF4FAAF) is unknown color: approx Australian Mint. HEX triplet: F4, FA and AF. RGB value is (244,250,175). Sum of RGB (Red+Green+Blue) = 244+250+175=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 175 (68.75% from 255 or 26.16% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4FAAF is #0B0550. Grayscale: #EFEFEF. Windows color (decimal): -722257 or 11533044. OLE color: 11533044.

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

Color convert

RGB244250175-
CMYK0.0200.30.02
HSL64.8º88.24%83.33%-
HSV(B)64.8º30%98.04%-
XYZ79.2390.753.89-
YUV239.6691.51131.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.47%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 175 (68.75% from 255) = 26.16%
R=36.47%
G=37.37%
B=26.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442501750.0200.30.0264.888.2483.33
HexF4FAAF201E2415853
Octal36437225720362101130123
Binary1111010011111010101011111001111010100000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAAF; }

 p { color: rgb(244,250,175); }

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

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

 a { background-color: rgb(244,250,175); }

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

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

 span { border-color: rgb(244,250,175); }

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