#F1F9DE

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

Shades of Saltpan #F1F9DE

Tints of Saltpan #F1F9DE

Color information

#F1F9DE (or 0xF1F9DE) is unknown color: approx Saltpan. HEX triplet: F1, F9 and DE. RGB value is (241,249,222). Sum of RGB (Red+Green+Blue) = 241+249+222=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 249 (97.66% from 255 or 34.97% from 712); Blue value is 222 (87.11% from 255 or 31.18% from 712); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F9DE is #0E0621. Grayscale: #F3F3F3. Windows color (decimal): -919074 or 14612977. OLE color: 14612977.

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

Color convert

RGB241249222-
CMYK0.0300.110.02
HSL77.78º69.23%92.35%-
HSV(B)77.78º10.84%97.65%-
XYZ83.3491.7382.42-
YUV243.53115.85126.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.85%
GREEN value IS 249 (97.66% from 255) = 34.97%
BLUE value IS 222 (87.11% from 255) = 31.18%
R=33.85%
G=34.97%
B=31.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412492220.0300.110.0277.7869.2392.35
HexF1F9DE30B24e455c
Octal36137133630132116105134
Binary111100011111100111011110110101110100111010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F9DE; }

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

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

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

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

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

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

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

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