Shades of Saltpan #F1FBDB
Tints of Saltpan #F1FBDB
RGB
CMYK
RGB Variations
Color information
#F1FBDB (or 0xF1FBDB) is known color: Saltpan. HEX triplet: F1, FB and DB. RGB value is (241,251,219). Sum of RGB (Red+Green+Blue) = 241+251+219=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #F1FBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FBDB is #0E0424. Grayscale: #F4F4F4. Windows color (decimal): -918565 or 14416881. OLE color: 14416881.
HSL color Cylindrical-coordinate representation of color #F1FBDB: hue angle of 78.75º 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 #F1FBDB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 241 | 251 | 219 | - |
CMYK | 0.04 | 0 | 0.13 | 0.02 |
HSL | 78.75º | 0.8% | 0.92% | - |
HSV(B) | 78.75º | 0.13% | 0.98% | - |
XYZ | 83.56 | 92.81 | 80.53 | - |
YUV | 244.36 | 113.69 | 125.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 251 | 219 | 0.04 | 0 | 0.13 | 0.02 | 78.75 | 0.8 | 0.92 |
Hex | F1 | FB | DB | 4 | 0 | D | 2 | 4F | 50 | 5C |
Octal | 361 | 373 | 333 | 4 | 0 | 15 | 2 | 117 | 120 | 134 |
Binary | 11110001 | 11111011 | 11011011 | 100 | 0 | 1101 | 10 | 1001111 | 1010000 | 1011100 |
Color Harmonies of #F1FBDB
Complementary color
Monochromatic Colors of #F1FBDB
Black with #F1FBDB
Text Example
Text Example
White with #F1FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FBDB; }
p { color: rgb(241,251,219); }
H1.HeaderClassName
{
color: #F1FBDB;
}
.AnyTagClassName
{
color: #F1FBDB;
}
</style>
background-color css
<style>
a { background-color: #F1FBDB; }
a { background-color: rgb(241,251,219); }
div.DivClassName
{
background-color: #F1FBDB;
}
.BgClassName
{
background-color: #F1FBDB;
}
</style>
border-color css
<style>
span { border-color: #F1FBDB; }
span { border-color: rgb(241,251,219); }
td.TdClassName
{
border-color: #F1FBDB;
}
.TagClassName
{
border-color: #F1FBDB;
}
</style>