#F0F7DF

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

Shades of Saltpan #F0F7DF

Tints of Saltpan #F0F7DF

Color information

#F0F7DF (or 0xF0F7DF) is unknown color: approx Saltpan. HEX triplet: F0, F7 and DF. RGB value is (240,247,223). Sum of RGB (Red+Green+Blue) = 240+247+223=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 247 (96.88% from 255 or 34.79% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7DF is #0F0820. Grayscale: #F2F2F2. Windows color (decimal): -985121 or 14678000. OLE color: 14678000.

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

Color convert

RGB240247223-
CMYK0.0300.100.03
HSL77.5º60%92.16%-
HSV(B)77.5º9.72%96.86%-
XYZ82.5290.3782.91-
YUV242.17117.18126.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.80%
GREEN value IS 247 (96.88% from 255) = 34.79%
BLUE value IS 223 (87.5% from 255) = 31.41%
R=33.80%
G=34.79%
B=31.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402472230.0300.100.0377.56092.16
HexF0F7DF30A34e3c5c
Octal3603673373012311674134
Binary11110000111101111101111111010101110011101111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F7DF; }

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

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

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

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

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

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

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

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