#F5FDDE

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

Shades of Saltpan #F5FDDE

Tints of Saltpan #F5FDDE

Color information

#F5FDDE (or 0xF5FDDE) is unknown color: approx Saltpan. HEX triplet: F5, FD and DE. RGB value is (245,253,222). Sum of RGB (Red+Green+Blue) = 245+253+222=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 222 (87.11% from 255 or 30.83% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDDE is #0A0221. Grayscale: #F7F7F7. Windows color (decimal): -655906 or 14614005. OLE color: 14614005.

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

Color convert

RGB245253222-
CMYK0.0300.120.01
HSL75.48º88.57%93.14%-
HSV(B)75.48º12.25%99.22%-
XYZ85.9794.9482.9-
YUV247.07113.85126.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.03%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 222 (87.11% from 255) = 30.83%
R=34.03%
G=35.14%
B=30.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532220.0300.120.0175.4888.5793.14
HexF5FDDE30C14b595d
Octal36537533630141113131135
Binary11110101111111011101111011011001100101110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDDE; }

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

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

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

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

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

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

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

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