Html Css Color HEX #F5FDB0 Australian Mint

📋 copy color: '#F5FDB0'

red 245 ◦ green 253 ◦ blue 176

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

Shades of Australian Mint #F5FDB0

Tints of Australian Mint #F5FDB0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.54%

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

R = 36.35%
G = 37.54%
B = 26.11%

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

#F5FDB0 (or 0xF5FDB0) is known color: Australian Mint. HEX triplet: F5, FD and B0. RGB value is (245,253,176). Sum of RGB (Red+Green+Blue) = 245+253+176=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 176 (69.14% from 255 or 26.11% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FDB0 is #0A024F. Grayscale: #F2F2F2. Windows color (decimal): -655952 or 11599349. OLE color: 11599349.

HSL color Cylindrical-coordinate representation of color #F5FDB0: hue angle of 66.23º degrees, saturation: 0.95, 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 #F5FDB0 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 253 176 -
CMYK 0.03 0 0.30 0.01
HSL 66.23º 0.95% 0.84% -
HSV(B) 66.23º 0.3% 0.99% -
XYZ 80.62 92.8 54.74 -
YUV 241.83 90.85 130.26 -
System Red Green Blue C M Y K H S L
Decimal 245 253 176 0.03 0 0.30 0.01 66.23 0.95 0.84
Hex F5 FD B0 3 0 1E 1 42 5F 54
Octal 365 375 260 3 0 36 1 102 137 124
Binary 11110101 11111101 10110000 11 0 11110 1 1000010 1011111 1010100

Color Harmonies of #F5FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FDB0

Black with #F5FDB0

Text Example


Text Example

White with #F5FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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