#F1FDAD

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

Shades of Australian Mint #F1FDAD

Tints of Australian Mint #F1FDAD

Color information

#F1FDAD (or 0xF1FDAD) is unknown color: approx Australian Mint. HEX triplet: F1, FD and AD. RGB value is (241,253,173). Sum of RGB (Red+Green+Blue) = 241+253+173=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 173 (67.97% from 255 or 25.94% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1FDAD is #0E0252. Grayscale: #F0F0F0. Windows color (decimal): -918099 or 11402737. OLE color: 11402737.

HSL color Cylindrical-coordinate representation of color #F1FDAD: hue angle of 69º 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 #F1FDAD is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB241253173-
CMYK0.0500.320.01
HSL69º95.24%83.53%-
HSV(B)69º31.62%99.22%-
XYZ78.9491.9753.13-
YUV240.2990.02128.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 173 (67.97% from 255) = 25.94%
R=36.13%
G=37.93%
B=25.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412531730.0500.320.016995.2483.53
HexF1FDAD50201455f54
Octal36137525550401105137124
Binary11110001111111011010110110101000001100010110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDAD; }

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

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

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

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

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

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

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

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