Shades of Saltpan #F2FBDB
Tints of Saltpan #F2FBDB
RGB
CMYK
RGB Variations
Color information
#F2FBDB (or 0xF2FBDB) is known color: Saltpan. HEX triplet: F2, FB and DB. RGB value is (242,251,219). Sum of RGB (Red+Green+Blue) = 242+251+219=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBDB is #0D0424. Grayscale: #F4F4F4. Windows color (decimal): -853029 or 14416882. OLE color: 14416882.
HSL color Cylindrical-coordinate representation of color #F2FBDB: hue angle of 76.88º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2FBDB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 219 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.02 |
| HSL | 76.88º | 0.8% | 0.92% | - |
| HSV(B) | 76.88º | 0.13% | 0.98% | - |
| XYZ | 83.9 | 92.99 | 80.54 | - |
| YUV | 244.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 219 | 0.04 | 0 | 0.13 | 0.02 | 76.88 | 0.8 | 0.92 |
| Hex | F2 | FB | DB | 4 | 0 | D | 2 | 4D | 50 | 5C |
| Octal | 362 | 373 | 333 | 4 | 0 | 15 | 2 | 115 | 120 | 134 |
| Binary | 11110010 | 11111011 | 11011011 | 100 | 0 | 1101 | 10 | 1001101 | 1010000 | 1011100 |
Color Harmonies of #F2FBDB
Complementary color
Monochromatic Colors of #F2FBDB
Black with #F2FBDB
Text Example
Text Example
White with #F2FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBDB; }
p { color: rgb(242,251,219); }
H1.HeaderClassName
{
color: #F2FBDB;
}
.AnyTagClassName
{
color: #F2FBDB;
}
</style>
background-color css
<style>
a { background-color: #F2FBDB; }
a { background-color: rgb(242,251,219); }
div.DivClassName
{
background-color: #F2FBDB;
}
.BgClassName
{
background-color: #F2FBDB;
}
</style>
border-color css
<style>
span { border-color: #F2FBDB; }
span { border-color: rgb(242,251,219); }
td.TdClassName
{
border-color: #F2FBDB;
}
.TagClassName
{
border-color: #F2FBDB;
}
</style>