#F5FFE8

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

Shades of Saltpan #F5FFE8

Tints of Saltpan #F5FFE8

Color information

#F5FFE8 (or 0xF5FFE8) is unknown color: approx Saltpan. HEX triplet: F5, FF and E8. RGB value is (245,255,232). Sum of RGB (Red+Green+Blue) = 245+255+232=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 232 (91.02% from 255 or 31.69% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFE8 is #0A0017. Grayscale: #F9F9F9. Windows color (decimal): -655384 or 15269877. OLE color: 15269877.

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

Color convert

RGB245255232-
CMYK0.0400.090
HSL86.09º100%95.49%-
HSV(B)86.09º9.02%100%-
XYZ87.9896.7690.38-
YUV249.39118.19124.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.47%
GREEN value IS 255 (100% from 255) = 34.84%
BLUE value IS 232 (91.02% from 255) = 31.69%
R=33.47%
G=34.84%
B=31.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552320.0400.09086.0910095.49
HexF5FFE8409056645f
Octal36537735040110126144137
Binary111101011111111111101000100010010101011011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFE8; }

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

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

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

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

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

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

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

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