#F1F7DF

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

Shades of Saltpan #F1F7DF

Tints of Saltpan #F1F7DF

Color information

#F1F7DF (or 0xF1F7DF) is unknown color: approx Saltpan. HEX triplet: F1, F7 and DF. RGB value is (241,247,223). Sum of RGB (Red+Green+Blue) = 241+247+223=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 247 (96.88% from 255 or 34.74% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F7DF is #0E0820. Grayscale: #F2F2F2. Windows color (decimal): -919585 or 14678001. OLE color: 14678001.

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

Color convert

RGB241247223-
CMYK0.0200.100.03
HSL75º60%92.16%-
HSV(B)75º9.72%96.86%-
XYZ82.8690.5582.92-
YUV242.47117.01126.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 247 (96.88% from 255) = 34.74%
BLUE value IS 223 (87.5% from 255) = 31.36%
R=33.90%
G=34.74%
B=31.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412472230.0200.100.03756092.16
HexF1F7DF20A34b3c5c
Octal3613673372012311374134
Binary11110001111101111101111110010101110010111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F7DF; }

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

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

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

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

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

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

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

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