#F5FCED

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

Shades of Saltpan #F5FCED

Tints of Saltpan #F5FCED

Color information

#F5FCED (or 0xF5FCED) is unknown color: approx Saltpan. HEX triplet: F5, FC and ED. RGB value is (245,252,237). Sum of RGB (Red+Green+Blue) = 245+252+237=734 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.38% from 734); Green value is 252 (98.83% from 255 or 34.33% from 734); Blue value is 237 (92.97% from 255 or 32.29% from 734); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCED is #0A0312. Grayscale: #F8F8F8. Windows color (decimal): -656147 or 15596789. OLE color: 15596789.

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

Color convert

RGB245252237-
CMYK0.0300.060.01
HSL88º71.43%95.88%-
HSV(B)88º5.95%98.82%-
XYZ87.7595.1593.86-
YUV248.2121.68125.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.38%
GREEN value IS 252 (98.83% from 255) = 34.33%
BLUE value IS 237 (92.97% from 255) = 32.29%
R=33.38%
G=34.33%
B=32.29%

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
Decimal2452522370.0300.060.018871.4395.88
HexF5FCED3061584760
Octal3653743553061130107140
Binary1111010111111100111011011101101101100010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCED; }

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

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

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

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

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

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

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

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