#F5FDDF

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

Shades of Saltpan #F5FDDF

Tints of Saltpan #F5FDDF

Color information

#F5FDDF (or 0xF5FDDF) is unknown color: approx Saltpan. HEX triplet: F5, FD and DF. RGB value is (245,253,223). Sum of RGB (Red+Green+Blue) = 245+253+223=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDDF is #0A0220. Grayscale: #F7F7F7. Windows color (decimal): -655905 or 14679541. OLE color: 14679541.

HSL color Cylindrical-coordinate representation of color #F5FDDF: hue angle of 76º degrees, saturation: 0.88, 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 #F5FDDF is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB245253223-
CMYK0.0300.120.01
HSL76º88.24%93.33%-
HSV(B)76º11.86%99.22%-
XYZ86.194.9983.61-
YUV247.19114.35126.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.98%
GREEN value IS 253 (99.22% from 255) = 35.09%
BLUE value IS 223 (87.5% from 255) = 30.93%
R=33.98%
G=35.09%
B=30.93%

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
Decimal2452532230.0300.120.017688.2493.33
HexF5FDDF30C14c585d
Octal36537533730141114130135
Binary11110101111111011101111111011001100110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDDF; }

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

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

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

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

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

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

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

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