Html Css Color HEX #F5FCB0 Australian Mint

📋 copy color: '#F5FCB0'

red 245 ◦ green 252 ◦ blue 176

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

Shades of Australian Mint #F5FCB0

Tints of Australian Mint #F5FCB0

RGB

 RED value IS 245 (96.09% from 255) = 36.4%

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

 BLUE value IS 176 (69.14% from 255) = 26.15%

R = 36.4%
G = 37.44%
B = 26.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#F5FCB0 (or 0xF5FCB0) is known color: Australian Mint. HEX triplet: F5, FC and B0. RGB value is (245,252,176). Sum of RGB (Red+Green+Blue) = 245+252+176=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 176 (69.14% from 255 or 26.15% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FCB0 is #0A034F. Grayscale: #F1F1F1. Windows color (decimal): -656208 or 11599093. OLE color: 11599093.

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

Color convert

RGB 245 252 176 -
CMYK 0.03 0 0.30 0.01
HSL 65.53º 0.93% 0.84% -
HSV(B) 65.53º 0.3% 0.99% -
XYZ 80.3 92.17 54.63 -
YUV 241.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 245 252 176 0.03 0 0.30 0.01 65.53 0.93 0.84
Hex F5 FC B0 3 0 1E 1 42 5D 54
Octal 365 374 260 3 0 36 1 102 135 124
Binary 11110101 11111100 10110000 11 0 11110 1 1000010 1011101 1010100

Color Harmonies of #F5FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCB0

Black with #F5FCB0

Text Example


Text Example

White with #F5FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCB0; }

 p { color: rgb(245,252,176); }

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

background-color css

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

 a { background-color: rgb(245,252,176); }

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

border-color css

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

 span { border-color: rgb(245,252,176); }

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