#F2F3F1

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

Shades of Saltpan #F2F3F1

Tints of Saltpan #F2F3F1

Color information

#F2F3F1 (or 0xF2F3F1) is unknown color: approx Saltpan. HEX triplet: F2, F3 and F1. RGB value is (242,243,241). Sum of RGB (Red+Green+Blue) = 242+243+241=726 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.33% from 726); Green value is 243 (95.31% from 255 or 33.47% from 726); Blue value is 241 (94.53% from 255 or 33.20% from 726); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F3F1 is #0D0C0E. Grayscale: #F2F2F2. Windows color (decimal): -855055 or 15856626. OLE color: 15856626.

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

Color convert

RGB242243241-
CMYK0.0000.010.05
HSL90º7.69%94.9%-
HSV(B)90º0.82%95.29%-
XYZ84.5589.3396.01-
YUV242.47127.17127.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.33%
GREEN value IS 243 (95.31% from 255) = 33.47%
BLUE value IS 241 (94.53% from 255) = 33.20%
R=33.33%
G=33.47%
B=33.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422432410.0000.010.05907.6994.9
HexF2F3F100155a85f
Octal362363361001513210137
Binary111100101111001111110001001101101101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F3F1; }

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

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

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

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

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

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

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

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