#F0F6E9

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

Shades of Saltpan #F0F6E9

Tints of Saltpan #F0F6E9

Color information

#F0F6E9 (or 0xF0F6E9) is unknown color: approx Saltpan. HEX triplet: F0, F6 and E9. RGB value is (240,246,233). Sum of RGB (Red+Green+Blue) = 240+246+233=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 233 (91.41% from 255 or 32.41% from 719); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F6E9 is #0F0916. Grayscale: #F2F2F2. Windows color (decimal): -985367 or 15333104. OLE color: 15333104.

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

Color convert

RGB240246233-
CMYK0.0200.050.04
HSL87.69º41.94%93.92%-
HSV(B)87.69º5.28%96.47%-
XYZ83.690.3290.12-
YUV242.72122.51126.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.38%
GREEN value IS 246 (96.48% from 255) = 34.21%
BLUE value IS 233 (91.41% from 255) = 32.41%
R=33.38%
G=34.21%
B=32.41%

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
Decimal2402462330.0200.050.0487.6941.9493.92
HexF0F6E92054582a5e
Octal360366351205413052136
Binary11110000111101101110100110010110010110001010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F6E9; }

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

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

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

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

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

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

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

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