#F0FBB3

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

Shades of Australian Mint #F0FBB3

Tints of Australian Mint #F0FBB3

Color information

#F0FBB3 (or 0xF0FBB3) is unknown color: approx Australian Mint. HEX triplet: F0, FB and B3. RGB value is (240,251,179). Sum of RGB (Red+Green+Blue) = 240+251+179=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 179 (70.31% from 255 or 26.72% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBB3 is #0F044C. Grayscale: #EFEFEF. Windows color (decimal): -984141 or 11795440. OLE color: 11795440.

HSL color Cylindrical-coordinate representation of color #F0FBB3: hue angle of 69.17º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0FBB3 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB240251179-
CMYK0.0400.290.02
HSL69.17º90%84.31%-
HSV(B)69.17º28.69%98.43%-
XYZ78.5790.7756.03-
YUV239.593.86128.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.82%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 179 (70.31% from 255) = 26.72%
R=35.82%
G=37.46%
B=26.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402511790.0400.290.0269.179084.31
HexF0FBB3401D2455a54
Octal36037326340352105132124
Binary11110000111110111011001110001110110100010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBB3; }

 p { color: rgb(240,251,179); }

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

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

 a { background-color: rgb(240,251,179); }

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

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

 span { border-color: rgb(240,251,179); }

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