Shades of Saltpan #F0FFD8
Tints of Saltpan #F0FFD8
RGB
CMYK
RGB Variations
Color information
#F0FFD8 (or 0xF0FFD8) is known color: Saltpan. HEX triplet: F0, FF and D8. RGB value is (240,255,216). Sum of RGB (Red+Green+Blue) = 240+255+216=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 216 (84.77% from 255 or 30.38% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFD8 is #0F0027. Grayscale: #F6F6F6. Windows color (decimal): -983080 or 14221296. OLE color: 14221296.
HSL color Cylindrical-coordinate representation of color #F0FFD8: hue angle of 83.08º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0FFD8 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 255 | 216 | - |
CMYK | 0.06 | 0 | 0.15 | 0 |
HSL | 83.08º | 1% | 0.92% | - |
HSV(B) | 83.08º | 0.15% | 1% | - |
XYZ | 84.09 | 95 | 78.87 | - |
YUV | 246.07 | 111.03 | 123.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 255 | 216 | 0.06 | 0 | 0.15 | 0 | 83.08 | 1 | 0.92 |
Hex | F0 | FF | D8 | 6 | 0 | F | 0 | 53 | 64 | 5C |
Octal | 360 | 377 | 330 | 6 | 0 | 17 | 0 | 123 | 144 | 134 |
Binary | 11110000 | 11111111 | 11011000 | 110 | 0 | 1111 | 0 | 1010011 | 1100100 | 1011100 |
Color Harmonies of #F0FFD8
Complementary color
Monochromatic Colors of #F0FFD8
Black with #F0FFD8
Text Example
Text Example
White with #F0FFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFD8; }
p { color: rgb(240,255,216); }
H1.HeaderClassName
{
color: #F0FFD8;
}
.AnyTagClassName
{
color: #F0FFD8;
}
</style>
background-color css
<style>
a { background-color: #F0FFD8; }
a { background-color: rgb(240,255,216); }
div.DivClassName
{
background-color: #F0FFD8;
}
.BgClassName
{
background-color: #F0FFD8;
}
</style>
border-color css
<style>
span { border-color: #F0FFD8; }
span { border-color: rgb(240,255,216); }
td.TdClassName
{
border-color: #F0FFD8;
}
.TagClassName
{
border-color: #F0FFD8;
}
</style>