Shades of Saltpan #F0FDDF
Tints of Saltpan #F0FDDF
RGB
CMYK
RGB Variations
Color information
#F0FDDF (or 0xF0FDDF) is known color: Saltpan. HEX triplet: F0, FD and DF. RGB value is (240,253,223). Sum of RGB (Red+Green+Blue) = 240+253+223=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDDF is #0F0220. Grayscale: #F5F5F5. Windows color (decimal): -983585 or 14679536. OLE color: 14679536.
HSL color Cylindrical-coordinate representation of color #F0FDDF: hue angle of 86º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0FDDF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 253 | 223 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.01 |
| HSL | 86º | 0.88% | 0.93% | - |
| HSV(B) | 86º | 0.12% | 0.99% | - |
| XYZ | 84.38 | 94.1 | 83.53 | - |
| YUV | 245.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 253 | 223 | 0.05 | 0 | 0.12 | 0.01 | 86 | 0.88 | 0.93 |
| Hex | F0 | FD | DF | 5 | 0 | C | 1 | 56 | 58 | 5D |
| Octal | 360 | 375 | 337 | 5 | 0 | 14 | 1 | 126 | 130 | 135 |
| Binary | 11110000 | 11111101 | 11011111 | 101 | 0 | 1100 | 1 | 1010110 | 1011000 | 1011101 |
Color Harmonies of #F0FDDF
Complementary color
Monochromatic Colors of #F0FDDF
Black with #F0FDDF
Text Example
Text Example
White with #F0FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDDF; }
p { color: rgb(240,253,223); }
H1.HeaderClassName
{
color: #F0FDDF;
}
.AnyTagClassName
{
color: #F0FDDF;
}
</style>
background-color css
<style>
a { background-color: #F0FDDF; }
a { background-color: rgb(240,253,223); }
div.DivClassName
{
background-color: #F0FDDF;
}
.BgClassName
{
background-color: #F0FDDF;
}
</style>
border-color css
<style>
span { border-color: #F0FDDF; }
span { border-color: rgb(240,253,223); }
td.TdClassName
{
border-color: #F0FDDF;
}
.TagClassName
{
border-color: #F0FDDF;
}
</style>