Shades of Saltpan #F0FCDF
Tints of Saltpan #F0FCDF
RGB
CMYK
RGB Variations
Color information
#F0FCDF (or 0xF0FCDF) is known color: Saltpan. HEX triplet: F0, FC and DF. RGB value is (240,252,223). Sum of RGB (Red+Green+Blue) = 240+252+223=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCDF is #0F0320. Grayscale: #F5F5F5. Windows color (decimal): -983841 or 14679280. OLE color: 14679280.
HSL color Cylindrical-coordinate representation of color #F0FCDF: hue angle of 84.83º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0FCDF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 252 | 223 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.01 |
| HSL | 84.83º | 0.83% | 0.93% | - |
| HSV(B) | 84.83º | 0.12% | 0.99% | - |
| XYZ | 84.06 | 93.47 | 83.42 | - |
| YUV | 245.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 252 | 223 | 0.05 | 0 | 0.12 | 0.01 | 84.83 | 0.83 | 0.93 |
| Hex | F0 | FC | DF | 5 | 0 | C | 1 | 55 | 53 | 5D |
| Octal | 360 | 374 | 337 | 5 | 0 | 14 | 1 | 125 | 123 | 135 |
| Binary | 11110000 | 11111100 | 11011111 | 101 | 0 | 1100 | 1 | 1010101 | 1010011 | 1011101 |
Color Harmonies of #F0FCDF
Complementary color
Monochromatic Colors of #F0FCDF
Black with #F0FCDF
Text Example
Text Example
White with #F0FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCDF; }
p { color: rgb(240,252,223); }
H1.HeaderClassName
{
color: #F0FCDF;
}
.AnyTagClassName
{
color: #F0FCDF;
}
</style>
background-color css
<style>
a { background-color: #F0FCDF; }
a { background-color: rgb(240,252,223); }
div.DivClassName
{
background-color: #F0FCDF;
}
.BgClassName
{
background-color: #F0FCDF;
}
</style>
border-color css
<style>
span { border-color: #F0FCDF; }
span { border-color: rgb(240,252,223); }
td.TdClassName
{
border-color: #F0FCDF;
}
.TagClassName
{
border-color: #F0FCDF;
}
</style>