#F1F9E7

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

Shades of Saltpan #F1F9E7

Tints of Saltpan #F1F9E7

Color information

#F1F9E7 (or 0xF1F9E7) is unknown color: approx Saltpan. HEX triplet: F1, F9 and E7. RGB value is (241,249,231). Sum of RGB (Red+Green+Blue) = 241+249+231=721 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.43% from 721); Green value is 249 (97.66% from 255 or 34.54% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F9E7 is #0E0618. Grayscale: #F4F4F4. Windows color (decimal): -919065 or 15202801. OLE color: 15202801.

HSL color Cylindrical-coordinate representation of color #F1F9E7: hue angle of 86.67º degrees, saturation: 0.6, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F1F9E7 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB241249231-
CMYK0.0300.070.02
HSL86.67º60%94.12%-
HSV(B)86.67º7.23%97.65%-
XYZ84.5892.2288.94-
YUV244.56120.35125.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.43%
GREEN value IS 249 (97.66% from 255) = 34.54%
BLUE value IS 231 (90.62% from 255) = 32.04%
R=33.43%
G=34.54%
B=32.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412492310.0300.070.0286.676094.12
HexF1F9E73072573c5e
Octal361371347307212774136
Binary1111000111111001111001111101111010101111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F9E7; }

 p { color: rgb(241,249,231); }

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

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

 a { background-color: rgb(241,249,231); }

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

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

 span { border-color: rgb(241,249,231); }

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