#F5FDAD

Color #F5FDAD Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #F5FDAD

Tints of Australian Mint #F5FDAD

Color information

#F5FDAD (or 0xF5FDAD) is unknown color: approx Australian Mint. HEX triplet: F5, FD and AD. RGB value is (245,253,173). Sum of RGB (Red+Green+Blue) = 245+253+173=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 173 (67.97% from 255 or 25.78% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FDAD is #0A0252. Grayscale: #F1F1F1. Windows color (decimal): -655955 or 11402741. OLE color: 11402741.

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

Color convert

RGB245253173-
CMYK0.0300.320.01
HSL66º95.24%83.53%-
HSV(B)66º31.62%99.22%-
XYZ80.3292.6853.19-
YUV241.4989.35130.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 173 (67.97% from 255) = 25.78%
R=36.51%
G=37.70%
B=25.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452531730.0300.320.016695.2483.53
HexF5FDAD30201425f54
Octal36537525530401102137124
Binary1111010111111101101011011101000001100001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDAD; }

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

 H1.HeaderClassName
 {
   color: #F5FDAD;
 }
 .AnyTagClassName
 {
   color: #F5FDAD;
 }
</style>
background-color css

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

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

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

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

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

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