#F5FEDE

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

Shades of Saltpan #F5FEDE

Tints of Saltpan #F5FEDE

Color information

#F5FEDE (or 0xF5FEDE) is unknown color: approx Saltpan. HEX triplet: F5, FE and DE. RGB value is (245,254,222). Sum of RGB (Red+Green+Blue) = 245+254+222=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 222 (87.11% from 255 or 30.79% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEDE is #0A0121. Grayscale: #F7F7F7. Windows color (decimal): -655650 or 14614261. OLE color: 14614261.

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

Color convert

RGB245254222-
CMYK0.0400.130.00
HSL76.88º94.12%93.33%-
HSV(B)76.88º12.6%99.61%-
XYZ86.2895.5783.01-
YUV247.66113.52126.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.98%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 222 (87.11% from 255) = 30.79%
R=33.98%
G=35.23%
B=30.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542220.0400.130.0076.8894.1293.33
HexF5FEDE40D04d5e5d
Octal36537633640150115136135
Binary111101011111111011011110100011010100110110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEDE; }

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

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

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

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

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

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

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

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