#F5FCE5

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

Shades of Saltpan #F5FCE5

Tints of Saltpan #F5FCE5

Color information

#F5FCE5 (or 0xF5FCE5) is unknown color: approx Saltpan. HEX triplet: F5, FC and E5. RGB value is (245,252,229). Sum of RGB (Red+Green+Blue) = 245+252+229=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 252 (98.83% from 255 or 34.71% from 726); Blue value is 229 (89.84% from 255 or 31.54% from 726); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCE5 is #0A031A. Grayscale: #F7F7F7. Windows color (decimal): -656155 or 15072501. OLE color: 15072501.

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

Color convert

RGB245252229-
CMYK0.0300.090.01
HSL78.26º79.31%94.31%-
HSV(B)78.26º9.13%98.82%-
XYZ86.6194.6987.84-
YUV247.28117.68126.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.75%
GREEN value IS 252 (98.83% from 255) = 34.71%
BLUE value IS 229 (89.84% from 255) = 31.54%
R=33.75%
G=34.71%
B=31.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452522290.0300.090.0178.2679.3194.31
HexF5FCE530914e4f5e
Octal36537434530111116117136
Binary11110101111111001110010111010011100111010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCE5; }

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

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

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

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

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

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

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

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