#F2FBAB

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

Shades of Australian Mint #F2FBAB

Tints of Australian Mint #F2FBAB

Color information

#F2FBAB (or 0xF2FBAB) is unknown color: approx Australian Mint. HEX triplet: F2, FB and AB. RGB value is (242,251,171). Sum of RGB (Red+Green+Blue) = 242+251+171=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 171 (67.19% from 255 or 25.75% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FBAB is #0D0454. Grayscale: #EFEFEF. Windows color (decimal): -853077 or 11271154. OLE color: 11271154.

HSL color Cylindrical-coordinate representation of color #F2FBAB: hue angle of 66.75º degrees, saturation: 0.91, 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 #F2FBAB is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB242251171-
CMYK0.0400.320.02
HSL66.75º90.91%82.75%-
HSV(B)66.75º31.87%98.43%-
XYZ78.4790.8151.92-
YUV239.1989.52130-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.45%
GREEN value IS 251 (98.44% from 255) = 37.80%
BLUE value IS 171 (67.19% from 255) = 25.75%
R=36.45%
G=37.80%
B=25.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422511710.0400.320.0266.7590.9182.75
HexF2FBAB40202435b53
Octal36237325340402103133123
Binary111100101111101110101011100010000010100001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FBAB; }

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

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

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

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

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

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

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

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