Html Css Color HEX #F2FAAE Australian Mint

📋 copy color: '#F2FAAE'

red 242 ◦ green 250 ◦ blue 174

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

Shades of Australian Mint #F2FAAE

Tints of Australian Mint #F2FAAE

RGB

 RED value IS 242 (94.92% from 255) = 36.34%

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

 BLUE value IS 174 (68.36% from 255) = 26.13%

R = 36.34%
G = 37.54%
B = 26.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F2FAAE (or 0xF2FAAE) is known color: Australian Mint. HEX triplet: F2, FA and AE. RGB value is (242,250,174). Sum of RGB (Red+Green+Blue) = 242+250+174=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 174 (68.36% from 255 or 26.13% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAAE is #0D0551. Grayscale: #EFEFEF. Windows color (decimal): -853330 or 11467506. OLE color: 11467506.

HSL color Cylindrical-coordinate representation of color #F2FAAE: hue angle of 66.32º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2FAAE is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 174 -
CMYK 0.03 0 0.30 0.02
HSL 66.32º 0.88% 0.83% -
HSV(B) 66.32º 0.3% 0.98% -
XYZ 78.44 90.3 53.34 -
YUV 238.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 242 250 174 0.03 0 0.30 0.02 66.32 0.88 0.83
Hex F2 FA AE 3 0 1E 2 42 58 53
Octal 362 372 256 3 0 36 2 102 130 123
Binary 11110010 11111010 10101110 11 0 11110 10 1000010 1011000 1010011

Color Harmonies of #F2FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FAAE

Black with #F2FAAE

Text Example


Text Example

White with #F2FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FAAE; }

 p { color: rgb(242,250,174); }

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

background-color css

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

 a { background-color: rgb(242,250,174); }

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

border-color css

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

 span { border-color: rgb(242,250,174); }

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