#F5FBED

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

Shades of Saltpan #F5FBED

Tints of Saltpan #F5FBED

Color information

#F5FBED (or 0xF5FBED) is unknown color: approx Saltpan. HEX triplet: F5, FB and ED. RGB value is (245,251,237). Sum of RGB (Red+Green+Blue) = 245+251+237=733 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.42% from 733); Green value is 251 (98.44% from 255 or 34.24% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBED is #0A0412. Grayscale: #F7F7F7. Windows color (decimal): -656403 or 15596533. OLE color: 15596533.

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

Color convert

RGB245251237-
CMYK0.0200.060.02
HSL85.71º63.64%95.69%-
HSV(B)85.71º5.58%98.43%-
XYZ87.4494.5293.76-
YUV247.61122.01126.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.42%
GREEN value IS 251 (98.44% from 255) = 34.24%
BLUE value IS 237 (92.97% from 255) = 32.33%
R=33.42%
G=34.24%
B=32.33%

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
Decimal2452512370.0200.060.0285.7163.6495.69
HexF5FBED2062564060
Octal3653733552062126100140
Binary11110101111110111110110110011010101011010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBED; }

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

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

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

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

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

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

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

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