#F0F7E0

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

Shades of Saltpan #F0F7E0

Tints of Saltpan #F0F7E0

Color information

#F0F7E0 (or 0xF0F7E0) is unknown color: approx Saltpan. HEX triplet: F0, F7 and E0. RGB value is (240,247,224). Sum of RGB (Red+Green+Blue) = 240+247+224=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 247 (96.88% from 255 or 34.74% from 711); Blue value is 224 (87.89% from 255 or 31.50% from 711); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7E0 is #0F081F. Grayscale: #F2F2F2. Windows color (decimal): -985120 or 14743536. OLE color: 14743536.

HSL color Cylindrical-coordinate representation of color #F0F7E0: hue angle of 78.26º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0F7E0 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB240247224-
CMYK0.0300.090.03
HSL78.26º58.97%92.35%-
HSV(B)78.26º9.31%96.86%-
XYZ82.6590.4383.62-
YUV242.28117.68126.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.76%
GREEN value IS 247 (96.88% from 255) = 34.74%
BLUE value IS 224 (87.89% from 255) = 31.50%
R=33.76%
G=34.74%
B=31.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402472240.0300.090.0378.2658.9792.35
HexF0F7E030934e3b5c
Octal3603673403011311673134
Binary11110000111101111110000011010011110011101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F7E0; }

 p { color: rgb(240,247,224); }

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

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

 a { background-color: rgb(240,247,224); }

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

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

 span { border-color: rgb(240,247,224); }

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