#F5FFDD

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

Shades of Saltpan #F5FFDD

Tints of Saltpan #F5FFDD

Color information

#F5FFDD (or 0xF5FFDD) is unknown color: approx Saltpan. HEX triplet: F5, FF and DD. RGB value is (245,255,221). Sum of RGB (Red+Green+Blue) = 245+255+221=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 221 (86.72% from 255 or 30.65% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFDD is #0A0022. Grayscale: #F8F8F8. Windows color (decimal): -655395 or 14548981. OLE color: 14548981.

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

Color convert

RGB245255221-
CMYK0.0400.130
HSL77.65º100%93.33%-
HSV(B)77.65º13.33%100%-
XYZ86.4796.1582.41-
YUV248.13112.69125.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.98%
GREEN value IS 255 (100% from 255) = 35.37%
BLUE value IS 221 (86.72% from 255) = 30.65%
R=33.98%
G=35.37%
B=30.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552210.0400.13077.6510093.33
HexF5FFDD40D04e645d
Octal36537733540150116144135
Binary111101011111111111011101100011010100111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFDD; }

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

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

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

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

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

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

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

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