#F2FFE2

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

Shades of Saltpan #F2FFE2

Tints of Saltpan #F2FFE2

Color information

#F2FFE2 (or 0xF2FFE2) is unknown color: approx Saltpan. HEX triplet: F2, FF and E2. RGB value is (242,255,226). Sum of RGB (Red+Green+Blue) = 242+255+226=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 226 (88.67% from 255 or 31.26% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFE2 is #0D001D. Grayscale: #F7F7F7. Windows color (decimal): -851998 or 14876658. OLE color: 14876658.

HSL color Cylindrical-coordinate representation of color #F2FFE2: hue angle of 86.9º 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 #F2FFE2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB242255226-
CMYK0.0500.110
HSL86.9º100%94.31%-
HSV(B)86.9º11.37%100%-
XYZ86.1195.8985.92-
YUV247.81115.69123.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.47%
GREEN value IS 255 (100% from 255) = 35.27%
BLUE value IS 226 (88.67% from 255) = 31.26%
R=33.47%
G=35.27%
B=31.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422552260.0500.11086.910094.31
HexF2FFE250B057645e
Octal36237734250130127144136
Binary111100101111111111100010101010110101011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFE2; }

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

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

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

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

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

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

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

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