#F0F3EC

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

Shades of Saltpan #F0F3EC

Tints of Saltpan #F0F3EC

Color information

#F0F3EC (or 0xF0F3EC) is unknown color: approx Saltpan. HEX triplet: F0, F3 and EC. RGB value is (240,243,236). Sum of RGB (Red+Green+Blue) = 240+243+236=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 243 (95.31% from 255 or 33.80% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F3EC is #0F0C13. Grayscale: #F1F1F1. Windows color (decimal): -986132 or 15528944. OLE color: 15528944.

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

Color convert

RGB240243236-
CMYK0.0100.030.05
HSL85.71º22.58%93.92%-
HSV(B)85.71º2.88%95.29%-
XYZ83.1388.6892.09-
YUV241.3125.01127.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.38%
GREEN value IS 243 (95.31% from 255) = 33.80%
BLUE value IS 236 (92.58% from 255) = 32.82%
R=33.38%
G=33.80%
B=32.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402432360.0100.030.0585.7122.5893.92
HexF0F3EC103556175e
Octal360363354103512627136
Binary11110000111100111110110010111011010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3EC; }

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

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

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

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

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

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

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

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