Shades of Saltpan #F0FADF
Tints of Saltpan #F0FADF
RGB
CMYK
RGB Variations
Color information
#F0FADF (or 0xF0FADF) is known color: Saltpan. HEX triplet: F0, FA and DF. RGB value is (240,250,223). Sum of RGB (Red+Green+Blue) = 240+250+223=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FADF is #0F0520. Grayscale: #F4F4F4. Windows color (decimal): -984353 or 14678768. OLE color: 14678768.
HSL color Cylindrical-coordinate representation of color #F0FADF: hue angle of 82.22º degrees, saturation: 0.73, 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 #F0FADF is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 223 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.02 |
| HSL | 82.22º | 0.73% | 0.93% | - |
| HSV(B) | 82.22º | 0.11% | 0.98% | - |
| XYZ | 83.44 | 92.22 | 83.22 | - |
| YUV | 243.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 223 | 0.04 | 0 | 0.11 | 0.02 | 82.22 | 0.73 | 0.93 |
| Hex | F0 | FA | DF | 4 | 0 | B | 2 | 52 | 49 | 5D |
| Octal | 360 | 372 | 337 | 4 | 0 | 13 | 2 | 122 | 111 | 135 |
| Binary | 11110000 | 11111010 | 11011111 | 100 | 0 | 1011 | 10 | 1010010 | 1001001 | 1011101 |
Color Harmonies of #F0FADF
Complementary color
Monochromatic Colors of #F0FADF
Black with #F0FADF
Text Example
Text Example
White with #F0FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FADF; }
p { color: rgb(240,250,223); }
H1.HeaderClassName
{
color: #F0FADF;
}
.AnyTagClassName
{
color: #F0FADF;
}
</style>
background-color css
<style>
a { background-color: #F0FADF; }
a { background-color: rgb(240,250,223); }
div.DivClassName
{
background-color: #F0FADF;
}
.BgClassName
{
background-color: #F0FADF;
}
</style>
border-color css
<style>
span { border-color: #F0FADF; }
span { border-color: rgb(240,250,223); }
td.TdClassName
{
border-color: #F0FADF;
}
.TagClassName
{
border-color: #F0FADF;
}
</style>