Html Css Color HEX #F0FAAA Australian Mint

📋 copy color: '#F0FAAA'

red 240 ◦ green 250 ◦ blue 170

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

Shades of Australian Mint #F0FAAA

Tints of Australian Mint #F0FAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.88%

 BLUE value IS 170 (66.8% from 255) = 25.76%

R = 36.36%
G = 37.88%
B = 25.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F0FAAA (or 0xF0FAAA) is known color: Australian Mint. HEX triplet: F0, FA and AA. RGB value is (240,250,170). Sum of RGB (Red+Green+Blue) = 240+250+170=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 170 (66.80% from 255 or 25.76% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0FAAA is #0F0555. Grayscale: #EEEEEE. Windows color (decimal): -984406 or 11205360. OLE color: 11205360.

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

Color convert

RGB 240 250 170 -
CMYK 0.04 0 0.32 0.02
HSL 67.5º 0.89% 0.82% -
HSV(B) 67.5º 0.32% 0.98% -
XYZ 77.38 89.8 51.28 -
YUV 237.89 89.69 129.5 -
System Red Green Blue C M Y K H S L
Decimal 240 250 170 0.04 0 0.32 0.02 67.5 0.89 0.82
Hex F0 FA AA 4 0 20 2 44 59 52
Octal 360 372 252 4 0 40 2 104 131 122
Binary 11110000 11111010 10101010 100 0 100000 10 1000100 1011001 1010010

Color Harmonies of #F0FAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAAA

Black with #F0FAAA

Text Example


Text Example

White with #F0FAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAAA; }

 p { color: rgb(240,250,170); }

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

background-color css

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

 a { background-color: rgb(240,250,170); }

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

border-color css

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

 span { border-color: rgb(240,250,170); }

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