Html Css Color HEX #F0FCB4 Australian Mint

📋 copy color: '#F0FCB4'

red 240 ◦ green 252 ◦ blue 180

#F0FCB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #F0FCB4

Tints of Australian Mint #F0FCB4

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.7% from 255) = 26.79%

R = 35.71%
G = 37.5%
B = 26.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#F0FCB4 (or 0xF0FCB4) is known color: 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

RGB 240 252 180 -
CMYK 0.05 0 0.29 0.01
HSL 70º 0.92% 0.85% -
HSV(B) 70º 0.29% 0.99% -
XYZ 78.98 91.44 56.67 -
YUV 240.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 240 252 180 0.05 0 0.29 0.01 70 0.92 0.85
Hex F0 FC B4 5 0 1D 1 46 5C 55
Octal 360 374 264 5 0 35 1 106 134 125
Binary 11110000 11111100 10110100 101 0 11101 1 1000110 1011100 1010101

Color Harmonies of #F0FCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FCB4

Black with #F0FCB4

Text Example


Text Example

White with #F0FCB4

Text Example


Text Example

HTML Codes & Css Web 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>