Html Css Color HEX #F2FCAD Australian Mint

📋 copy color: '#F2FCAD'

red 242 ◦ green 252 ◦ blue 173

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

Shades of Australian Mint #F2FCAD

Tints of Australian Mint #F2FCAD

RGB

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

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

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

R = 36.28%
G = 37.78%
B = 25.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#F2FCAD (or 0xF2FCAD) is known color: Australian Mint. HEX triplet: F2, FC and AD. RGB value is (242,252,173). Sum of RGB (Red+Green+Blue) = 242+252+173=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FCAD is #0D0352. Grayscale: #F0F0F0. Windows color (decimal): -852819 or 11402482. OLE color: 11402482.

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

Color convert

RGB 242 252 173 -
CMYK 0.04 0 0.31 0.01
HSL 67.59º 0.93% 0.83% -
HSV(B) 67.59º 0.31% 0.99% -
XYZ 78.97 91.52 53.04 -
YUV 240 90.19 129.42 -
System Red Green Blue C M Y K H S L
Decimal 242 252 173 0.04 0 0.31 0.01 67.59 0.93 0.83
Hex F2 FC AD 4 0 1F 1 44 5D 53
Octal 362 374 255 4 0 37 1 104 135 123
Binary 11110010 11111100 10101101 100 0 11111 1 1000100 1011101 1010011

Color Harmonies of #F2FCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCAD

Black with #F2FCAD

Text Example


Text Example

White with #F2FCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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