Shades of Saltpan #F0FFDD
Tints of Saltpan #F0FFDD
RGB
CMYK
RGB Variations
Color information
#F0FFDD (or 0xF0FFDD) is known color: Saltpan. HEX triplet: F0, FF and DD. RGB value is (240,255,221). Sum of RGB (Red+Green+Blue) = 240+255+221=716 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.52% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFDD is #0F0022. Grayscale: #F6F6F6. Windows color (decimal): -983075 or 14548976. OLE color: 14548976.
HSL color Cylindrical-coordinate representation of color #F0FFDD: hue angle of 86.47º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0FFDD is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 255 | 221 | - |
CMYK | 0.06 | 0 | 0.13 | 0 |
HSL | 86.47º | 1% | 0.93% | - |
HSV(B) | 86.47º | 0.13% | 1% | - |
XYZ | 84.75 | 95.27 | 82.33 | - |
YUV | 246.64 | 113.53 | 123.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 255 | 221 | 0.06 | 0 | 0.13 | 0 | 86.47 | 1 | 0.93 |
Hex | F0 | FF | DD | 6 | 0 | D | 0 | 56 | 64 | 5D |
Octal | 360 | 377 | 335 | 6 | 0 | 15 | 0 | 126 | 144 | 135 |
Binary | 11110000 | 11111111 | 11011101 | 110 | 0 | 1101 | 0 | 1010110 | 1100100 | 1011101 |
Color Harmonies of #F0FFDD
Complementary color
Monochromatic Colors of #F0FFDD
Black with #F0FFDD
Text Example
Text Example
White with #F0FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFDD; }
p { color: rgb(240,255,221); }
H1.HeaderClassName
{
color: #F0FFDD;
}
.AnyTagClassName
{
color: #F0FFDD;
}
</style>
background-color css
<style>
a { background-color: #F0FFDD; }
a { background-color: rgb(240,255,221); }
div.DivClassName
{
background-color: #F0FFDD;
}
.BgClassName
{
background-color: #F0FFDD;
}
</style>
border-color css
<style>
span { border-color: #F0FFDD; }
span { border-color: rgb(240,255,221); }
td.TdClassName
{
border-color: #F0FFDD;
}
.TagClassName
{
border-color: #F0FFDD;
}
</style>