Shades of Saltpan #F0FCDC
Tints of Saltpan #F0FCDC
RGB
CMYK
RGB Variations
Color information
#F0FCDC (or 0xF0FCDC) is known color: Saltpan. HEX triplet: F0, FC and DC. RGB value is (240,252,220). Sum of RGB (Red+Green+Blue) = 240+252+220=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCDC is #0F0323. Grayscale: #F4F4F4. Windows color (decimal): -983844 or 14482672. OLE color: 14482672.
HSL color Cylindrical-coordinate representation of color #F0FCDC: hue angle of 82.5º degrees, saturation: 0.84, 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 #F0FCDC is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 220 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.01 |
| HSL | 82.5º | 0.84% | 0.93% | - |
| HSV(B) | 82.5º | 0.13% | 0.99% | - |
| XYZ | 83.66 | 93.31 | 81.31 | - |
| YUV | 244.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 220 | 0.05 | 0 | 0.13 | 0.01 | 82.5 | 0.84 | 0.93 |
| Hex | F0 | FC | DC | 5 | 0 | D | 1 | 52 | 54 | 5D |
| Octal | 360 | 374 | 334 | 5 | 0 | 15 | 1 | 122 | 124 | 135 |
| Binary | 11110000 | 11111100 | 11011100 | 101 | 0 | 1101 | 1 | 1010010 | 1010100 | 1011101 |
Color Harmonies of #F0FCDC
Complementary color
Monochromatic Colors of #F0FCDC
Black with #F0FCDC
Text Example
Text Example
White with #F0FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCDC; }
p { color: rgb(240,252,220); }
H1.HeaderClassName
{
color: #F0FCDC;
}
.AnyTagClassName
{
color: #F0FCDC;
}
</style>
background-color css
<style>
a { background-color: #F0FCDC; }
a { background-color: rgb(240,252,220); }
div.DivClassName
{
background-color: #F0FCDC;
}
.BgClassName
{
background-color: #F0FCDC;
}
</style>
border-color css
<style>
span { border-color: #F0FCDC; }
span { border-color: rgb(240,252,220); }
td.TdClassName
{
border-color: #F0FCDC;
}
.TagClassName
{
border-color: #F0FCDC;
}
</style>