#F0F2EE

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

Shades of Saltpan #F0F2EE

Tints of Saltpan #F0F2EE

Color information

#F0F2EE (or 0xF0F2EE) is unknown color: approx Saltpan. HEX triplet: F0, F2 and EE. RGB value is (240,242,238). Sum of RGB (Red+Green+Blue) = 240+242+238=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2EE is #0F0D11. Grayscale: #F0F0F0. Windows color (decimal): -986386 or 15659760. OLE color: 15659760.

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

Color convert

RGB240242238-
CMYK0.0100.020.05
HSL90º13.33%94.12%-
HSV(B)90º1.65%94.9%-
XYZ83.1288.293.53-
YUV240.95126.34127.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.33%
GREEN value IS 242 (94.92% from 255) = 33.61%
BLUE value IS 238 (93.36% 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.05
SystemRedGreenBlueCMYKHSL
Decimal2402422380.0100.020.059013.3394.12
HexF0F2EE10255ad5e
Octal360362356102513215136
Binary1111000011110010111011101010101101101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2EE; }

 p { color: rgb(240,242,238); }

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

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

 a { background-color: rgb(240,242,238); }

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

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

 span { border-color: rgb(240,242,238); }

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