#F2FAAB

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

Shades of Australian Mint #F2FAAB

Tints of Australian Mint #F2FAAB

Color information

#F2FAAB (or 0xF2FAAB) is unknown color: approx Australian Mint. HEX triplet: F2, FA and AB. RGB value is (242,250,171). Sum of RGB (Red+Green+Blue) = 242+250+171=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 171 (67.19% from 255 or 25.79% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAAB is #0D0554. Grayscale: #EEEEEE. Windows color (decimal): -853333 or 11270898. OLE color: 11270898.

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

Color convert

RGB242250171-
CMYK0.0300.320.02
HSL66.08º88.76%82.55%-
HSV(B)66.08º31.6%98.04%-
XYZ78.1590.1951.82-
YUV238.689.85130.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.50%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 171 (67.19% from 255) = 25.79%
R=36.50%
G=37.71%
B=25.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501710.0300.320.0266.0888.7682.55
HexF2FAAB30202425953
Octal36237225330402102131123
Binary11110010111110101010101111010000010100001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FAAB; }

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

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

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

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

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

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

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

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