#F5FFE9

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

Shades of Saltpan #F5FFE9

Tints of Saltpan #F5FFE9

Color information

#F5FFE9 (or 0xF5FFE9) is unknown color: approx Saltpan. HEX triplet: F5, FF and E9. RGB value is (245,255,233). Sum of RGB (Red+Green+Blue) = 245+255+233=733 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.42% from 733); Green value is 255 (100% from 255 or 34.79% from 733); Blue value is 233 (91.41% from 255 or 31.79% from 733); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFE9 is #0A0016. Grayscale: #F9F9F9. Windows color (decimal): -655383 or 15335413. OLE color: 15335413.

HSL color Cylindrical-coordinate representation of color #F5FFE9: hue angle of 87.27º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5FFE9 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB245255233-
CMYK0.0400.090
HSL87.27º100%95.69%-
HSV(B)87.27º8.63%100%-
XYZ88.1296.8291.13-
YUV249.5118.69124.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.42%
GREEN value IS 255 (100% from 255) = 34.79%
BLUE value IS 233 (91.41% from 255) = 31.79%
R=33.42%
G=34.79%
B=31.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552330.0400.09087.2710095.69
HexF5FFE94090576460
Octal36537735140110127144140
Binary111101011111111111101001100010010101011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFE9; }

 p { color: rgb(245,255,233); }

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

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

 a { background-color: rgb(245,255,233); }

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

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

 span { border-color: rgb(245,255,233); }

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