Shades of Saltpan #F0FDDC
Tints of Saltpan #F0FDDC
RGB
CMYK
RGB Variations
Color information
#F0FDDC (or 0xF0FDDC) is known color: Saltpan. HEX triplet: F0, FD and DC. RGB value is (240,253,220). Sum of RGB (Red+Green+Blue) = 240+253+220=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDDC is #0F0223. Grayscale: #F5F5F5. Windows color (decimal): -983588 or 14482928. OLE color: 14482928.
HSL color Cylindrical-coordinate representation of color #F0FDDC: hue angle of 83.64º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0FDDC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 220 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.01 |
| HSL | 83.64º | 0.89% | 0.93% | - |
| HSV(B) | 83.64º | 0.13% | 0.99% | - |
| XYZ | 83.98 | 93.94 | 81.42 | - |
| YUV | 245.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 220 | 0.05 | 0 | 0.13 | 0.01 | 83.64 | 0.89 | 0.93 |
| Hex | F0 | FD | DC | 5 | 0 | D | 1 | 54 | 59 | 5D |
| Octal | 360 | 375 | 334 | 5 | 0 | 15 | 1 | 124 | 131 | 135 |
| Binary | 11110000 | 11111101 | 11011100 | 101 | 0 | 1101 | 1 | 1010100 | 1011001 | 1011101 |
Color Harmonies of #F0FDDC
Complementary color
Monochromatic Colors of #F0FDDC
Black with #F0FDDC
Text Example
Text Example
White with #F0FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDDC; }
p { color: rgb(240,253,220); }
H1.HeaderClassName
{
color: #F0FDDC;
}
.AnyTagClassName
{
color: #F0FDDC;
}
</style>
background-color css
<style>
a { background-color: #F0FDDC; }
a { background-color: rgb(240,253,220); }
div.DivClassName
{
background-color: #F0FDDC;
}
.BgClassName
{
background-color: #F0FDDC;
}
</style>
border-color css
<style>
span { border-color: #F0FDDC; }
span { border-color: rgb(240,253,220); }
td.TdClassName
{
border-color: #F0FDDC;
}
.TagClassName
{
border-color: #F0FDDC;
}
</style>