Shades of Saltpan #F2FEE1
Tints of Saltpan #F2FEE1
RGB
CMYK
RGB Variations
Color information
#F2FEE1 (or 0xF2FEE1) is known color: Saltpan. HEX triplet: F2, FE and E1. RGB value is (242,254,225). Sum of RGB (Red+Green+Blue) = 242+254+225=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 225 (88.28% from 255 or 31.21% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEE1 is #0D011E. Grayscale: #F7F7F7. Windows color (decimal): -852255 or 14810866. OLE color: 14810866.
HSL color Cylindrical-coordinate representation of color #F2FEE1: hue angle of 84.83º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2FEE1 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 225 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.00 |
| HSL | 84.83º | 0.94% | 0.94% | - |
| HSV(B) | 84.83º | 0.11% | 1% | - |
| XYZ | 85.65 | 95.2 | 85.09 | - |
| YUV | 247.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 225 | 0.05 | 0 | 0.11 | 0.00 | 84.83 | 0.94 | 0.94 |
| Hex | F2 | FE | E1 | 5 | 0 | B | 0 | 55 | 5E | 5E |
| Octal | 362 | 376 | 341 | 5 | 0 | 13 | 0 | 125 | 136 | 136 |
| Binary | 11110010 | 11111110 | 11100001 | 101 | 0 | 1011 | 0 | 1010101 | 1011110 | 1011110 |
Color Harmonies of #F2FEE1
Complementary color
Monochromatic Colors of #F2FEE1
Black with #F2FEE1
Text Example
Text Example
White with #F2FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEE1; }
p { color: rgb(242,254,225); }
H1.HeaderClassName
{
color: #F2FEE1;
}
.AnyTagClassName
{
color: #F2FEE1;
}
</style>
background-color css
<style>
a { background-color: #F2FEE1; }
a { background-color: rgb(242,254,225); }
div.DivClassName
{
background-color: #F2FEE1;
}
.BgClassName
{
background-color: #F2FEE1;
}
</style>
border-color css
<style>
span { border-color: #F2FEE1; }
span { border-color: rgb(242,254,225); }
td.TdClassName
{
border-color: #F2FEE1;
}
.TagClassName
{
border-color: #F2FEE1;
}
</style>