Shades of Saltpan #F0FAE0
Tints of Saltpan #F0FAE0
RGB
CMYK
RGB Variations
Color information
#F0FAE0 (or 0xF0FAE0) is known color: Saltpan. HEX triplet: F0, FA and E0. RGB value is (240,250,224). Sum of RGB (Red+Green+Blue) = 240+250+224=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAE0 is #0F051F. Grayscale: #F4F4F4. Windows color (decimal): -984352 or 14744304. OLE color: 14744304.
HSL color Cylindrical-coordinate representation of color #F0FAE0: hue angle of 83.08º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0FAE0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 224 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.02 |
| HSL | 83.08º | 0.72% | 0.93% | - |
| HSV(B) | 83.08º | 0.1% | 0.98% | - |
| XYZ | 83.58 | 92.28 | 83.93 | - |
| YUV | 244.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 224 | 0.04 | 0 | 0.10 | 0.02 | 83.08 | 0.72 | 0.93 |
| Hex | F0 | FA | E0 | 4 | 0 | A | 2 | 53 | 48 | 5D |
| Octal | 360 | 372 | 340 | 4 | 0 | 12 | 2 | 123 | 110 | 135 |
| Binary | 11110000 | 11111010 | 11100000 | 100 | 0 | 1010 | 10 | 1010011 | 1001000 | 1011101 |
Color Harmonies of #F0FAE0
Complementary color
Monochromatic Colors of #F0FAE0
Black with #F0FAE0
Text Example
Text Example
White with #F0FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAE0; }
p { color: rgb(240,250,224); }
H1.HeaderClassName
{
color: #F0FAE0;
}
.AnyTagClassName
{
color: #F0FAE0;
}
</style>
background-color css
<style>
a { background-color: #F0FAE0; }
a { background-color: rgb(240,250,224); }
div.DivClassName
{
background-color: #F0FAE0;
}
.BgClassName
{
background-color: #F0FAE0;
}
</style>
border-color css
<style>
span { border-color: #F0FAE0; }
span { border-color: rgb(240,250,224); }
td.TdClassName
{
border-color: #F0FAE0;
}
.TagClassName
{
border-color: #F0FAE0;
}
</style>