Shades of Saltpan #F5FFDC
Tints of Saltpan #F5FFDC
RGB
CMYK
RGB Variations
Color information
#F5FFDC (or 0xF5FFDC) is known color: 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
| RGB | 245 | 255 | 220 | - |
| CMYK | 0.04 | 0 | 0.14 | 0 |
| HSL | 77.14º | 1% | 0.93% | - |
| HSV(B) | 77.14º | 0.14% | 1% | - |
| XYZ | 86.33 | 96.1 | 81.71 | - |
| YUV | 248.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 220 | 0.04 | 0 | 0.14 | 0 | 77.14 | 1 | 0.93 |
| Hex | F5 | FF | DC | 4 | 0 | E | 0 | 4D | 64 | 5D |
| Octal | 365 | 377 | 334 | 4 | 0 | 16 | 0 | 115 | 144 | 135 |
| Binary | 11110101 | 11111111 | 11011100 | 100 | 0 | 1110 | 0 | 1001101 | 1100100 | 1011101 |
Color Harmonies of #F5FFDC
Complementary color
Monochromatic Colors of #F5FFDC
Black with #F5FFDC
Text Example
Text Example
White with #F5FFDC
Text Example
Text Example
HTML Codes & Css Web 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>