#F1FFE0

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

Shades of Saltpan #F1FFE0

Tints of Saltpan #F1FFE0

Color information

#F1FFE0 (or 0xF1FFE0) is unknown color: approx Saltpan. HEX triplet: F1, FF and E0. RGB value is (241,255,224). Sum of RGB (Red+Green+Blue) = 241+255+224=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 224 (87.89% from 255 or 31.11% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFE0 is #0E001F. Grayscale: #F7F7F7. Windows color (decimal): -917536 or 14745585. OLE color: 14745585.

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

Color convert

RGB241255224-
CMYK0.0500.120
HSL87.1º100%93.92%-
HSV(B)87.1º12.16%100%-
XYZ85.4995.684.47-
YUV247.28114.86123.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.47%
GREEN value IS 255 (100% from 255) = 35.42%
BLUE value IS 224 (87.89% from 255) = 31.11%
R=33.47%
G=35.42%
B=31.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412552240.0500.12087.110093.92
HexF1FFE050C057645e
Octal36137734050140127144136
Binary111100011111111111100000101011000101011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFE0; }

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

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

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

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

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

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

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

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