Shades of Saltpan #F0FBDA
Tints of Saltpan #F0FBDA
RGB
CMYK
RGB Variations
Color information
#F0FBDA (or 0xF0FBDA) is known color: Saltpan. HEX triplet: F0, FB and DA. RGB value is (240,251,218). Sum of RGB (Red+Green+Blue) = 240+251+218=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 218 (85.55% from 255 or 30.75% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBDA is #0F0425. Grayscale: #F4F4F4. Windows color (decimal): -984102 or 14351344. OLE color: 14351344.
HSL color Cylindrical-coordinate representation of color #F0FBDA: hue angle of 80º 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 #F0FBDA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 251 | 218 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.02 |
| HSL | 80º | 0.8% | 0.92% | - |
| HSV(B) | 80º | 0.13% | 0.98% | - |
| XYZ | 83.09 | 92.58 | 79.82 | - |
| YUV | 243.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 251 | 218 | 0.04 | 0 | 0.13 | 0.02 | 80 | 0.8 | 0.92 |
| Hex | F0 | FB | DA | 4 | 0 | D | 2 | 50 | 50 | 5C |
| Octal | 360 | 373 | 332 | 4 | 0 | 15 | 2 | 120 | 120 | 134 |
| Binary | 11110000 | 11111011 | 11011010 | 100 | 0 | 1101 | 10 | 1010000 | 1010000 | 1011100 |
Color Harmonies of #F0FBDA
Complementary color
Monochromatic Colors of #F0FBDA
Black with #F0FBDA
Text Example
Text Example
White with #F0FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FBDA; }
p { color: rgb(240,251,218); }
H1.HeaderClassName
{
color: #F0FBDA;
}
.AnyTagClassName
{
color: #F0FBDA;
}
</style>
background-color css
<style>
a { background-color: #F0FBDA; }
a { background-color: rgb(240,251,218); }
div.DivClassName
{
background-color: #F0FBDA;
}
.BgClassName
{
background-color: #F0FBDA;
}
</style>
border-color css
<style>
span { border-color: #F0FBDA; }
span { border-color: rgb(240,251,218); }
td.TdClassName
{
border-color: #F0FBDA;
}
.TagClassName
{
border-color: #F0FBDA;
}
</style>