Html Css Color HEX #F2FCA8 Australian Mint

📋 copy color: '#F2FCA8'

red 242 ◦ green 252 ◦ blue 168

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

Shades of Australian Mint #F2FCA8

Tints of Australian Mint #F2FCA8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.07%

 BLUE value IS 168 (66.02% from 255) = 25.38%

R = 36.56%
G = 38.07%
B = 25.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#F2FCA8 (or 0xF2FCA8) is known color: Australian Mint. HEX triplet: F2, FC and A8. RGB value is (242,252,168). Sum of RGB (Red+Green+Blue) = 242+252+168=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 168 (66.02% from 255 or 25.38% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FCA8 is #0D0357. Grayscale: #EFEFEF. Windows color (decimal): -852824 or 11074802. OLE color: 11074802.

HSL color Cylindrical-coordinate representation of color #F2FCA8: hue angle of 67.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2FCA8 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 168 -
CMYK 0.04 0 0.33 0.01
HSL 67.14º 0.93% 0.82% -
HSV(B) 67.14º 0.33% 0.99% -
XYZ 78.5 91.33 50.54 -
YUV 239.43 87.69 129.83 -
System Red Green Blue C M Y K H S L
Decimal 242 252 168 0.04 0 0.33 0.01 67.14 0.93 0.82
Hex F2 FC A8 4 0 21 1 43 5D 52
Octal 362 374 250 4 0 41 1 103 135 122
Binary 11110010 11111100 10101000 100 0 100001 1 1000011 1011101 1010010

Color Harmonies of #F2FCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCA8

Black with #F2FCA8

Text Example


Text Example

White with #F2FCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCA8; }

 p { color: rgb(242,252,168); }

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

background-color css

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

 a { background-color: rgb(242,252,168); }

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

border-color css

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

 span { border-color: rgb(242,252,168); }

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