Shades of Saltpan #F0FCD8
Tints of Saltpan #F0FCD8
RGB
CMYK
RGB Variations
Color information
#F0FCD8 (or 0xF0FCD8) is known color: Saltpan. HEX triplet: F0, FC and D8. RGB value is (240,252,216). Sum of RGB (Red+Green+Blue) = 240+252+216=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 216 (84.77% from 255 or 30.51% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCD8 is #0F0327. Grayscale: #F4F4F4. Windows color (decimal): -983848 or 14220528. OLE color: 14220528.
HSL color Cylindrical-coordinate representation of color #F0FCD8: hue angle of 80º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0FCD8 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 216 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.01 |
| HSL | 80º | 0.86% | 0.92% | - |
| HSV(B) | 80º | 0.14% | 0.99% | - |
| XYZ | 83.14 | 93.1 | 78.55 | - |
| YUV | 244.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 216 | 0.05 | 0 | 0.14 | 0.01 | 80 | 0.86 | 0.92 |
| Hex | F0 | FC | D8 | 5 | 0 | E | 1 | 50 | 56 | 5C |
| Octal | 360 | 374 | 330 | 5 | 0 | 16 | 1 | 120 | 126 | 134 |
| Binary | 11110000 | 11111100 | 11011000 | 101 | 0 | 1110 | 1 | 1010000 | 1010110 | 1011100 |
Color Harmonies of #F0FCD8
Complementary color
Monochromatic Colors of #F0FCD8
Black with #F0FCD8
Text Example
Text Example
White with #F0FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCD8; }
p { color: rgb(240,252,216); }
H1.HeaderClassName
{
color: #F0FCD8;
}
.AnyTagClassName
{
color: #F0FCD8;
}
</style>
background-color css
<style>
a { background-color: #F0FCD8; }
a { background-color: rgb(240,252,216); }
div.DivClassName
{
background-color: #F0FCD8;
}
.BgClassName
{
background-color: #F0FCD8;
}
</style>
border-color css
<style>
span { border-color: #F0FCD8; }
span { border-color: rgb(240,252,216); }
td.TdClassName
{
border-color: #F0FCD8;
}
.TagClassName
{
border-color: #F0FCD8;
}
</style>