#F5FBEE

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

Shades of Saltpan #F5FBEE

Tints of Saltpan #F5FBEE

Color information

#F5FBEE (or 0xF5FBEE) is unknown color: approx Saltpan. HEX triplet: F5, FB and EE. RGB value is (245,251,238). Sum of RGB (Red+Green+Blue) = 245+251+238=734 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.38% from 734); Green value is 251 (98.44% from 255 or 34.20% from 734); Blue value is 238 (93.36% from 255 or 32.43% from 734); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBEE is #0A0411. Grayscale: #F7F7F7. Windows color (decimal): -656402 or 15662069. OLE color: 15662069.

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

Color convert

RGB245251238-
CMYK0.0200.050.02
HSL87.69º61.9%95.88%-
HSV(B)87.69º5.18%98.43%-
XYZ87.5994.5894.53-
YUV247.72122.51126.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 34.20%
BLUE value IS 238 (93.36% from 255) = 32.43%
R=33.38%
G=34.20%
B=32.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452512380.0200.050.0287.6961.995.88
HexF5FBEE2052583e60
Octal365373356205213076140
Binary1111010111111011111011101001011010110001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBEE; }

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

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

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

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

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

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

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

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