#F0FEB2

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

Shades of Australian Mint #F0FEB2

Tints of Australian Mint #F0FEB2

Color information

#F0FEB2 (or 0xF0FEB2) is unknown color: approx Australian Mint. HEX triplet: F0, FE and B2. RGB value is (240,254,178). Sum of RGB (Red+Green+Blue) = 240+254+178=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 178 (69.92% from 255 or 26.49% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEB2 is #0F014D. Grayscale: #F1F1F1. Windows color (decimal): -983374 or 11730672. OLE color: 11730672.

HSL color Cylindrical-coordinate representation of color #F0FEB2: hue angle of 71.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0FEB2 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB240254178-
CMYK0.0600.300.00
HSL71.05º97.44%84.71%-
HSV(B)71.05º29.92%99.61%-
XYZ79.4192.6255.81-
YUV241.1592.36127.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 178 (69.92% from 255) = 26.49%
R=35.71%
G=37.80%
B=26.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402541780.0600.300.0071.0597.4484.71
HexF0FEB2601E0476155
Octal36037626260360107141125
Binary1111000011111110101100101100111100100011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEB2; }

 p { color: rgb(240,254,178); }

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

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

 a { background-color: rgb(240,254,178); }

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

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

 span { border-color: rgb(240,254,178); }

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