Shades of Saltpan #F0FBDF
Tints of Saltpan #F0FBDF
RGB
CMYK
RGB Variations
Color information
#F0FBDF (or 0xF0FBDF) is known color: Saltpan. HEX triplet: F0, FB and DF. RGB value is (240,251,223). Sum of RGB (Red+Green+Blue) = 240+251+223=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBDF is #0F0420. Grayscale: #F4F4F4. Windows color (decimal): -984097 or 14679024. OLE color: 14679024.
HSL color Cylindrical-coordinate representation of color #F0FBDF: hue angle of 83.57º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F0FBDF is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 223 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.02 |
| HSL | 83.57º | 0.78% | 0.93% | - |
| HSV(B) | 83.57º | 0.11% | 0.98% | - |
| XYZ | 83.75 | 92.85 | 83.32 | - |
| YUV | 244.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 223 | 0.04 | 0 | 0.11 | 0.02 | 83.57 | 0.78 | 0.93 |
| Hex | F0 | FB | DF | 4 | 0 | B | 2 | 54 | 4E | 5D |
| Octal | 360 | 373 | 337 | 4 | 0 | 13 | 2 | 124 | 116 | 135 |
| Binary | 11110000 | 11111011 | 11011111 | 100 | 0 | 1011 | 10 | 1010100 | 1001110 | 1011101 |
Color Harmonies of #F0FBDF
Complementary color
Monochromatic Colors of #F0FBDF
Black with #F0FBDF
Text Example
Text Example
White with #F0FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBDF; }
p { color: rgb(240,251,223); }
H1.HeaderClassName
{
color: #F0FBDF;
}
.AnyTagClassName
{
color: #F0FBDF;
}
</style>
background-color css
<style>
a { background-color: #F0FBDF; }
a { background-color: rgb(240,251,223); }
div.DivClassName
{
background-color: #F0FBDF;
}
.BgClassName
{
background-color: #F0FBDF;
}
</style>
border-color css
<style>
span { border-color: #F0FBDF; }
span { border-color: rgb(240,251,223); }
td.TdClassName
{
border-color: #F0FBDF;
}
.TagClassName
{
border-color: #F0FBDF;
}
</style>