#F1F8DE

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

Shades of Saltpan #F1F8DE

Tints of Saltpan #F1F8DE

Color information

#F1F8DE (or 0xF1F8DE) is unknown color: approx Saltpan. HEX triplet: F1, F8 and DE. RGB value is (241,248,222). Sum of RGB (Red+Green+Blue) = 241+248+222=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 248 (97.27% from 255 or 34.88% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F8DE is #0E0721. Grayscale: #F3F3F3. Windows color (decimal): -919330 or 14612721. OLE color: 14612721.

HSL color Cylindrical-coordinate representation of color #F1F8DE: hue angle of 76.15º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1F8DE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB241248222-
CMYK0.0300.100.03
HSL76.15º65%92.16%-
HSV(B)76.15º10.48%97.25%-
XYZ83.0391.1182.32-
YUV242.94116.18126.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 248 (97.27% from 255) = 34.88%
BLUE value IS 222 (87.11% from 255) = 31.22%
R=33.90%
G=34.88%
B=31.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412482220.0300.100.0376.156592.16
HexF1F8DE30A34c415c
Octal36137033630123114101134
Binary111100011111100011011110110101011100110010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F8DE; }

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

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

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

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

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

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

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

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