Html Css Color HEX #F0FDB2 Australian Mint

📋 copy color: '#F0FDB2'

red 240 ◦ green 253 ◦ blue 178

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

Shades of Australian Mint #F0FDB2

Tints of Australian Mint #F0FDB2

RGB

 RED value IS 240 (94.14% from 255) = 35.77%

 GREEN value IS 253 (99.22% from 255) = 37.7%

 BLUE value IS 178 (69.92% from 255) = 26.53%

R = 35.77%
G = 37.7%
B = 26.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#F0FDB2 (or 0xF0FDB2) is known color: Australian Mint. HEX triplet: F0, FD and B2. RGB value is (240,253,178). Sum of RGB (Red+Green+Blue) = 240+253+178=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 178 (69.92% from 255 or 26.53% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FDB2 is #0F024D. Grayscale: #F0F0F0. Windows color (decimal): -983630 or 11730416. OLE color: 11730416.

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

Color convert

RGB 240 253 178 -
CMYK 0.05 0 0.30 0.01
HSL 70.4º 0.95% 0.85% -
HSV(B) 70.4º 0.3% 0.99% -
XYZ 79.1 91.99 55.71 -
YUV 240.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 240 253 178 0.05 0 0.30 0.01 70.4 0.95 0.85
Hex F0 FD B2 5 0 1E 1 46 5F 55
Octal 360 375 262 5 0 36 1 106 137 125
Binary 11110000 11111101 10110010 101 0 11110 1 1000110 1011111 1010101

Color Harmonies of #F0FDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FDB2

Black with #F0FDB2

Text Example


Text Example

White with #F0FDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FDB2; }

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

 H1.HeaderClassName
 {
   color: #F0FDB2;
 }
 .AnyTagClassName
 {
   color: #F0FDB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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