#F1F8DF

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

Shades of Saltpan #F1F8DF

Tints of Saltpan #F1F8DF

Color information

#F1F8DF (or 0xF1F8DF) is unknown color: approx Saltpan. HEX triplet: F1, F8 and DF. RGB value is (241,248,223). Sum of RGB (Red+Green+Blue) = 241+248+223=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 248 (97.27% from 255 or 34.83% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F8DF is #0E0720. Grayscale: #F3F3F3. Windows color (decimal): -919329 or 14678257. OLE color: 14678257.

HSL color Cylindrical-coordinate representation of color #F1F8DF: hue angle of 76.8º degrees, saturation: 0.64, 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 #F1F8DF is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB241248223-
CMYK0.0300.100.03
HSL76.8º64.1%92.35%-
HSV(B)76.8º10.08%97.25%-
XYZ83.1691.1683.03-
YUV243.06116.68126.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.85%
GREEN value IS 248 (97.27% from 255) = 34.83%
BLUE value IS 223 (87.5% from 255) = 31.32%
R=33.85%
G=34.83%
B=31.32%

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
Decimal2412482230.0300.100.0376.864.192.35
HexF1F8DF30A34d405c
Octal36137033730123115100134
Binary111100011111100011011111110101011100110110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F8DF; }

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

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

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

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

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

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

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

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