#F5FAEC

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

Shades of Saltpan #F5FAEC

Tints of Saltpan #F5FAEC

Color information

#F5FAEC (or 0xF5FAEC) is unknown color: approx Saltpan. HEX triplet: F5, FA and EC. RGB value is (245,250,236). Sum of RGB (Red+Green+Blue) = 245+250+236=731 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.52% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 236 (92.58% from 255 or 32.28% from 731); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAEC is #0A0513. Grayscale: #F6F6F6. Windows color (decimal): -656660 or 15530741. OLE color: 15530741.

HSL color Cylindrical-coordinate representation of color #F5FAEC: hue angle of 81.43º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5FAEC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB245250236-
CMYK0.0200.060.02
HSL81.43º58.33%95.29%-
HSV(B)81.43º5.6%98.04%-
XYZ86.9893.8492.89-
YUV246.91121.84126.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.52%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 236 (92.58% from 255) = 32.28%
R=33.52%
G=34.20%
B=32.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502360.0200.060.0281.4358.3395.29
HexF5FAEC2062513a5f
Octal365372354206212172137
Binary1111010111111010111011001001101010100011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAEC; }

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

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

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

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

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

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

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

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