Shades of Saltpan #F0FBDB
Tints of Saltpan #F0FBDB
RGB
CMYK
RGB Variations
Color information
#F0FBDB (or 0xF0FBDB) is known color: Saltpan. HEX triplet: F0, FB and DB. RGB value is (240,251,219). Sum of RGB (Red+Green+Blue) = 240+251+219=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBDB is #0F0424. Grayscale: #F4F4F4. Windows color (decimal): -984101 or 14416880. OLE color: 14416880.
HSL color Cylindrical-coordinate representation of color #F0FBDB: hue angle of 80.62º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0FBDB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 240 | 251 | 219 | - |
CMYK | 0.04 | 0 | 0.13 | 0.02 |
HSL | 80.63º | 0.8% | 0.92% | - |
HSV(B) | 80.63º | 0.13% | 0.98% | - |
XYZ | 83.22 | 92.63 | 80.51 | - |
YUV | 244.06 | 113.86 | 125.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 251 | 219 | 0.04 | 0 | 0.13 | 0.02 | 80.63 | 0.8 | 0.92 |
Hex | F0 | FB | DB | 4 | 0 | D | 2 | 51 | 50 | 5C |
Octal | 360 | 373 | 333 | 4 | 0 | 15 | 2 | 121 | 120 | 134 |
Binary | 11110000 | 11111011 | 11011011 | 100 | 0 | 1101 | 10 | 1010001 | 1010000 | 1011100 |
Color Harmonies of #F0FBDB
Complementary color
Monochromatic Colors of #F0FBDB
Black with #F0FBDB
Text Example
Text Example
White with #F0FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBDB; }
p { color: rgb(240,251,219); }
H1.HeaderClassName
{
color: #F0FBDB;
}
.AnyTagClassName
{
color: #F0FBDB;
}
</style>
background-color css
<style>
a { background-color: #F0FBDB; }
a { background-color: rgb(240,251,219); }
div.DivClassName
{
background-color: #F0FBDB;
}
.BgClassName
{
background-color: #F0FBDB;
}
</style>
border-color css
<style>
span { border-color: #F0FBDB; }
span { border-color: rgb(240,251,219); }
td.TdClassName
{
border-color: #F0FBDB;
}
.TagClassName
{
border-color: #F0FBDB;
}
</style>