#F0F3ED

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

Shades of Saltpan #F0F3ED

Tints of Saltpan #F0F3ED

Color information

#F0F3ED (or 0xF0F3ED) is unknown color: approx Saltpan. HEX triplet: F0, F3 and ED. RGB value is (240,243,237). Sum of RGB (Red+Green+Blue) = 240+243+237=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 243 (95.31% from 255 or 33.75% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F3ED is #0F0C12. Grayscale: #F1F1F1. Windows color (decimal): -986131 or 15594480. OLE color: 15594480.

HSL color Cylindrical-coordinate representation of color #F0F3ED: hue angle of 90º degrees, saturation: 0.2, 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 #F0F3ED is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB240243237-
CMYK0.0100.020.05
HSL90º20%94.12%-
HSV(B)90º2.47%95.29%-
XYZ83.2788.7492.86-
YUV241.42125.51126.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.33%
GREEN value IS 243 (95.31% from 255) = 33.75%
BLUE value IS 237 (92.97% from 255) = 32.92%
R=33.33%
G=33.75%
B=32.92%

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
Decimal2402432370.0100.020.05902094.12
HexF0F3ED10255a145e
Octal360363355102513224136
Binary11110000111100111110110110101011011010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3ED; }

 p { color: rgb(240,243,237); }

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

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

 a { background-color: rgb(240,243,237); }

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

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

 span { border-color: rgb(240,243,237); }

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