Html Css Color HEX #F2F8AB Australian Mint

📋 copy color: '#F2F8AB'

red 242 ◦ green 248 ◦ blue 171

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

Shades of Australian Mint #F2F8AB

Tints of Australian Mint #F2F8AB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.52%

 BLUE value IS 171 (67.19% from 255) = 25.87%

R = 36.61%
G = 37.52%
B = 25.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F2F8AB (or 0xF2F8AB) is known color: Australian Mint. HEX triplet: F2, F8 and AB. RGB value is (242,248,171). Sum of RGB (Red+Green+Blue) = 242+248+171=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 171 (67.19% from 255 or 25.87% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F8AB is #0D0754. Grayscale: #EDEDED. Windows color (decimal): -853845 or 11270386. OLE color: 11270386.

HSL color Cylindrical-coordinate representation of color #F2F8AB: hue angle of 64.68º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2F8AB is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 171 -
CMYK 0.02 0 0.31 0.03
HSL 64.68º 0.85% 0.82% -
HSV(B) 64.68º 0.31% 0.97% -
XYZ 77.54 88.95 51.61 -
YUV 237.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 242 248 171 0.02 0 0.31 0.03 64.68 0.85 0.82
Hex F2 F8 AB 2 0 1F 3 41 55 52
Octal 362 370 253 2 0 37 3 101 125 122
Binary 11110010 11111000 10101011 10 0 11111 11 1000001 1010101 1010010

Color Harmonies of #F2F8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F8AB

Black with #F2F8AB

Text Example


Text Example

White with #F2F8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F8AB; }

 p { color: rgb(242,248,171); }

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

background-color css

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

 a { background-color: rgb(242,248,171); }

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

border-color css

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

 span { border-color: rgb(242,248,171); }

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