Shades of Saltpan #F0FDD8
Tints of Saltpan #F0FDD8
RGB
CMYK
RGB Variations
Color information
#F0FDD8 (or 0xF0FDD8) is known color: Saltpan. HEX triplet: F0, FD and D8. RGB value is (240,253,216). Sum of RGB (Red+Green+Blue) = 240+253+216=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 216 (84.77% from 255 or 30.47% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDD8 is #0F0227. Grayscale: #F5F5F5. Windows color (decimal): -983592 or 14220784. OLE color: 14220784.
HSL color Cylindrical-coordinate representation of color #F0FDD8: hue angle of 81.08º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0FDD8 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 216 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.01 |
| HSL | 81.08º | 0.9% | 0.92% | - |
| HSV(B) | 81.08º | 0.15% | 0.99% | - |
| XYZ | 83.46 | 93.73 | 78.66 | - |
| YUV | 244.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 216 | 0.05 | 0 | 0.15 | 0.01 | 81.08 | 0.9 | 0.92 |
| Hex | F0 | FD | D8 | 5 | 0 | F | 1 | 51 | 5A | 5C |
| Octal | 360 | 375 | 330 | 5 | 0 | 17 | 1 | 121 | 132 | 134 |
| Binary | 11110000 | 11111101 | 11011000 | 101 | 0 | 1111 | 1 | 1010001 | 1011010 | 1011100 |
Color Harmonies of #F0FDD8
Complementary color
Monochromatic Colors of #F0FDD8
Black with #F0FDD8
Text Example
Text Example
White with #F0FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDD8; }
p { color: rgb(240,253,216); }
H1.HeaderClassName
{
color: #F0FDD8;
}
.AnyTagClassName
{
color: #F0FDD8;
}
</style>
background-color css
<style>
a { background-color: #F0FDD8; }
a { background-color: rgb(240,253,216); }
div.DivClassName
{
background-color: #F0FDD8;
}
.BgClassName
{
background-color: #F0FDD8;
}
</style>
border-color css
<style>
span { border-color: #F0FDD8; }
span { border-color: rgb(240,253,216); }
td.TdClassName
{
border-color: #F0FDD8;
}
.TagClassName
{
border-color: #F0FDD8;
}
</style>