#F2FAAF

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

Shades of Australian Mint #F2FAAF

Tints of Australian Mint #F2FAAF

Color information

#F2FAAF (or 0xF2FAAF) is unknown color: approx Australian Mint. HEX triplet: F2, FA and AF. RGB value is (242,250,175). Sum of RGB (Red+Green+Blue) = 242+250+175=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAAF is #0D0550. Grayscale: #EFEFEF. Windows color (decimal): -853329 or 11533042. OLE color: 11533042.

HSL color Cylindrical-coordinate representation of color #F2FAAF: hue angle of 66.4º 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 #F2FAAF is Cyan = 0.03, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB242250175-
CMYK0.0300.30.02
HSL66.4º88.24%83.33%-
HSV(B)66.4º30%98.04%-
XYZ78.5490.3453.86-
YUV239.0691.85130.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.28%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 175 (68.75% from 255) = 26.24%
R=36.28%
G=37.48%
B=26.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501750.0300.30.0266.488.2483.33
HexF2FAAF301E2425853
Octal36237225730362102130123
Binary1111001011111010101011111101111010100001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAAF; }

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

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

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

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

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

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

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

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