Shades of Saltpan #F2FEE3
Tints of Saltpan #F2FEE3
RGB
CMYK
RGB Variations
Color information
#F2FEE3 (or 0xF2FEE3) is known color: Saltpan. HEX triplet: F2, FE and E3. RGB value is (242,254,227). Sum of RGB (Red+Green+Blue) = 242+254+227=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 227 (89.06% from 255 or 31.40% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEE3 is #0D011C. Grayscale: #F7F7F7. Windows color (decimal): -852253 or 14941938. OLE color: 14941938.
HSL color Cylindrical-coordinate representation of color #F2FEE3: hue angle of 86.67º 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 #F2FEE3 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 227 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.00 |
| HSL | 86.67º | 0.93% | 0.94% | - |
| HSV(B) | 86.67º | 0.11% | 1% | - |
| XYZ | 85.92 | 95.31 | 86.54 | - |
| YUV | 247.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 227 | 0.05 | 0 | 0.11 | 0.00 | 86.67 | 0.93 | 0.94 |
| Hex | F2 | FE | E3 | 5 | 0 | B | 0 | 57 | 5D | 5E |
| Octal | 362 | 376 | 343 | 5 | 0 | 13 | 0 | 127 | 135 | 136 |
| Binary | 11110010 | 11111110 | 11100011 | 101 | 0 | 1011 | 0 | 1010111 | 1011101 | 1011110 |
Color Harmonies of #F2FEE3
Complementary color
Monochromatic Colors of #F2FEE3
Black with #F2FEE3
Text Example
Text Example
White with #F2FEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEE3; }
p { color: rgb(242,254,227); }
H1.HeaderClassName
{
color: #F2FEE3;
}
.AnyTagClassName
{
color: #F2FEE3;
}
</style>
background-color css
<style>
a { background-color: #F2FEE3; }
a { background-color: rgb(242,254,227); }
div.DivClassName
{
background-color: #F2FEE3;
}
.BgClassName
{
background-color: #F2FEE3;
}
</style>
border-color css
<style>
span { border-color: #F2FEE3; }
span { border-color: rgb(242,254,227); }
td.TdClassName
{
border-color: #F2FEE3;
}
.TagClassName
{
border-color: #F2FEE3;
}
</style>