Shades of Saltpan #F0FADB
Tints of Saltpan #F0FADB
RGB
CMYK
RGB Variations
Color information
#F0FADB (or 0xF0FADB) is known color: Saltpan. HEX triplet: F0, FA and DB. RGB value is (240,250,219). Sum of RGB (Red+Green+Blue) = 240+250+219=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FADB is #0F0524. Grayscale: #F3F3F3. Windows color (decimal): -984357 or 14416624. OLE color: 14416624.
HSL color Cylindrical-coordinate representation of color #F0FADB: hue angle of 79.35º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0FADB is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 219 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.02 |
| HSL | 79.35º | 0.76% | 0.92% | - |
| HSV(B) | 79.35º | 0.12% | 0.98% | - |
| XYZ | 82.91 | 92.01 | 80.41 | - |
| YUV | 243.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 219 | 0.04 | 0 | 0.12 | 0.02 | 79.35 | 0.76 | 0.92 |
| Hex | F0 | FA | DB | 4 | 0 | C | 2 | 4F | 4C | 5C |
| Octal | 360 | 372 | 333 | 4 | 0 | 14 | 2 | 117 | 114 | 134 |
| Binary | 11110000 | 11111010 | 11011011 | 100 | 0 | 1100 | 10 | 1001111 | 1001100 | 1011100 |
Color Harmonies of #F0FADB
Complementary color
Monochromatic Colors of #F0FADB
Black with #F0FADB
Text Example
Text Example
White with #F0FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FADB; }
p { color: rgb(240,250,219); }
H1.HeaderClassName
{
color: #F0FADB;
}
.AnyTagClassName
{
color: #F0FADB;
}
</style>
background-color css
<style>
a { background-color: #F0FADB; }
a { background-color: rgb(240,250,219); }
div.DivClassName
{
background-color: #F0FADB;
}
.BgClassName
{
background-color: #F0FADB;
}
</style>
border-color css
<style>
span { border-color: #F0FADB; }
span { border-color: rgb(240,250,219); }
td.TdClassName
{
border-color: #F0FADB;
}
.TagClassName
{
border-color: #F0FADB;
}
</style>