#F5FBEF

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

Shades of Saltpan #F5FBEF

Tints of Saltpan #F5FBEF

Color information

#F5FBEF (or 0xF5FBEF) is unknown color: approx Saltpan. HEX triplet: F5, FB and EF. RGB value is (245,251,239). Sum of RGB (Red+Green+Blue) = 245+251+239=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 239 (93.75% from 255 or 32.52% from 735); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBEF is #0A0410. Grayscale: #F7F7F7. Windows color (decimal): -656401 or 15727605. OLE color: 15727605.

HSL color Cylindrical-coordinate representation of color #F5FBEF: hue angle of 90º degrees, saturation: 0.6, 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 #F5FBEF is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB245251239-
CMYK0.0200.050.02
HSL90º60%96.08%-
HSV(B)90º4.78%98.43%-
XYZ87.7394.6495.3-
YUV247.84123.01125.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.33%
GREEN value IS 251 (98.44% from 255) = 34.15%
BLUE value IS 239 (93.75% from 255) = 32.52%
R=33.33%
G=34.15%
B=32.52%

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
Decimal2452512390.0200.050.02906096.08
HexF5FBEF20525a3c60
Octal365373357205213274140
Binary1111010111111011111011111001011010110101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBEF; }

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

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

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

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

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

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

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

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