Shades of Saltpan #F2FEE2
Tints of Saltpan #F2FEE2
RGB
CMYK
RGB Variations
Color information
#F2FEE2 (or 0xF2FEE2) is known color: Saltpan. HEX triplet: F2, FE and E2. RGB value is (242,254,226). Sum of RGB (Red+Green+Blue) = 242+254+226=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 226 (88.67% from 255 or 31.30% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEE2 is #0D011D. Grayscale: #F7F7F7. Windows color (decimal): -852254 or 14876402. OLE color: 14876402.
HSL color Cylindrical-coordinate representation of color #F2FEE2: hue angle of 85.71º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2FEE2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 226 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.00 |
| HSL | 85.71º | 0.93% | 0.94% | - |
| HSV(B) | 85.71º | 0.11% | 1% | - |
| XYZ | 85.79 | 95.25 | 85.82 | - |
| YUV | 247.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 226 | 0.05 | 0 | 0.11 | 0.00 | 85.71 | 0.93 | 0.94 |
| Hex | F2 | FE | E2 | 5 | 0 | B | 0 | 56 | 5D | 5E |
| Octal | 362 | 376 | 342 | 5 | 0 | 13 | 0 | 126 | 135 | 136 |
| Binary | 11110010 | 11111110 | 11100010 | 101 | 0 | 1011 | 0 | 1010110 | 1011101 | 1011110 |
Color Harmonies of #F2FEE2
Complementary color
Monochromatic Colors of #F2FEE2
Black with #F2FEE2
Text Example
Text Example
White with #F2FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEE2; }
p { color: rgb(242,254,226); }
H1.HeaderClassName
{
color: #F2FEE2;
}
.AnyTagClassName
{
color: #F2FEE2;
}
</style>
background-color css
<style>
a { background-color: #F2FEE2; }
a { background-color: rgb(242,254,226); }
div.DivClassName
{
background-color: #F2FEE2;
}
.BgClassName
{
background-color: #F2FEE2;
}
</style>
border-color css
<style>
span { border-color: #F2FEE2; }
span { border-color: rgb(242,254,226); }
td.TdClassName
{
border-color: #F2FEE2;
}
.TagClassName
{
border-color: #F2FEE2;
}
</style>