#F1FFE1

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

Shades of Saltpan #F1FFE1

Tints of Saltpan #F1FFE1

Color information

#F1FFE1 (or 0xF1FFE1) is unknown color: approx Saltpan. HEX triplet: F1, FF and E1. RGB value is (241,255,225). Sum of RGB (Red+Green+Blue) = 241+255+225=721 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.43% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 225 (88.28% from 255 or 31.21% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFE1 is #0E001E. Grayscale: #F7F7F7. Windows color (decimal): -917535 or 14811121. OLE color: 14811121.

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

Color convert

RGB241255225-
CMYK0.0500.120
HSL88º100%94.12%-
HSV(B)88º11.76%100%-
XYZ85.6395.6685.18-
YUV247.39115.36123.44-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.43%
GREEN value IS 255 (100% from 255) = 35.37%
BLUE value IS 225 (88.28% from 255) = 31.21%
R=33.43%
G=35.37%
B=31.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412552250.0500.1208810094.12
HexF1FFE150C058645e
Octal36137734150140130144136
Binary111100011111111111100001101011000101100011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFE1; }

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

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

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

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

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

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

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

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