#F1FEE1

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

Shades of Saltpan #F1FEE1

Tints of Saltpan #F1FEE1

Color information

#F1FEE1 (or 0xF1FEE1) is unknown color: approx Saltpan. HEX triplet: F1, FE and E1. RGB value is (241,254,225). Sum of RGB (Red+Green+Blue) = 241+254+225=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 225 (88.28% from 255 or 31.25% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEE1 is #0E011E. Grayscale: #F6F6F6. Windows color (decimal): -917791 or 14810865. OLE color: 14810865.

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

Color convert

RGB241254225-
CMYK0.0500.110.00
HSL86.9º93.55%93.92%-
HSV(B)86.9º11.42%99.61%-
XYZ85.3195.0285.08-
YUV246.81115.69123.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.47%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 225 (88.28% from 255) = 31.25%
R=33.47%
G=35.28%
B=31.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412542250.0500.110.0086.993.5593.92
HexF1FEE150B0575e5e
Octal36137634150130127136136
Binary111100011111111011100001101010110101011110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEE1; }

 p { color: rgb(241,254,225); }

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

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

 a { background-color: rgb(241,254,225); }

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

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

 span { border-color: rgb(241,254,225); }

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