Shades of Saltpan #F1FDDD
Tints of Saltpan #F1FDDD
RGB
CMYK
RGB Variations
Color information
#F1FDDD (or 0xF1FDDD) is known color: Saltpan. HEX triplet: F1, FD and DD. RGB value is (241,253,221). Sum of RGB (Red+Green+Blue) = 241+253+221=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDDD is #0E0222. Grayscale: #F5F5F5. Windows color (decimal): -918051 or 14548465. OLE color: 14548465.
HSL color Cylindrical-coordinate representation of color #F1FDDD: hue angle of 82.5º 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 #F1FDDD is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 241 | 253 | 221 | - |
CMYK | 0.05 | 0 | 0.13 | 0.01 |
HSL | 82.5º | 0.89% | 0.93% | - |
HSV(B) | 82.5º | 0.13% | 0.99% | - |
XYZ | 84.45 | 94.17 | 82.13 | - |
YUV | 245.76 | 114.02 | 124.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 253 | 221 | 0.05 | 0 | 0.13 | 0.01 | 82.5 | 0.89 | 0.93 |
Hex | F1 | FD | DD | 5 | 0 | D | 1 | 52 | 59 | 5D |
Octal | 361 | 375 | 335 | 5 | 0 | 15 | 1 | 122 | 131 | 135 |
Binary | 11110001 | 11111101 | 11011101 | 101 | 0 | 1101 | 1 | 1010010 | 1011001 | 1011101 |
Color Harmonies of #F1FDDD
Complementary color
Monochromatic Colors of #F1FDDD
Black with #F1FDDD
Text Example
Text Example
White with #F1FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FDDD; }
p { color: rgb(241,253,221); }
H1.HeaderClassName
{
color: #F1FDDD;
}
.AnyTagClassName
{
color: #F1FDDD;
}
</style>
background-color css
<style>
a { background-color: #F1FDDD; }
a { background-color: rgb(241,253,221); }
div.DivClassName
{
background-color: #F1FDDD;
}
.BgClassName
{
background-color: #F1FDDD;
}
</style>
border-color css
<style>
span { border-color: #F1FDDD; }
span { border-color: rgb(241,253,221); }
td.TdClassName
{
border-color: #F1FDDD;
}
.TagClassName
{
border-color: #F1FDDD;
}
</style>