Shades of Saltpan #F2FDE2
Tints of Saltpan #F2FDE2
RGB
CMYK
RGB Variations
Color information
#F2FDE2 (or 0xF2FDE2) is known color: Saltpan. HEX triplet: F2, FD and E2. RGB value is (242,253,226). Sum of RGB (Red+Green+Blue) = 242+253+226=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 226 (88.67% from 255 or 31.35% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDE2 is #0D021D. Grayscale: #F6F6F6. Windows color (decimal): -852510 or 14876146. OLE color: 14876146.
HSL color Cylindrical-coordinate representation of color #F2FDE2: hue angle of 84.44º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2FDE2 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 253 | 226 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.01 |
| HSL | 84.44º | 0.87% | 0.94% | - |
| HSV(B) | 84.44º | 0.11% | 0.99% | - |
| XYZ | 85.47 | 94.62 | 85.71 | - |
| YUV | 246.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 253 | 226 | 0.04 | 0 | 0.11 | 0.01 | 84.44 | 0.87 | 0.94 |
| Hex | F2 | FD | E2 | 4 | 0 | B | 1 | 54 | 57 | 5E |
| Octal | 362 | 375 | 342 | 4 | 0 | 13 | 1 | 124 | 127 | 136 |
| Binary | 11110010 | 11111101 | 11100010 | 100 | 0 | 1011 | 1 | 1010100 | 1010111 | 1011110 |
Color Harmonies of #F2FDE2
Complementary color
Monochromatic Colors of #F2FDE2
Black with #F2FDE2
Text Example
Text Example
White with #F2FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDE2; }
p { color: rgb(242,253,226); }
H1.HeaderClassName
{
color: #F2FDE2;
}
.AnyTagClassName
{
color: #F2FDE2;
}
</style>
background-color css
<style>
a { background-color: #F2FDE2; }
a { background-color: rgb(242,253,226); }
div.DivClassName
{
background-color: #F2FDE2;
}
.BgClassName
{
background-color: #F2FDE2;
}
</style>
border-color css
<style>
span { border-color: #F2FDE2; }
span { border-color: rgb(242,253,226); }
td.TdClassName
{
border-color: #F2FDE2;
}
.TagClassName
{
border-color: #F2FDE2;
}
</style>