#F4FFE2

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

Shades of Saltpan #F4FFE2

Tints of Saltpan #F4FFE2

Color information

#F4FFE2 (or 0xF4FFE2) is unknown color: approx Saltpan. HEX triplet: F4, FF and E2. RGB value is (244,255,226). Sum of RGB (Red+Green+Blue) = 244+255+226=725 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.66% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 226 (88.67% from 255 or 31.17% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFE2 is #0B001D. Grayscale: #F8F8F8. Windows color (decimal): -720926 or 14876660. OLE color: 14876660.

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

Color convert

RGB244255226-
CMYK0.0400.110
HSL82.76º100%94.31%-
HSV(B)82.76º11.37%100%-
XYZ86.896.2485.95-
YUV248.41115.36124.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.66%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 226 (88.67% from 255) = 31.17%
R=33.66%
G=35.17%
B=31.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442552260.0400.11082.7610094.31
HexF4FFE240B053645e
Octal36437734240130123144136
Binary111101001111111111100010100010110101001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FFE2; }

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

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

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

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

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

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

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

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