#F5FCEB

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

Shades of Saltpan #F5FCEB

Tints of Saltpan #F5FCEB

Color information

#F5FCEB (or 0xF5FCEB) is unknown color: approx Saltpan. HEX triplet: F5, FC and EB. RGB value is (245,252,235). Sum of RGB (Red+Green+Blue) = 245+252+235=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 252 (98.83% from 255 or 34.43% from 732); Blue value is 235 (92.19% from 255 or 32.10% from 732); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FCEB is #0A0314. Grayscale: #F8F8F8. Windows color (decimal): -656149 or 15465717. OLE color: 15465717.

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

Color convert

RGB245252235-
CMYK0.0300.070.01
HSL84.71º73.91%95.49%-
HSV(B)84.71º6.75%98.82%-
XYZ87.4695.0392.33-
YUV247.97120.68125.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.47%
GREEN value IS 252 (98.83% from 255) = 34.43%
BLUE value IS 235 (92.19% from 255) = 32.10%
R=33.47%
G=34.43%
B=32.10%

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
Decimal2452522350.0300.070.0184.7173.9195.49
HexF5FCEB3071554a5f
Octal3653743533071125112137
Binary1111010111111100111010111101111101010110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCEB; }

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

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

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

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

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

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

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

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