#F7FDED

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

Shades of Saltpan #F7FDED

Tints of Saltpan #F7FDED

Color information

#F7FDED (or 0xF7FDED) is unknown color: approx Saltpan. HEX triplet: F7, FD and ED. RGB value is (247,253,237). Sum of RGB (Red+Green+Blue) = 247+253+237=737 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.51% from 737); Green value is 253 (99.22% from 255 or 34.33% from 737); Blue value is 237 (92.97% from 255 or 32.16% from 737); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FDED is #080212. Grayscale: #F9F9F9. Windows color (decimal): -524819 or 15597047. OLE color: 15597047.

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

Color convert

RGB247253237-
CMYK0.0200.060.01
HSL82.5º80%96.08%-
HSV(B)82.5º6.32%99.22%-
XYZ88.7796.1494-
YUV249.38121.01126.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.51%
GREEN value IS 253 (99.22% from 255) = 34.33%
BLUE value IS 237 (92.97% from 255) = 32.16%
R=33.51%
G=34.33%
B=32.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2472532370.0200.060.0182.58096.08
HexF7FDED2061525060
Octal3673753552061122120140
Binary1111011111111101111011011001101101001010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FDED; }

 p { color: rgb(247,253,237); }

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

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

 a { background-color: rgb(247,253,237); }

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

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

 span { border-color: rgb(247,253,237); }

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