#F0FFD7

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

Shades of Saltpan #F0FFD7

Tints of Saltpan #F0FFD7

Color information

#F0FFD7 (or 0xF0FFD7) is unknown color: approx Saltpan. HEX triplet: F0, FF and D7. RGB value is (240,255,215). Sum of RGB (Red+Green+Blue) = 240+255+215=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 215 (84.38% from 255 or 30.28% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFD7 is #0F0028. Grayscale: #F6F6F6. Windows color (decimal): -983081 or 14155760. OLE color: 14155760.

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

Color convert

RGB240255215-
CMYK0.0600.160
HSL82.5º100%92.16%-
HSV(B)82.5º15.69%100%-
XYZ83.9694.9578.19-
YUV245.96110.53123.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.80%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 215 (84.38% from 255) = 30.28%
R=33.80%
G=35.92%
B=30.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402552150.0600.16082.510092.16
HexF0FFD76010052645c
Octal36037732760200122144134
Binary1111000011111111110101111100100000101001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFD7; }

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

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

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

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

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

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

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

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