#F5FFE5

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

Shades of Saltpan #F5FFE5

Tints of Saltpan #F5FFE5

Color information

#F5FFE5 (or 0xF5FFE5) is unknown color: approx Saltpan. HEX triplet: F5, FF and E5. RGB value is (245,255,229). Sum of RGB (Red+Green+Blue) = 245+255+229=729 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.61% from 729); Green value is 255 (100% from 255 or 34.98% from 729); Blue value is 229 (89.84% from 255 or 31.41% from 729); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFE5 is #0A001A. Grayscale: #F9F9F9. Windows color (decimal): -655387 or 15073269. OLE color: 15073269.

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

Color convert

RGB245255229-
CMYK0.0400.100
HSL83.08º100%94.9%-
HSV(B)83.08º10.2%100%-
XYZ87.5696.5988.16-
YUV249.05116.69125.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.61%
GREEN value IS 255 (100% from 255) = 34.98%
BLUE value IS 229 (89.84% from 255) = 31.41%
R=33.61%
G=34.98%
B=31.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552290.0400.10083.0810094.9
HexF5FFE540A053645f
Octal36537734540120123144137
Binary111101011111111111100101100010100101001111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFE5; }

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

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

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

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

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

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

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

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