Shades of Saltpan #F2FFE3
Tints of Saltpan #F2FFE3
RGB
CMYK
RGB Variations
Color information
#F2FFE3 (or 0xF2FFE3) is known color: Saltpan. HEX triplet: F2, FF and E3. RGB value is (242,255,227). Sum of RGB (Red+Green+Blue) = 242+255+227=724 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.43% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 227 (89.06% from 255 or 31.35% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFE3 is #0D001C. Grayscale: #F8F8F8. Windows color (decimal): -851997 or 14942194. OLE color: 14942194.
HSL color Cylindrical-coordinate representation of color #F2FFE3: hue angle of 87.86º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2FFE3 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 227 | - |
| CMYK | 0.05 | 0 | 0.11 | 0 |
| HSL | 87.86º | 1% | 0.95% | - |
| HSV(B) | 87.86º | 0.11% | 1% | - |
| XYZ | 86.24 | 95.94 | 86.65 | - |
| YUV | 247.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 227 | 0.05 | 0 | 0.11 | 0 | 87.86 | 1 | 0.95 |
| Hex | F2 | FF | E3 | 5 | 0 | B | 0 | 58 | 64 | 5F |
| Octal | 362 | 377 | 343 | 5 | 0 | 13 | 0 | 130 | 144 | 137 |
| Binary | 11110010 | 11111111 | 11100011 | 101 | 0 | 1011 | 0 | 1011000 | 1100100 | 1011111 |
Color Harmonies of #F2FFE3
Complementary color
Monochromatic Colors of #F2FFE3
Black with #F2FFE3
Text Example
Text Example
White with #F2FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFE3; }
p { color: rgb(242,255,227); }
H1.HeaderClassName
{
color: #F2FFE3;
}
.AnyTagClassName
{
color: #F2FFE3;
}
</style>
background-color css
<style>
a { background-color: #F2FFE3; }
a { background-color: rgb(242,255,227); }
div.DivClassName
{
background-color: #F2FFE3;
}
.BgClassName
{
background-color: #F2FFE3;
}
</style>
border-color css
<style>
span { border-color: #F2FFE3; }
span { border-color: rgb(242,255,227); }
td.TdClassName
{
border-color: #F2FFE3;
}
.TagClassName
{
border-color: #F2FFE3;
}
</style>