#F0F6EA

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

Shades of Saltpan #F0F6EA

Tints of Saltpan #F0F6EA

Color information

#F0F6EA (or 0xF0F6EA) is unknown color: approx Saltpan. HEX triplet: F0, F6 and EA. RGB value is (240,246,234). Sum of RGB (Red+Green+Blue) = 240+246+234=720 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.33% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 234 (91.80% from 255 or 32.5% from 720); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F6EA is #0F0915. Grayscale: #F2F2F2. Windows color (decimal): -985366 or 15398640. OLE color: 15398640.

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

Color convert

RGB240246234-
CMYK0.0200.050.04
HSL90º40%94.12%-
HSV(B)90º4.88%96.47%-
XYZ83.7490.3890.87-
YUV242.84123.01125.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.33%
GREEN value IS 246 (96.48% from 255) = 34.17%
BLUE value IS 234 (91.80% from 255) = 32.5%
R=33.33%
G=34.17%
B=32.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402462340.0200.050.04904094.12
HexF0F6EA20545a285e
Octal360366352205413250136
Binary11110000111101101110101010010110010110101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F6EA; }

 p { color: rgb(240,246,234); }

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

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

 a { background-color: rgb(240,246,234); }

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

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

 span { border-color: rgb(240,246,234); }

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