Shades of Saltpan #F2FEE4
Tints of Saltpan #F2FEE4
RGB
CMYK
RGB Variations
Color information
#F2FEE4 (or 0xF2FEE4) is known color: Saltpan. HEX triplet: F2, FE and E4. RGB value is (242,254,228). Sum of RGB (Red+Green+Blue) = 242+254+228=724 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.43% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 228 (89.45% from 255 or 31.49% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEE4 is #0D011B. Grayscale: #F7F7F7. Windows color (decimal): -852252 or 15007474. OLE color: 15007474.
HSL color Cylindrical-coordinate representation of color #F2FEE4: hue angle of 87.69º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2FEE4 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 228 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.00 |
| HSL | 87.69º | 0.93% | 0.95% | - |
| HSV(B) | 87.69º | 0.1% | 1% | - |
| XYZ | 86.06 | 95.36 | 87.27 | - |
| YUV | 247.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 228 | 0.05 | 0 | 0.10 | 0.00 | 87.69 | 0.93 | 0.95 |
| Hex | F2 | FE | E4 | 5 | 0 | A | 0 | 58 | 5D | 5F |
| Octal | 362 | 376 | 344 | 5 | 0 | 12 | 0 | 130 | 135 | 137 |
| Binary | 11110010 | 11111110 | 11100100 | 101 | 0 | 1010 | 0 | 1011000 | 1011101 | 1011111 |
Color Harmonies of #F2FEE4
Complementary color
Monochromatic Colors of #F2FEE4
Black with #F2FEE4
Text Example
Text Example
White with #F2FEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEE4; }
p { color: rgb(242,254,228); }
H1.HeaderClassName
{
color: #F2FEE4;
}
.AnyTagClassName
{
color: #F2FEE4;
}
</style>
background-color css
<style>
a { background-color: #F2FEE4; }
a { background-color: rgb(242,254,228); }
div.DivClassName
{
background-color: #F2FEE4;
}
.BgClassName
{
background-color: #F2FEE4;
}
</style>
border-color css
<style>
span { border-color: #F2FEE4; }
span { border-color: rgb(242,254,228); }
td.TdClassName
{
border-color: #F2FEE4;
}
.TagClassName
{
border-color: #F2FEE4;
}
</style>