Shades of Saltpan #F2FFDB
Tints of Saltpan #F2FFDB
RGB
CMYK
RGB Variations
Color information
#F2FFDB (or 0xF2FFDB) is known color: Saltpan. HEX triplet: F2, FF and DB. RGB value is (242,255,219). Sum of RGB (Red+Green+Blue) = 242+255+219=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFDB is #0D0024. Grayscale: #F7F7F7. Windows color (decimal): -852005 or 14417906. OLE color: 14417906.
HSL color Cylindrical-coordinate representation of color #F2FFDB: hue angle of 81.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2FFDB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 219 | - |
| CMYK | 0.05 | 0 | 0.14 | 0 |
| HSL | 81.67º | 1% | 0.93% | - |
| HSV(B) | 81.67º | 0.14% | 1% | - |
| XYZ | 85.16 | 95.51 | 80.96 | - |
| YUV | 247.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 219 | 0.05 | 0 | 0.14 | 0 | 81.67 | 1 | 0.93 |
| Hex | F2 | FF | DB | 5 | 0 | E | 0 | 52 | 64 | 5D |
| Octal | 362 | 377 | 333 | 5 | 0 | 16 | 0 | 122 | 144 | 135 |
| Binary | 11110010 | 11111111 | 11011011 | 101 | 0 | 1110 | 0 | 1010010 | 1100100 | 1011101 |
Color Harmonies of #F2FFDB
Complementary color
Monochromatic Colors of #F2FFDB
Black with #F2FFDB
Text Example
Text Example
White with #F2FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFDB; }
p { color: rgb(242,255,219); }
H1.HeaderClassName
{
color: #F2FFDB;
}
.AnyTagClassName
{
color: #F2FFDB;
}
</style>
background-color css
<style>
a { background-color: #F2FFDB; }
a { background-color: rgb(242,255,219); }
div.DivClassName
{
background-color: #F2FFDB;
}
.BgClassName
{
background-color: #F2FFDB;
}
</style>
border-color css
<style>
span { border-color: #F2FFDB; }
span { border-color: rgb(242,255,219); }
td.TdClassName
{
border-color: #F2FFDB;
}
.TagClassName
{
border-color: #F2FFDB;
}
</style>