#F5FFDC

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

Shades of Saltpan #F5FFDC

Tints of Saltpan #F5FFDC

Color information

#F5FFDC (or 0xF5FFDC) is unknown color: approx Saltpan. HEX triplet: F5, FF and DC. RGB value is (245,255,220). Sum of RGB (Red+Green+Blue) = 245+255+220=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFDC is #0A0023. Grayscale: #F8F8F8. Windows color (decimal): -655396 or 14483445. OLE color: 14483445.

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

Color convert

RGB245255220-
CMYK0.0400.140
HSL77.14º100%93.14%-
HSV(B)77.14º13.73%100%-
XYZ86.3396.181.71-
YUV248.02112.19125.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.03%
GREEN value IS 255 (100% from 255) = 35.42%
BLUE value IS 220 (86.33% from 255) = 30.56%
R=34.03%
G=35.42%
B=30.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552200.0400.14077.1410093.14
HexF5FFDC40E04d645d
Octal36537733440160115144135
Binary111101011111111111011100100011100100110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFDC; }

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

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

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

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

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

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

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

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