Shades of Saltpan #F3FDE2
Tints of Saltpan #F3FDE2
RGB
CMYK
RGB Variations
Color information
#F3FDE2 (or 0xF3FDE2) is known color: Saltpan. HEX triplet: F3, FD and E2. RGB value is (243,253,226). Sum of RGB (Red+Green+Blue) = 243+253+226=722 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.66% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 226 (88.67% from 255 or 31.30% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FDE2 is #0C021D. Grayscale: #F7F7F7. Windows color (decimal): -786974 or 14876147. OLE color: 14876147.
HSL color Cylindrical-coordinate representation of color #F3FDE2: hue angle of 82.22º 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 #F3FDE2 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 253 | 226 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.01 |
| HSL | 82.22º | 0.87% | 0.94% | - |
| HSV(B) | 82.22º | 0.11% | 0.99% | - |
| XYZ | 85.81 | 94.8 | 85.73 | - |
| YUV | 246.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 253 | 226 | 0.04 | 0 | 0.11 | 0.01 | 82.22 | 0.87 | 0.94 |
| Hex | F3 | FD | E2 | 4 | 0 | B | 1 | 52 | 57 | 5E |
| Octal | 363 | 375 | 342 | 4 | 0 | 13 | 1 | 122 | 127 | 136 |
| Binary | 11110011 | 11111101 | 11100010 | 100 | 0 | 1011 | 1 | 1010010 | 1010111 | 1011110 |
Color Harmonies of #F3FDE2
Complementary color
Monochromatic Colors of #F3FDE2
Black with #F3FDE2
Text Example
Text Example
White with #F3FDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FDE2; }
p { color: rgb(243,253,226); }
H1.HeaderClassName
{
color: #F3FDE2;
}
.AnyTagClassName
{
color: #F3FDE2;
}
</style>
background-color css
<style>
a { background-color: #F3FDE2; }
a { background-color: rgb(243,253,226); }
div.DivClassName
{
background-color: #F3FDE2;
}
.BgClassName
{
background-color: #F3FDE2;
}
</style>
border-color css
<style>
span { border-color: #F3FDE2; }
span { border-color: rgb(243,253,226); }
td.TdClassName
{
border-color: #F3FDE2;
}
.TagClassName
{
border-color: #F3FDE2;
}
</style>