Shades of Saltpan #F3FCDC
Tints of Saltpan #F3FCDC
RGB
CMYK
RGB Variations
Color information
#F3FCDC (or 0xF3FCDC) is known color: Saltpan. HEX triplet: F3, FC and DC. RGB value is (243,252,220). Sum of RGB (Red+Green+Blue) = 243+252+220=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FCDC is #0C0323. Grayscale: #F5F5F5. Windows color (decimal): -787236 or 14482675. OLE color: 14482675.
HSL color Cylindrical-coordinate representation of color #F3FCDC: hue angle of 76.88º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3FCDC is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 252 | 220 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.01 |
| HSL | 76.88º | 0.84% | 0.93% | - |
| HSV(B) | 76.88º | 0.13% | 0.99% | - |
| XYZ | 84.69 | 93.84 | 81.36 | - |
| YUV | 245.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 252 | 220 | 0.04 | 0 | 0.13 | 0.01 | 76.88 | 0.84 | 0.93 |
| Hex | F3 | FC | DC | 4 | 0 | D | 1 | 4D | 54 | 5D |
| Octal | 363 | 374 | 334 | 4 | 0 | 15 | 1 | 115 | 124 | 135 |
| Binary | 11110011 | 11111100 | 11011100 | 100 | 0 | 1101 | 1 | 1001101 | 1010100 | 1011101 |
Color Harmonies of #F3FCDC
Complementary color
Monochromatic Colors of #F3FCDC
Black with #F3FCDC
Text Example
Text Example
White with #F3FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FCDC; }
p { color: rgb(243,252,220); }
H1.HeaderClassName
{
color: #F3FCDC;
}
.AnyTagClassName
{
color: #F3FCDC;
}
</style>
background-color css
<style>
a { background-color: #F3FCDC; }
a { background-color: rgb(243,252,220); }
div.DivClassName
{
background-color: #F3FCDC;
}
.BgClassName
{
background-color: #F3FCDC;
}
</style>
border-color css
<style>
span { border-color: #F3FCDC; }
span { border-color: rgb(243,252,220); }
td.TdClassName
{
border-color: #F3FCDC;
}
.TagClassName
{
border-color: #F3FCDC;
}
</style>