Shades of Saltpan #F3FEDB
Tints of Saltpan #F3FEDB
RGB
CMYK
RGB Variations
Color information
#F3FEDB (or 0xF3FEDB) is known color: Saltpan. HEX triplet: F3, FE and DB. RGB value is (243,254,219). Sum of RGB (Red+Green+Blue) = 243+254+219=716 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.94% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FEDB is #0C0124. Grayscale: #F6F6F6. Windows color (decimal): -786725 or 14417651. OLE color: 14417651.
HSL color Cylindrical-coordinate representation of color #F3FEDB: hue angle of 78.86º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F3FEDB is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 219 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.00 |
| HSL | 78.86º | 0.95% | 0.93% | - |
| HSV(B) | 78.86º | 0.14% | 1% | - |
| XYZ | 85.19 | 95.05 | 80.87 | - |
| YUV | 246.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 219 | 0.04 | 0 | 0.14 | 0.00 | 78.86 | 0.95 | 0.93 |
| Hex | F3 | FE | DB | 4 | 0 | E | 0 | 4F | 5F | 5D |
| Octal | 363 | 376 | 333 | 4 | 0 | 16 | 0 | 117 | 137 | 135 |
| Binary | 11110011 | 11111110 | 11011011 | 100 | 0 | 1110 | 0 | 1001111 | 1011111 | 1011101 |
Color Harmonies of #F3FEDB
Complementary color
Monochromatic Colors of #F3FEDB
Black with #F3FEDB
Text Example
Text Example
White with #F3FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FEDB; }
p { color: rgb(243,254,219); }
H1.HeaderClassName
{
color: #F3FEDB;
}
.AnyTagClassName
{
color: #F3FEDB;
}
</style>
background-color css
<style>
a { background-color: #F3FEDB; }
a { background-color: rgb(243,254,219); }
div.DivClassName
{
background-color: #F3FEDB;
}
.BgClassName
{
background-color: #F3FEDB;
}
</style>
border-color css
<style>
span { border-color: #F3FEDB; }
span { border-color: rgb(243,254,219); }
td.TdClassName
{
border-color: #F3FEDB;
}
.TagClassName
{
border-color: #F3FEDB;
}
</style>