#F5FFE4

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

Shades of Saltpan #F5FFE4

Tints of Saltpan #F5FFE4

Color information

#F5FFE4 (or 0xF5FFE4) is unknown color: approx Saltpan. HEX triplet: F5, FF and E4. RGB value is (245,255,228). Sum of RGB (Red+Green+Blue) = 245+255+228=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 255 (100% from 255 or 35.03% from 728); Blue value is 228 (89.45% from 255 or 31.32% from 728); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFE4 is #0A001B. Grayscale: #F9F9F9. Windows color (decimal): -655388 or 15007733. OLE color: 15007733.

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

Color convert

RGB245255228-
CMYK0.0400.110
HSL82.22º100%94.71%-
HSV(B)82.22º10.59%100%-
XYZ87.4296.5387.42-
YUV248.93116.19125.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.65%
GREEN value IS 255 (100% from 255) = 35.03%
BLUE value IS 228 (89.45% from 255) = 31.32%
R=33.65%
G=35.03%
B=31.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552280.0400.11082.2210094.71
HexF5FFE440B052645f
Octal36537734440130122144137
Binary111101011111111111100100100010110101001011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFE4; }

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

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

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

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

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

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

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

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