#F6FFEB

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

Shades of Saltpan #F6FFEB

Tints of Saltpan #F6FFEB

Color information

#F6FFEB (or 0xF6FFEB) is unknown color: approx Saltpan. HEX triplet: F6, FF and EB. RGB value is (246,255,235). Sum of RGB (Red+Green+Blue) = 246+255+235=736 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.42% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 235 (92.19% from 255 or 31.93% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FFEB is #090014. Grayscale: #FAFAFA. Windows color (decimal): -589845 or 15466486. OLE color: 15466486.

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

Color convert

RGB246255235-
CMYK0.0400.080
HSL87º100%96.08%-
HSV(B)87º7.84%100%-
XYZ88.7697.1192.66-
YUV250.03119.52125.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.42%
GREEN value IS 255 (100% from 255) = 34.65%
BLUE value IS 235 (92.19% from 255) = 31.93%
R=33.42%
G=34.65%
B=31.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462552350.0400.0808710096.08
HexF6FFEB4080576460
Octal36637735340100127144140
Binary111101101111111111101011100010000101011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFEB; }

 p { color: rgb(246,255,235); }

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

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

 a { background-color: rgb(246,255,235); }

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

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

 span { border-color: rgb(246,255,235); }

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