Shades of Saltpan #F2FFE0
Tints of Saltpan #F2FFE0
RGB
CMYK
RGB Variations
Color information
#F2FFE0 (or 0xF2FFE0) is known color: Saltpan. HEX triplet: F2, FF and E0. RGB value is (242,255,224). Sum of RGB (Red+Green+Blue) = 242+255+224=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 255 (100% from 255 or 35.37% from 721); Blue value is 224 (87.89% from 255 or 31.07% from 721); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFE0 is #0D001F. Grayscale: #F7F7F7. Windows color (decimal): -852000 or 14745586. OLE color: 14745586.
HSL color Cylindrical-coordinate representation of color #F2FFE0: hue angle of 85.16º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2FFE0 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 224 | - |
| CMYK | 0.05 | 0 | 0.12 | 0 |
| HSL | 85.16º | 1% | 0.94% | - |
| HSV(B) | 85.16º | 0.12% | 1% | - |
| XYZ | 85.83 | 95.78 | 84.48 | - |
| YUV | 247.58 | 114.69 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 224 | 0.05 | 0 | 0.12 | 0 | 85.16 | 1 | 0.94 |
| Hex | F2 | FF | E0 | 5 | 0 | C | 0 | 55 | 64 | 5E |
| Octal | 362 | 377 | 340 | 5 | 0 | 14 | 0 | 125 | 144 | 136 |
| Binary | 11110010 | 11111111 | 11100000 | 101 | 0 | 1100 | 0 | 1010101 | 1100100 | 1011110 |
Color Harmonies of #F2FFE0
Complementary color
Monochromatic Colors of #F2FFE0
Black with #F2FFE0
Text Example
Text Example
White with #F2FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFE0; }
p { color: rgb(242,255,224); }
H1.HeaderClassName
{
color: #F2FFE0;
}
.AnyTagClassName
{
color: #F2FFE0;
}
</style>
background-color css
<style>
a { background-color: #F2FFE0; }
a { background-color: rgb(242,255,224); }
div.DivClassName
{
background-color: #F2FFE0;
}
.BgClassName
{
background-color: #F2FFE0;
}
</style>
border-color css
<style>
span { border-color: #F2FFE0; }
span { border-color: rgb(242,255,224); }
td.TdClassName
{
border-color: #F2FFE0;
}
.TagClassName
{
border-color: #F2FFE0;
}
</style>