Shades of Saltpan #F3FEE1
Tints of Saltpan #F3FEE1
RGB
CMYK
RGB Variations
Color information
#F3FEE1 (or 0xF3FEE1) is known color: Saltpan. HEX triplet: F3, FE and E1. RGB value is (243,254,225). Sum of RGB (Red+Green+Blue) = 243+254+225=722 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.66% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 225 (88.28% from 255 or 31.16% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FEE1 is #0C011E. Grayscale: #F7F7F7. Windows color (decimal): -786719 or 14810867. OLE color: 14810867.
HSL color Cylindrical-coordinate representation of color #F3FEE1: hue angle of 82.76º 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 #F3FEE1 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 225 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.00 |
| HSL | 82.76º | 0.94% | 0.94% | - |
| HSV(B) | 82.76º | 0.11% | 1% | - |
| XYZ | 85.99 | 95.37 | 85.11 | - |
| YUV | 247.41 | 115.36 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 225 | 0.04 | 0 | 0.11 | 0.00 | 82.76 | 0.94 | 0.94 |
| Hex | F3 | FE | E1 | 4 | 0 | B | 0 | 53 | 5E | 5E |
| Octal | 363 | 376 | 341 | 4 | 0 | 13 | 0 | 123 | 136 | 136 |
| Binary | 11110011 | 11111110 | 11100001 | 100 | 0 | 1011 | 0 | 1010011 | 1011110 | 1011110 |
Color Harmonies of #F3FEE1
Complementary color
Monochromatic Colors of #F3FEE1
Black with #F3FEE1
Text Example
Text Example
White with #F3FEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FEE1; }
p { color: rgb(243,254,225); }
H1.HeaderClassName
{
color: #F3FEE1;
}
.AnyTagClassName
{
color: #F3FEE1;
}
</style>
background-color css
<style>
a { background-color: #F3FEE1; }
a { background-color: rgb(243,254,225); }
div.DivClassName
{
background-color: #F3FEE1;
}
.BgClassName
{
background-color: #F3FEE1;
}
</style>
border-color css
<style>
span { border-color: #F3FEE1; }
span { border-color: rgb(243,254,225); }
td.TdClassName
{
border-color: #F3FEE1;
}
.TagClassName
{
border-color: #F3FEE1;
}
</style>