#F0FED7

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

Shades of Saltpan #F0FED7

Tints of Saltpan #F0FED7

Color information

#F0FED7 (or 0xF0FED7) is unknown color: approx Saltpan. HEX triplet: F0, FE and D7. RGB value is (240,254,215). Sum of RGB (Red+Green+Blue) = 240+254+215=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 215 (84.38% from 255 or 30.32% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FED7 is #0F0128. Grayscale: #F5F5F5. Windows color (decimal): -983337 or 14155504. OLE color: 14155504.

HSL color Cylindrical-coordinate representation of color #F0FED7: hue angle of 81.54º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0FED7 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB240254215-
CMYK0.0600.150.00
HSL81.54º95.12%91.96%-
HSV(B)81.54º15.35%99.61%-
XYZ83.6494.3278.09-
YUV245.37110.86124.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 215 (84.38% from 255) = 30.32%
R=33.85%
G=35.83%
B=30.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2402542150.0600.150.0081.5495.1291.96
HexF0FED760F0525f5c
Octal36037632760170122137134
Binary111100001111111011010111110011110101001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FED7; }

 p { color: rgb(240,254,215); }

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

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

 a { background-color: rgb(240,254,215); }

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

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

 span { border-color: rgb(240,254,215); }

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