Shades of Saltpan #F3FCDD
Tints of Saltpan #F3FCDD
RGB
CMYK
RGB Variations
Color information
#F3FCDD (or 0xF3FCDD) is known color: Saltpan. HEX triplet: F3, FC and DD. RGB value is (243,252,221). Sum of RGB (Red+Green+Blue) = 243+252+221=716 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.94% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FCDD is #0C0322. Grayscale: #F5F5F5. Windows color (decimal): -787235 or 14548211. OLE color: 14548211.
HSL color Cylindrical-coordinate representation of color #F3FCDD: hue angle of 77.42º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F3FCDD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 252 | 221 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.01 |
| HSL | 77.42º | 0.84% | 0.93% | - |
| HSV(B) | 77.42º | 0.12% | 0.99% | - |
| XYZ | 84.82 | 93.9 | 82.06 | - |
| YUV | 245.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 252 | 221 | 0.04 | 0 | 0.12 | 0.01 | 77.42 | 0.84 | 0.93 |
| Hex | F3 | FC | DD | 4 | 0 | C | 1 | 4D | 54 | 5D |
| Octal | 363 | 374 | 335 | 4 | 0 | 14 | 1 | 115 | 124 | 135 |
| Binary | 11110011 | 11111100 | 11011101 | 100 | 0 | 1100 | 1 | 1001101 | 1010100 | 1011101 |
Color Harmonies of #F3FCDD
Complementary color
Monochromatic Colors of #F3FCDD
Black with #F3FCDD
Text Example
Text Example
White with #F3FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FCDD; }
p { color: rgb(243,252,221); }
H1.HeaderClassName
{
color: #F3FCDD;
}
.AnyTagClassName
{
color: #F3FCDD;
}
</style>
background-color css
<style>
a { background-color: #F3FCDD; }
a { background-color: rgb(243,252,221); }
div.DivClassName
{
background-color: #F3FCDD;
}
.BgClassName
{
background-color: #F3FCDD;
}
</style>
border-color css
<style>
span { border-color: #F3FCDD; }
span { border-color: rgb(243,252,221); }
td.TdClassName
{
border-color: #F3FCDD;
}
.TagClassName
{
border-color: #F3FCDD;
}
</style>