#F5FEDD

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

Shades of Saltpan #F5FEDD

Tints of Saltpan #F5FEDD

Color information

#F5FEDD (or 0xF5FEDD) is unknown color: approx Saltpan. HEX triplet: F5, FE and DD. RGB value is (245,254,221). Sum of RGB (Red+Green+Blue) = 245+254+221=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 221 (86.72% from 255 or 30.69% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEDD is #0A0122. Grayscale: #F7F7F7. Windows color (decimal): -655651 or 14548725. OLE color: 14548725.

HSL color Cylindrical-coordinate representation of color #F5FEDD: hue angle of 76.36º 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 #F5FEDD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB245254221-
CMYK0.0400.130.00
HSL76.36º94.29%93.14%-
HSV(B)76.36º12.99%99.61%-
XYZ86.1595.5282.3-
YUV247.55113.02126.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.03%
GREEN value IS 254 (99.61% from 255) = 35.28%
BLUE value IS 221 (86.72% from 255) = 30.69%
R=34.03%
G=35.28%
B=30.69%

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
Decimal2452542210.0400.130.0076.3694.2993.14
HexF5FEDD40D04c5e5d
Octal36537633540150114136135
Binary111101011111111011011101100011010100110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEDD; }

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

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

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

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

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

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

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

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