#F3F5F1

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

Shades of Saltpan #F3F5F1

Tints of Saltpan #F3F5F1

Color information

#F3F5F1 (or 0xF3F5F1) is unknown color: approx Saltpan. HEX triplet: F3, F5 and F1. RGB value is (243,245,241). Sum of RGB (Red+Green+Blue) = 243+245+241=729 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.33% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 245 - color contains mainly: green. Hex color #F3F5F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3F5F1 is #0C0A0E. Grayscale: #F3F3F3. Windows color (decimal): -789007 or 15857139. OLE color: 15857139.

HSL color Cylindrical-coordinate representation of color #F3F5F1: hue angle of 90º degrees, saturation: 0.17, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F3F5F1 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB243245241-
CMYK0.0100.020.04
HSL90º16.67%95.29%-
HSV(B)90º1.63%96.08%-
XYZ85.4990.7196.22-
YUV243.95126.34127.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.33%
GREEN value IS 245 (96.09% from 255) = 33.61%
BLUE value IS 241 (94.53% from 255) = 33.06%
R=33.33%
G=33.61%
B=33.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432452410.0100.020.049016.6795.29
HexF3F5F110245a115f
Octal363365361102413221137
Binary11110011111101011111000110101001011010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F5F1; }

 p { color: rgb(243,245,241); }

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

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

 a { background-color: rgb(243,245,241); }

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

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

 span { border-color: rgb(243,245,241); }

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