#F6FDE9

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

Shades of Saltpan #F6FDE9

Tints of Saltpan #F6FDE9

Color information

#F6FDE9 (or 0xF6FDE9) is unknown color: approx Saltpan. HEX triplet: F6, FD and E9. RGB value is (246,253,233). Sum of RGB (Red+Green+Blue) = 246+253+233=732 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.61% from 732); Green value is 253 (99.22% from 255 or 34.56% from 732); Blue value is 233 (91.41% from 255 or 31.83% from 732); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FDE9 is #090216. Grayscale: #F8F8F8. Windows color (decimal): -590359 or 15334902. OLE color: 15334902.

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

Color convert

RGB246253233-
CMYK0.0300.080.01
HSL81º83.33%95.29%-
HSV(B)81º7.91%99.22%-
XYZ87.8495.7390.94-
YUV248.63119.18126.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.61%
GREEN value IS 253 (99.22% from 255) = 34.56%
BLUE value IS 233 (91.41% from 255) = 31.83%
R=33.61%
G=34.56%
B=31.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462532330.0300.080.018183.3395.29
HexF6FDE9308151535f
Octal36637535130101121123137
Binary11110110111111011110100111010001101000110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDE9; }

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

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

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

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

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

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

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

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