Shades of Saltpan #F3FEDA
Tints of Saltpan #F3FEDA
RGB
CMYK
RGB Variations
Color information
#F3FEDA (or 0xF3FEDA) is known color: Saltpan. HEX triplet: F3, FE and DA. RGB value is (243,254,218). Sum of RGB (Red+Green+Blue) = 243+254+218=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 218 (85.55% from 255 or 30.49% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FEDA is #0C0125. Grayscale: #F6F6F6. Windows color (decimal): -786726 or 14352115. OLE color: 14352115.
HSL color Cylindrical-coordinate representation of color #F3FEDA: hue angle of 78.33º 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 #F3FEDA is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 218 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.00 |
| HSL | 78.33º | 0.95% | 0.93% | - |
| HSV(B) | 78.33º | 0.14% | 1% | - |
| XYZ | 85.06 | 95 | 80.18 | - |
| YUV | 246.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 218 | 0.04 | 0 | 0.14 | 0.00 | 78.33 | 0.95 | 0.93 |
| Hex | F3 | FE | DA | 4 | 0 | E | 0 | 4E | 5F | 5D |
| Octal | 363 | 376 | 332 | 4 | 0 | 16 | 0 | 116 | 137 | 135 |
| Binary | 11110011 | 11111110 | 11011010 | 100 | 0 | 1110 | 0 | 1001110 | 1011111 | 1011101 |
Color Harmonies of #F3FEDA
Complementary color
Monochromatic Colors of #F3FEDA
Black with #F3FEDA
Text Example
Text Example
White with #F3FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FEDA; }
p { color: rgb(243,254,218); }
H1.HeaderClassName
{
color: #F3FEDA;
}
.AnyTagClassName
{
color: #F3FEDA;
}
</style>
background-color css
<style>
a { background-color: #F3FEDA; }
a { background-color: rgb(243,254,218); }
div.DivClassName
{
background-color: #F3FEDA;
}
.BgClassName
{
background-color: #F3FEDA;
}
</style>
border-color css
<style>
span { border-color: #F3FEDA; }
span { border-color: rgb(243,254,218); }
td.TdClassName
{
border-color: #F3FEDA;
}
.TagClassName
{
border-color: #F3FEDA;
}
</style>