#F5FCEC

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

Shades of Saltpan #F5FCEC

Tints of Saltpan #F5FCEC

Color information

#F5FCEC (or 0xF5FCEC) is unknown color: approx Saltpan. HEX triplet: F5, FC and EC. RGB value is (245,252,236). Sum of RGB (Red+Green+Blue) = 245+252+236=733 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.42% from 733); Green value is 252 (98.83% from 255 or 34.38% from 733); Blue value is 236 (92.58% from 255 or 32.20% from 733); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCEC is #0A0313. Grayscale: #F8F8F8. Windows color (decimal): -656148 or 15531253. OLE color: 15531253.

HSL color Cylindrical-coordinate representation of color #F5FCEC: hue angle of 86.25º degrees, saturation: 0.73, 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 #F5FCEC is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB245252236-
CMYK0.0300.060.01
HSL86.25º72.73%95.69%-
HSV(B)86.25º6.35%98.82%-
XYZ87.6195.0993.09-
YUV248.08121.18125.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.42%
GREEN value IS 252 (98.83% from 255) = 34.38%
BLUE value IS 236 (92.58% from 255) = 32.20%
R=33.42%
G=34.38%
B=32.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452522360.0300.060.0186.2572.7395.69
HexF5FCEC3061564960
Octal3653743543061126111140
Binary1111010111111100111011001101101101011010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCEC; }

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

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

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

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

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

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

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

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