Shades of Saltpan #F2FFDD
Tints of Saltpan #F2FFDD
RGB
CMYK
RGB Variations
Color information
#F2FFDD (or 0xF2FFDD) is known color: Saltpan. HEX triplet: F2, FF and DD. RGB value is (242,255,221). Sum of RGB (Red+Green+Blue) = 242+255+221=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 221 (86.72% from 255 or 30.78% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFDD is #0D0022. Grayscale: #F7F7F7. Windows color (decimal): -852003 or 14548978. OLE color: 14548978.
HSL color Cylindrical-coordinate representation of color #F2FFDD: hue angle of 82.94º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2FFDD is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 221 | - |
| CMYK | 0.05 | 0 | 0.13 | 0 |
| HSL | 82.94º | 1% | 0.93% | - |
| HSV(B) | 82.94º | 0.13% | 1% | - |
| XYZ | 85.43 | 95.62 | 82.36 | - |
| YUV | 247.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 221 | 0.05 | 0 | 0.13 | 0 | 82.94 | 1 | 0.93 |
| Hex | F2 | FF | DD | 5 | 0 | D | 0 | 53 | 64 | 5D |
| Octal | 362 | 377 | 335 | 5 | 0 | 15 | 0 | 123 | 144 | 135 |
| Binary | 11110010 | 11111111 | 11011101 | 101 | 0 | 1101 | 0 | 1010011 | 1100100 | 1011101 |
Color Harmonies of #F2FFDD
Complementary color
Monochromatic Colors of #F2FFDD
Black with #F2FFDD
Text Example
Text Example
White with #F2FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFDD; }
p { color: rgb(242,255,221); }
H1.HeaderClassName
{
color: #F2FFDD;
}
.AnyTagClassName
{
color: #F2FFDD;
}
</style>
background-color css
<style>
a { background-color: #F2FFDD; }
a { background-color: rgb(242,255,221); }
div.DivClassName
{
background-color: #F2FFDD;
}
.BgClassName
{
background-color: #F2FFDD;
}
</style>
border-color css
<style>
span { border-color: #F2FFDD; }
span { border-color: rgb(242,255,221); }
td.TdClassName
{
border-color: #F2FFDD;
}
.TagClassName
{
border-color: #F2FFDD;
}
</style>