#F0FCB4

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

Shades of Australian Mint #F0FCB4

Tints of Australian Mint #F0FCB4

Color information

#F0FCB4 (or 0xF0FCB4) is unknown color: approx Australian Mint. HEX triplet: F0, FC and B4. RGB value is (240,252,180). Sum of RGB (Red+Green+Blue) = 240+252+180=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 180 (70.70% from 255 or 26.79% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCB4 is #0F034B. Grayscale: #F0F0F0. Windows color (decimal): -983884 or 11861232. OLE color: 11861232.

HSL color Cylindrical-coordinate representation of color #F0FCB4: hue angle of 70º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0FCB4 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB240252180-
CMYK0.0500.290.01
HSL70º92.31%84.71%-
HSV(B)70º28.57%98.82%-
XYZ78.9891.4456.67-
YUV240.294.02127.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.71%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 180 (70.70% from 255) = 26.79%
R=35.71%
G=37.5%
B=26.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402521800.0500.290.017092.3184.71
HexF0FCB4501D1465c55
Octal36037426450351106134125
Binary1111000011111100101101001010111011100011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCB4; }

 p { color: rgb(240,252,180); }

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

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

 a { background-color: rgb(240,252,180); }

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

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

 span { border-color: rgb(240,252,180); }

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