Html Css Color HEX #F2FAA3 Australian Mint

📋 copy color: '#F2FAA3'

red 242 ◦ green 250 ◦ blue 163

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

Shades of Australian Mint #F2FAA3

Tints of Australian Mint #F2FAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 24.89%

R = 36.95%
G = 38.17%
B = 24.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F2FAA3 (or 0xF2FAA3) is known color: Australian Mint. HEX triplet: F2, FA and A3. RGB value is (242,250,163). Sum of RGB (Red+Green+Blue) = 242+250+163=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 163 (64.06% from 255 or 24.89% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FAA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FAA3 is #0D055C. Grayscale: #EEEEEE. Windows color (decimal): -853341 or 10746610. OLE color: 10746610.

HSL color Cylindrical-coordinate representation of color #F2FAA3: hue angle of 65.52º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2FAA3 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 163 -
CMYK 0.03 0 0.35 0.02
HSL 65.52º 0.9% 0.81% -
HSV(B) 65.52º 0.35% 0.98% -
XYZ 77.41 89.89 47.92 -
YUV 237.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 242 250 163 0.03 0 0.35 0.02 65.52 0.9 0.81
Hex F2 FA A3 3 0 23 2 42 5A 51
Octal 362 372 243 3 0 43 2 102 132 121
Binary 11110010 11111010 10100011 11 0 100011 10 1000010 1011010 1010001

Color Harmonies of #F2FAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FAA3

Black with #F2FAA3

Text Example


Text Example

White with #F2FAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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