Shades of Saltpan #F5FFDF
Tints of Saltpan #F5FFDF
RGB
CMYK
RGB Variations
Color information
#F5FFDF (or 0xF5FFDF) is known color: Saltpan. HEX triplet: F5, FF and DF. RGB value is (245,255,223). Sum of RGB (Red+Green+Blue) = 245+255+223=723 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.89% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 223 (87.5% from 255 or 30.84% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFDF is #0A0020. Grayscale: #F8F8F8. Windows color (decimal): -655393 or 14680053. OLE color: 14680053.
HSL color Cylindrical-coordinate representation of color #F5FFDF: hue angle of 78.75º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5FFDF is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 223 | - |
| CMYK | 0.04 | 0 | 0.13 | 0 |
| HSL | 78.75º | 1% | 0.94% | - |
| HSV(B) | 78.75º | 0.13% | 1% | - |
| XYZ | 86.74 | 96.26 | 83.82 | - |
| YUV | 248.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 223 | 0.04 | 0 | 0.13 | 0 | 78.75 | 1 | 0.94 |
| Hex | F5 | FF | DF | 4 | 0 | D | 0 | 4F | 64 | 5E |
| Octal | 365 | 377 | 337 | 4 | 0 | 15 | 0 | 117 | 144 | 136 |
| Binary | 11110101 | 11111111 | 11011111 | 100 | 0 | 1101 | 0 | 1001111 | 1100100 | 1011110 |
Color Harmonies of #F5FFDF
Complementary color
Monochromatic Colors of #F5FFDF
Black with #F5FFDF
Text Example
Text Example
White with #F5FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFDF; }
p { color: rgb(245,255,223); }
H1.HeaderClassName
{
color: #F5FFDF;
}
.AnyTagClassName
{
color: #F5FFDF;
}
</style>
background-color css
<style>
a { background-color: #F5FFDF; }
a { background-color: rgb(245,255,223); }
div.DivClassName
{
background-color: #F5FFDF;
}
.BgClassName
{
background-color: #F5FFDF;
}
</style>
border-color css
<style>
span { border-color: #F5FFDF; }
span { border-color: rgb(245,255,223); }
td.TdClassName
{
border-color: #F5FFDF;
}
.TagClassName
{
border-color: #F5FFDF;
}
</style>