Shades of Saltpan #F3FFDB
Tints of Saltpan #F3FFDB
RGB
CMYK
RGB Variations
Color information
#F3FFDB (or 0xF3FFDB) is known color: Saltpan. HEX triplet: F3, FF and DB. RGB value is (243,255,219). Sum of RGB (Red+Green+Blue) = 243+255+219=717 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.89% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FFDB is #0C0024. Grayscale: #F7F7F7. Windows color (decimal): -786469 or 14417907. OLE color: 14417907.
HSL color Cylindrical-coordinate representation of color #F3FFDB: hue angle of 80º 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 #F3FFDB is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 219 | - |
| CMYK | 0.05 | 0 | 0.14 | 0 |
| HSL | 80º | 1% | 0.93% | - |
| HSV(B) | 80º | 0.14% | 1% | - |
| XYZ | 85.51 | 95.69 | 80.98 | - |
| YUV | 247.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 219 | 0.05 | 0 | 0.14 | 0 | 80 | 1 | 0.93 |
| Hex | F3 | FF | DB | 5 | 0 | E | 0 | 50 | 64 | 5D |
| Octal | 363 | 377 | 333 | 5 | 0 | 16 | 0 | 120 | 144 | 135 |
| Binary | 11110011 | 11111111 | 11011011 | 101 | 0 | 1110 | 0 | 1010000 | 1100100 | 1011101 |
Color Harmonies of #F3FFDB
Complementary color
Monochromatic Colors of #F3FFDB
Black with #F3FFDB
Text Example
Text Example
White with #F3FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FFDB; }
p { color: rgb(243,255,219); }
H1.HeaderClassName
{
color: #F3FFDB;
}
.AnyTagClassName
{
color: #F3FFDB;
}
</style>
background-color css
<style>
a { background-color: #F3FFDB; }
a { background-color: rgb(243,255,219); }
div.DivClassName
{
background-color: #F3FFDB;
}
.BgClassName
{
background-color: #F3FFDB;
}
</style>
border-color css
<style>
span { border-color: #F3FFDB; }
span { border-color: rgb(243,255,219); }
td.TdClassName
{
border-color: #F3FFDB;
}
.TagClassName
{
border-color: #F3FFDB;
}
</style>