#F5FDAC

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

Shades of Australian Mint #F5FDAC

Tints of Australian Mint #F5FDAC

Color information

#F5FDAC (or 0xF5FDAC) is unknown color: approx Australian Mint. HEX triplet: F5, FD and AC. RGB value is (245,253,172). Sum of RGB (Red+Green+Blue) = 245+253+172=670 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.57% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 172 (67.58% from 255 or 25.67% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5FDAC is #0A0253. Grayscale: #F1F1F1. Windows color (decimal): -655956 or 11337205. OLE color: 11337205.

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

Color convert

RGB245253172-
CMYK0.0300.320.01
HSL65.93º95.29%83.33%-
HSV(B)65.93º32.02%99.22%-
XYZ80.2392.6452.68-
YUV241.3788.85130.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.57%
GREEN value IS 253 (99.22% from 255) = 37.76%
BLUE value IS 172 (67.58% from 255) = 25.67%
R=36.57%
G=37.76%
B=25.67%

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
Decimal2452531720.0300.320.0165.9395.2983.33
HexF5FDAC30201425f53
Octal36537525430401102137123
Binary1111010111111101101011001101000001100001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDAC; }

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

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

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

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

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

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

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

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