Shades of Saltpan #F0FFDF
Tints of Saltpan #F0FFDF
RGB
CMYK
RGB Variations
Color information
#F0FFDF (or 0xF0FFDF) is known color: Saltpan. HEX triplet: F0, FF and DF. RGB value is (240,255,223). Sum of RGB (Red+Green+Blue) = 240+255+223=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 255 (100% from 255 or 35.52% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFDF is #0F0020. Grayscale: #F6F6F6. Windows color (decimal): -983073 or 14680048. OLE color: 14680048.
HSL color Cylindrical-coordinate representation of color #F0FFDF: hue angle of 88.12º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0FFDF is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 255 | 223 | - |
CMYK | 0.06 | 0 | 0.13 | 0 |
HSL | 88.13º | 1% | 0.94% | - |
HSV(B) | 88.13º | 0.13% | 1% | - |
XYZ | 85.01 | 95.37 | 83.74 | - |
YUV | 246.87 | 114.53 | 123.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 255 | 223 | 0.06 | 0 | 0.13 | 0 | 88.13 | 1 | 0.94 |
Hex | F0 | FF | DF | 6 | 0 | D | 0 | 58 | 64 | 5E |
Octal | 360 | 377 | 337 | 6 | 0 | 15 | 0 | 130 | 144 | 136 |
Binary | 11110000 | 11111111 | 11011111 | 110 | 0 | 1101 | 0 | 1011000 | 1100100 | 1011110 |
Color Harmonies of #F0FFDF
Complementary color
Monochromatic Colors of #F0FFDF
Black with #F0FFDF
Text Example
Text Example
White with #F0FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFDF; }
p { color: rgb(240,255,223); }
H1.HeaderClassName
{
color: #F0FFDF;
}
.AnyTagClassName
{
color: #F0FFDF;
}
</style>
background-color css
<style>
a { background-color: #F0FFDF; }
a { background-color: rgb(240,255,223); }
div.DivClassName
{
background-color: #F0FFDF;
}
.BgClassName
{
background-color: #F0FFDF;
}
</style>
border-color css
<style>
span { border-color: #F0FFDF; }
span { border-color: rgb(240,255,223); }
td.TdClassName
{
border-color: #F0FFDF;
}
.TagClassName
{
border-color: #F0FFDF;
}
</style>