Shades of Saltpan #F3FEE5
Tints of Saltpan #F3FEE5
RGB
CMYK
RGB Variations
Color information
#F3FEE5 (or 0xF3FEE5) is known color: Saltpan. HEX triplet: F3, FE and E5. RGB value is (243,254,229). Sum of RGB (Red+Green+Blue) = 243+254+229=726 (96% of max value = 765). Red value is 243 (95.31% from 255 or 33.47% from 726); Green value is 254 (99.61% from 255 or 34.99% from 726); Blue value is 229 (89.84% from 255 or 31.54% from 726); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FEE5 is #0C011A. Grayscale: #F7F7F7. Windows color (decimal): -786715 or 15073011. OLE color: 15073011.
HSL color Cylindrical-coordinate representation of color #F3FEE5: hue angle of 86.4º 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 #F3FEE5 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 229 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.00 |
| HSL | 86.4º | 0.93% | 0.95% | - |
| HSV(B) | 86.4º | 0.1% | 1% | - |
| XYZ | 86.55 | 95.6 | 88.02 | - |
| YUV | 247.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 229 | 0.04 | 0 | 0.10 | 0.00 | 86.4 | 0.93 | 0.95 |
| Hex | F3 | FE | E5 | 4 | 0 | A | 0 | 56 | 5D | 5F |
| Octal | 363 | 376 | 345 | 4 | 0 | 12 | 0 | 126 | 135 | 137 |
| Binary | 11110011 | 11111110 | 11100101 | 100 | 0 | 1010 | 0 | 1010110 | 1011101 | 1011111 |
Color Harmonies of #F3FEE5
Complementary color
Monochromatic Colors of #F3FEE5
Black with #F3FEE5
Text Example
Text Example
White with #F3FEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FEE5; }
p { color: rgb(243,254,229); }
H1.HeaderClassName
{
color: #F3FEE5;
}
.AnyTagClassName
{
color: #F3FEE5;
}
</style>
background-color css
<style>
a { background-color: #F3FEE5; }
a { background-color: rgb(243,254,229); }
div.DivClassName
{
background-color: #F3FEE5;
}
.BgClassName
{
background-color: #F3FEE5;
}
</style>
border-color css
<style>
span { border-color: #F3FEE5; }
span { border-color: rgb(243,254,229); }
td.TdClassName
{
border-color: #F3FEE5;
}
.TagClassName
{
border-color: #F3FEE5;
}
</style>