Shades of Saltpan #F2FCDD
Tints of Saltpan #F2FCDD
RGB
CMYK
RGB Variations
Color information
#F2FCDD (or 0xF2FCDD) is known color: Saltpan. HEX triplet: F2, FC and DD. RGB value is (242,252,221). Sum of RGB (Red+Green+Blue) = 242+252+221=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCDD is #0D0322. Grayscale: #F5F5F5. Windows color (decimal): -852771 or 14548210. OLE color: 14548210.
HSL color Cylindrical-coordinate representation of color #F2FCDD: hue angle of 79.35º 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 #F2FCDD is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 221 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.01 |
| HSL | 79.35º | 0.84% | 0.93% | - |
| HSV(B) | 79.35º | 0.12% | 0.99% | - |
| XYZ | 84.48 | 93.72 | 82.04 | - |
| YUV | 245.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 221 | 0.04 | 0 | 0.12 | 0.01 | 79.35 | 0.84 | 0.93 |
| Hex | F2 | FC | DD | 4 | 0 | C | 1 | 4F | 54 | 5D |
| Octal | 362 | 374 | 335 | 4 | 0 | 14 | 1 | 117 | 124 | 135 |
| Binary | 11110010 | 11111100 | 11011101 | 100 | 0 | 1100 | 1 | 1001111 | 1010100 | 1011101 |
Color Harmonies of #F2FCDD
Complementary color
Monochromatic Colors of #F2FCDD
Black with #F2FCDD
Text Example
Text Example
White with #F2FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCDD; }
p { color: rgb(242,252,221); }
H1.HeaderClassName
{
color: #F2FCDD;
}
.AnyTagClassName
{
color: #F2FCDD;
}
</style>
background-color css
<style>
a { background-color: #F2FCDD; }
a { background-color: rgb(242,252,221); }
div.DivClassName
{
background-color: #F2FCDD;
}
.BgClassName
{
background-color: #F2FCDD;
}
</style>
border-color css
<style>
span { border-color: #F2FCDD; }
span { border-color: rgb(242,252,221); }
td.TdClassName
{
border-color: #F2FCDD;
}
.TagClassName
{
border-color: #F2FCDD;
}
</style>