#F6FFEC

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

Shades of Saltpan #F6FFEC

Tints of Saltpan #F6FFEC

Color information

#F6FFEC (or 0xF6FFEC) is unknown color: approx Saltpan. HEX triplet: F6, FF and EC. RGB value is (246,255,236). Sum of RGB (Red+Green+Blue) = 246+255+236=737 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.38% from 737); Green value is 255 (100% from 255 or 34.60% from 737); Blue value is 236 (92.58% from 255 or 32.02% from 737); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FFEC is #090013. Grayscale: #FAFAFA. Windows color (decimal): -589844 or 15532022. OLE color: 15532022.

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

Color convert

RGB246255236-
CMYK0.0400.070
HSL88.42º100%96.27%-
HSV(B)88.42º7.45%100%-
XYZ88.9197.1793.43-
YUV250.14120.02125.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.38%
GREEN value IS 255 (100% from 255) = 34.60%
BLUE value IS 236 (92.58% from 255) = 32.02%
R=33.38%
G=34.60%
B=32.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462552360.0400.07088.4210096.27
HexF6FFEC4070586460
Octal3663773544070130144140
Binary11110110111111111110110010001110101100011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFEC; }

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

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

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

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

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

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

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

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