Shades of Saltpan #F3FDDB
Tints of Saltpan #F3FDDB
RGB
CMYK
RGB Variations
Color information
#F3FDDB (or 0xF3FDDB) is known color: Saltpan. HEX triplet: F3, FD and DB. RGB value is (243,253,219). Sum of RGB (Red+Green+Blue) = 243+253+219=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #F3FDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FDDB is #0C0224. Grayscale: #F6F6F6. Windows color (decimal): -786981 or 14417395. OLE color: 14417395.
HSL color Cylindrical-coordinate representation of color #F3FDDB: hue angle of 77.65º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3FDDB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 243 | 253 | 219 | - |
CMYK | 0.04 | 0 | 0.13 | 0.01 |
HSL | 77.65º | 0.89% | 0.93% | - |
HSV(B) | 77.65º | 0.13% | 0.99% | - |
XYZ | 84.87 | 94.42 | 80.77 | - |
YUV | 246.13 | 112.69 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 253 | 219 | 0.04 | 0 | 0.13 | 0.01 | 77.65 | 0.89 | 0.93 |
Hex | F3 | FD | DB | 4 | 0 | D | 1 | 4E | 59 | 5D |
Octal | 363 | 375 | 333 | 4 | 0 | 15 | 1 | 116 | 131 | 135 |
Binary | 11110011 | 11111101 | 11011011 | 100 | 0 | 1101 | 1 | 1001110 | 1011001 | 1011101 |
Color Harmonies of #F3FDDB
Complementary color
Monochromatic Colors of #F3FDDB
Black with #F3FDDB
Text Example
Text Example
White with #F3FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FDDB; }
p { color: rgb(243,253,219); }
H1.HeaderClassName
{
color: #F3FDDB;
}
.AnyTagClassName
{
color: #F3FDDB;
}
</style>
background-color css
<style>
a { background-color: #F3FDDB; }
a { background-color: rgb(243,253,219); }
div.DivClassName
{
background-color: #F3FDDB;
}
.BgClassName
{
background-color: #F3FDDB;
}
</style>
border-color css
<style>
span { border-color: #F3FDDB; }
span { border-color: rgb(243,253,219); }
td.TdClassName
{
border-color: #F3FDDB;
}
.TagClassName
{
border-color: #F3FDDB;
}
</style>