#F5FEE0

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

Shades of Saltpan #F5FEE0

Tints of Saltpan #F5FEE0

Color information

#F5FEE0 (or 0xF5FEE0) is unknown color: approx Saltpan. HEX triplet: F5, FE and E0. RGB value is (245,254,224). Sum of RGB (Red+Green+Blue) = 245+254+224=723 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.89% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 224 (87.89% from 255 or 30.98% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEE0 is #0A011F. Grayscale: #F8F8F8. Windows color (decimal): -655648 or 14745333. OLE color: 14745333.

HSL color Cylindrical-coordinate representation of color #F5FEE0: hue angle of 78º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5FEE0 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB245254224-
CMYK0.0400.120.00
HSL78º93.75%93.73%-
HSV(B)78º11.81%99.61%-
XYZ86.5595.6884.43-
YUV247.89114.52125.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.89%
GREEN value IS 254 (99.61% from 255) = 35.13%
BLUE value IS 224 (87.89% from 255) = 30.98%
R=33.89%
G=35.13%
B=30.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542240.0400.120.007893.7593.73
HexF5FEE040C04e5e5e
Octal36537634040140116136136
Binary111101011111111011100000100011000100111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEE0; }

 p { color: rgb(245,254,224); }

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

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

 a { background-color: rgb(245,254,224); }

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

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

 span { border-color: rgb(245,254,224); }

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