Html Css Color HEX #F2F8AD Australian Mint

📋 copy color: '#F2F8AD'

red 242 ◦ green 248 ◦ blue 173

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

Shades of Australian Mint #F2F8AD

Tints of Australian Mint #F2F8AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.09%

R = 36.5%
G = 37.41%
B = 26.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F2F8AD (or 0xF2F8AD) is known color: Australian Mint. HEX triplet: F2, F8 and AD. RGB value is (242,248,173). Sum of RGB (Red+Green+Blue) = 242+248+173=663 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.50% from 663); Green value is 248 (97.27% from 255 or 37.41% from 663); Blue value is 173 (67.97% from 255 or 26.09% from 663); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F8AD is #0D0752. Grayscale: #EDEDED. Windows color (decimal): -853843 or 11401458. OLE color: 11401458.

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

Color convert

RGB 242 248 173 -
CMYK 0.02 0 0.30 0.03
HSL 64.8º 0.84% 0.83% -
HSV(B) 64.8º 0.3% 0.97% -
XYZ 77.73 89.03 52.62 -
YUV 237.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 242 248 173 0.02 0 0.30 0.03 64.8 0.84 0.83
Hex F2 F8 AD 2 0 1E 3 41 54 53
Octal 362 370 255 2 0 36 3 101 124 123
Binary 11110010 11111000 10101101 10 0 11110 11 1000001 1010100 1010011

Color Harmonies of #F2F8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F8AD

Black with #F2F8AD

Text Example


Text Example

White with #F2F8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F8AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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