#F5FFE0

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

Shades of Saltpan #F5FFE0

Tints of Saltpan #F5FFE0

Color information

#F5FFE0 (or 0xF5FFE0) is unknown color: approx Saltpan. HEX triplet: F5, FF and E0. RGB value is (245,255,224). Sum of RGB (Red+Green+Blue) = 245+255+224=724 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.84% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 224 (87.89% from 255 or 30.94% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFE0 is #0A001F. Grayscale: #F8F8F8. Windows color (decimal): -655392 or 14745589. OLE color: 14745589.

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

Color convert

RGB245255224-
CMYK0.0400.120
HSL79.35º100%93.92%-
HSV(B)79.35º12.16%100%-
XYZ86.8796.3184.53-
YUV248.48114.19125.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.84%
GREEN value IS 255 (100% from 255) = 35.22%
BLUE value IS 224 (87.89% from 255) = 30.94%
R=33.84%
G=35.22%
B=30.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552240.0400.12079.3510093.92
HexF5FFE040C04f645e
Octal36537734040140117144136
Binary111101011111111111100000100011000100111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFE0; }

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

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

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

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

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

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

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

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