#F5FDEC

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

Shades of Saltpan #F5FDEC

Tints of Saltpan #F5FDEC

Color information

#F5FDEC (or 0xF5FDEC) is unknown color: approx Saltpan. HEX triplet: F5, FD and EC. RGB value is (245,253,236). Sum of RGB (Red+Green+Blue) = 245+253+236=734 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.38% from 734); Green value is 253 (99.22% from 255 or 34.47% from 734); Blue value is 236 (92.58% from 255 or 32.15% from 734); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FDEC is #0A0213. Grayscale: #F8F8F8. Windows color (decimal): -655892 or 15531509. OLE color: 15531509.

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

Color convert

RGB245253236-
CMYK0.0300.070.01
HSL88.24º80.95%95.88%-
HSV(B)88.24º6.72%99.22%-
XYZ87.9295.7293.2-
YUV248.67120.85125.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.38%
GREEN value IS 253 (99.22% from 255) = 34.47%
BLUE value IS 236 (92.58% from 255) = 32.15%
R=33.38%
G=34.47%
B=32.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532360.0300.070.0188.2480.9595.88
HexF5FDEC3071585160
Octal3653753543071130121140
Binary1111010111111101111011001101111101100010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDEC; }

 p { color: rgb(245,253,236); }

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

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

 a { background-color: rgb(245,253,236); }

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

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

 span { border-color: rgb(245,253,236); }

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