#F6FDEC

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

Shades of Saltpan #F6FDEC

Tints of Saltpan #F6FDEC

Color information

#F6FDEC (or 0xF6FDEC) is unknown color: approx Saltpan. HEX triplet: F6, FD and EC. RGB value is (246,253,236). Sum of RGB (Red+Green+Blue) = 246+253+236=735 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.47% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 236 (92.58% from 255 or 32.11% from 735); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FDEC is #090213. Grayscale: #F9F9F9. Windows color (decimal): -590356 or 15531510. OLE color: 15531510.

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

Color convert

RGB246253236-
CMYK0.0300.070.01
HSL84.71º80.95%95.88%-
HSV(B)84.71º6.72%99.22%-
XYZ88.2795.993.21-
YUV248.97120.68125.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.47%
GREEN value IS 253 (99.22% from 255) = 34.42%
BLUE value IS 236 (92.58% from 255) = 32.11%
R=33.47%
G=34.42%
B=32.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462532360.0300.070.0184.7180.9595.88
HexF6FDEC3071555160
Octal3663753543071125121140
Binary1111011011111101111011001101111101010110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDEC; }

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

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

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

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

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

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

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

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