#F5FBEC

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

Shades of Saltpan #F5FBEC

Tints of Saltpan #F5FBEC

Color information

#F5FBEC (or 0xF5FBEC) is unknown color: approx Saltpan. HEX triplet: F5, FB and EC. RGB value is (245,251,236). Sum of RGB (Red+Green+Blue) = 245+251+236=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBEC is #0A0413. Grayscale: #F7F7F7. Windows color (decimal): -656404 or 15530997. OLE color: 15530997.

HSL color Cylindrical-coordinate representation of color #F5FBEC: hue angle of 84º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5FBEC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB245251236-
CMYK0.0200.060.02
HSL84º65.22%95.49%-
HSV(B)84º5.98%98.43%-
XYZ87.2994.4692.99-
YUV247.5121.51126.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.47%
GREEN value IS 251 (98.44% from 255) = 34.29%
BLUE value IS 236 (92.58% from 255) = 32.24%
R=33.47%
G=34.29%
B=32.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452512360.0200.060.028465.2295.49
HexF5FBEC206254415f
Octal3653733542062124101137
Binary11110101111110111110110010011010101010010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBEC; }

 p { color: rgb(245,251,236); }

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

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

 a { background-color: rgb(245,251,236); }

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

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

 span { border-color: rgb(245,251,236); }

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