Shades of Saltpan #F3FEDC
Tints of Saltpan #F3FEDC
RGB
CMYK
RGB Variations
Color information
#F3FEDC (or 0xF3FEDC) is known color: Saltpan. HEX triplet: F3, FE and DC. RGB value is (243,254,220). Sum of RGB (Red+Green+Blue) = 243+254+220=717 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.89% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 220 (86.33% from 255 or 30.68% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #F3FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FEDC is #0C0123. Grayscale: #F6F6F6. Windows color (decimal): -786724 or 14483187. OLE color: 14483187.
HSL color Cylindrical-coordinate representation of color #F3FEDC: hue angle of 79.41º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3FEDC is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 243 | 254 | 220 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.00 |
| HSL | 79.41º | 0.94% | 0.93% | - |
| HSV(B) | 79.41º | 0.13% | 1% | - |
| XYZ | 85.32 | 95.11 | 81.57 | - |
| YUV | 246.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 254 | 220 | 0.04 | 0 | 0.13 | 0.00 | 79.41 | 0.94 | 0.93 |
| Hex | F3 | FE | DC | 4 | 0 | D | 0 | 4F | 5E | 5D |
| Octal | 363 | 376 | 334 | 4 | 0 | 15 | 0 | 117 | 136 | 135 |
| Binary | 11110011 | 11111110 | 11011100 | 100 | 0 | 1101 | 0 | 1001111 | 1011110 | 1011101 |
Color Harmonies of #F3FEDC
Complementary color
Monochromatic Colors of #F3FEDC
Black with #F3FEDC
Text Example
Text Example
White with #F3FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FEDC; }
p { color: rgb(243,254,220); }
H1.HeaderClassName
{
color: #F3FEDC;
}
.AnyTagClassName
{
color: #F3FEDC;
}
</style>
background-color css
<style>
a { background-color: #F3FEDC; }
a { background-color: rgb(243,254,220); }
div.DivClassName
{
background-color: #F3FEDC;
}
.BgClassName
{
background-color: #F3FEDC;
}
</style>
border-color css
<style>
span { border-color: #F3FEDC; }
span { border-color: rgb(243,254,220); }
td.TdClassName
{
border-color: #F3FEDC;
}
.TagClassName
{
border-color: #F3FEDC;
}
</style>