#F0FEB1

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

Shades of Australian Mint #F0FEB1

Tints of Australian Mint #F0FEB1

Color information

#F0FEB1 (or 0xF0FEB1) is unknown color: approx Australian Mint. HEX triplet: F0, FE and B1. RGB value is (240,254,177). Sum of RGB (Red+Green+Blue) = 240+254+177=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 177 (69.53% from 255 or 26.38% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FEB1 is #0F014E. Grayscale: #F1F1F1. Windows color (decimal): -983375 or 11665136. OLE color: 11665136.

HSL color Cylindrical-coordinate representation of color #F0FEB1: hue angle of 70.91º 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 #F0FEB1 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB240254177-
CMYK0.0600.300.00
HSL70.91º97.47%84.51%-
HSV(B)70.91º30.31%99.61%-
XYZ79.3192.5855.29-
YUV241.0491.86127.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.77%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 177 (69.53% from 255) = 26.38%
R=35.77%
G=37.85%
B=26.38%

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
Decimal2402541770.0600.300.0070.9197.4784.51
HexF0FEB1601E0476155
Octal36037626160360107141125
Binary1111000011111110101100011100111100100011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FEB1; }

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

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

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

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

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

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

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

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