Shades of Saltpan #F0FFDA
Tints of Saltpan #F0FFDA
RGB
CMYK
RGB Variations
Color information
#F0FFDA (or 0xF0FFDA) is known color: Saltpan. HEX triplet: F0, FF and DA. RGB value is (240,255,218). Sum of RGB (Red+Green+Blue) = 240+255+218=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 218 (85.55% from 255 or 30.58% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFDA is #0F0025. Grayscale: #F6F6F6. Windows color (decimal): -983078 or 14352368. OLE color: 14352368.
HSL color Cylindrical-coordinate representation of color #F0FFDA: hue angle of 84.32º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0FFDA is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 240 | 255 | 218 | - |
CMYK | 0.06 | 0 | 0.15 | 0 |
HSL | 84.32º | 1% | 0.93% | - |
HSV(B) | 84.32º | 0.15% | 1% | - |
XYZ | 84.35 | 95.11 | 80.24 | - |
YUV | 246.3 | 112.03 | 123.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 255 | 218 | 0.06 | 0 | 0.15 | 0 | 84.32 | 1 | 0.93 |
Hex | F0 | FF | DA | 6 | 0 | F | 0 | 54 | 64 | 5D |
Octal | 360 | 377 | 332 | 6 | 0 | 17 | 0 | 124 | 144 | 135 |
Binary | 11110000 | 11111111 | 11011010 | 110 | 0 | 1111 | 0 | 1010100 | 1100100 | 1011101 |
Color Harmonies of #F0FFDA
Complementary color
Monochromatic Colors of #F0FFDA
Black with #F0FFDA
Text Example
Text Example
White with #F0FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FFDA; }
p { color: rgb(240,255,218); }
H1.HeaderClassName
{
color: #F0FFDA;
}
.AnyTagClassName
{
color: #F0FFDA;
}
</style>
background-color css
<style>
a { background-color: #F0FFDA; }
a { background-color: rgb(240,255,218); }
div.DivClassName
{
background-color: #F0FFDA;
}
.BgClassName
{
background-color: #F0FFDA;
}
</style>
border-color css
<style>
span { border-color: #F0FFDA; }
span { border-color: rgb(240,255,218); }
td.TdClassName
{
border-color: #F0FFDA;
}
.TagClassName
{
border-color: #F0FFDA;
}
</style>