#F6FFE2

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

Shades of Saltpan #F6FFE2

Tints of Saltpan #F6FFE2

Color information

#F6FFE2 (or 0xF6FFE2) is unknown color: approx Saltpan. HEX triplet: F6, FF and E2. RGB value is (246,255,226). Sum of RGB (Red+Green+Blue) = 246+255+226=727 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.84% from 727); Green value is 255 (100% from 255 or 35.08% from 727); Blue value is 226 (88.67% from 255 or 31.09% from 727); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFE2 is #09001D. Grayscale: #F9F9F9. Windows color (decimal): -589854 or 14876662. OLE color: 14876662.

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

Color convert

RGB246255226-
CMYK0.0400.110
HSL78.62º100%94.31%-
HSV(B)78.62º11.37%100%-
XYZ87.4996.685.99-
YUV249115.02125.86-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.84%
GREEN value IS 255 (100% from 255) = 35.08%
BLUE value IS 226 (88.67% from 255) = 31.09%
R=33.84%
G=35.08%
B=31.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462552260.0400.11078.6210094.31
HexF6FFE240B04f645e
Octal36637734240130117144136
Binary111101101111111111100010100010110100111111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFE2; }

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

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

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

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

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

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

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

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