Shades of Saltpan #F3FEE0
Tints of Saltpan #F3FEE0
RGB
CMYK
RGB Variations
Color information
#F3FEE0 (or 0xF3FEE0) is known color: Saltpan. HEX triplet: F3, FE and E0. RGB value is (243,254,224). Sum of RGB (Red+Green+Blue) = 243+254+224=721 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.70% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 224 (87.89% from 255 or 31.07% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FEE0 is #0C011F. Grayscale: #F7F7F7. Windows color (decimal): -786720 or 14745331. OLE color: 14745331.
HSL color Cylindrical-coordinate representation of color #F3FEE0: hue angle of 82º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3FEE0 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 224 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.00 |
| HSL | 82º | 0.94% | 0.94% | - |
| HSV(B) | 82º | 0.12% | 1% | - |
| XYZ | 85.86 | 95.32 | 84.39 | - |
| YUV | 247.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 224 | 0.04 | 0 | 0.12 | 0.00 | 82 | 0.94 | 0.94 |
| Hex | F3 | FE | E0 | 4 | 0 | C | 0 | 52 | 5E | 5E |
| Octal | 363 | 376 | 340 | 4 | 0 | 14 | 0 | 122 | 136 | 136 |
| Binary | 11110011 | 11111110 | 11100000 | 100 | 0 | 1100 | 0 | 1010010 | 1011110 | 1011110 |
Color Harmonies of #F3FEE0
Complementary color
Monochromatic Colors of #F3FEE0
Black with #F3FEE0
Text Example
Text Example
White with #F3FEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FEE0; }
p { color: rgb(243,254,224); }
H1.HeaderClassName
{
color: #F3FEE0;
}
.AnyTagClassName
{
color: #F3FEE0;
}
</style>
background-color css
<style>
a { background-color: #F3FEE0; }
a { background-color: rgb(243,254,224); }
div.DivClassName
{
background-color: #F3FEE0;
}
.BgClassName
{
background-color: #F3FEE0;
}
</style>
border-color css
<style>
span { border-color: #F3FEE0; }
span { border-color: rgb(243,254,224); }
td.TdClassName
{
border-color: #F3FEE0;
}
.TagClassName
{
border-color: #F3FEE0;
}
</style>