Shades of Saltpan #F0FADE
Tints of Saltpan #F0FADE
RGB
CMYK
RGB Variations
Color information
#F0FADE (or 0xF0FADE) is known color: Saltpan. HEX triplet: F0, FA and DE. RGB value is (240,250,222). Sum of RGB (Red+Green+Blue) = 240+250+222=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 222 (87.11% from 255 or 31.18% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FADE is #0F0521. Grayscale: #F3F3F3. Windows color (decimal): -984354 or 14613232. OLE color: 14613232.
HSL color Cylindrical-coordinate representation of color #F0FADE: hue angle of 81.43º degrees, saturation: 0.74, 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 #F0FADE is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 222 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.02 |
| HSL | 81.43º | 0.74% | 0.93% | - |
| HSV(B) | 81.43º | 0.11% | 0.98% | - |
| XYZ | 83.31 | 92.17 | 82.51 | - |
| YUV | 243.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 222 | 0.04 | 0 | 0.11 | 0.02 | 81.43 | 0.74 | 0.93 |
| Hex | F0 | FA | DE | 4 | 0 | B | 2 | 51 | 4A | 5D |
| Octal | 360 | 372 | 336 | 4 | 0 | 13 | 2 | 121 | 112 | 135 |
| Binary | 11110000 | 11111010 | 11011110 | 100 | 0 | 1011 | 10 | 1010001 | 1001010 | 1011101 |
Color Harmonies of #F0FADE
Complementary color
Monochromatic Colors of #F0FADE
Black with #F0FADE
Text Example
Text Example
White with #F0FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FADE; }
p { color: rgb(240,250,222); }
H1.HeaderClassName
{
color: #F0FADE;
}
.AnyTagClassName
{
color: #F0FADE;
}
</style>
background-color css
<style>
a { background-color: #F0FADE; }
a { background-color: rgb(240,250,222); }
div.DivClassName
{
background-color: #F0FADE;
}
.BgClassName
{
background-color: #F0FADE;
}
</style>
border-color css
<style>
span { border-color: #F0FADE; }
span { border-color: rgb(240,250,222); }
td.TdClassName
{
border-color: #F0FADE;
}
.TagClassName
{
border-color: #F0FADE;
}
</style>