Shades of Saltpan #F0FCD9
Tints of Saltpan #F0FCD9
RGB
CMYK
RGB Variations
Color information
#F0FCD9 (or 0xF0FCD9) is known color: Saltpan. HEX triplet: F0, FC and D9. RGB value is (240,252,217). Sum of RGB (Red+Green+Blue) = 240+252+217=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 217 (85.16% from 255 or 30.61% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCD9 is #0F0326. Grayscale: #F4F4F4. Windows color (decimal): -983847 or 14286064. OLE color: 14286064.
HSL color Cylindrical-coordinate representation of color #F0FCD9: hue angle of 80.57º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0FCD9 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 252 | 217 | - |
CMYK | 0.05 | 0 | 0.14 | 0.01 |
HSL | 80.57º | 0.85% | 0.92% | - |
HSV(B) | 80.57º | 0.14% | 0.99% | - |
XYZ | 83.27 | 93.16 | 79.24 | - |
YUV | 244.42 | 112.52 | 124.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 252 | 217 | 0.05 | 0 | 0.14 | 0.01 | 80.57 | 0.85 | 0.92 |
Hex | F0 | FC | D9 | 5 | 0 | E | 1 | 51 | 55 | 5C |
Octal | 360 | 374 | 331 | 5 | 0 | 16 | 1 | 121 | 125 | 134 |
Binary | 11110000 | 11111100 | 11011001 | 101 | 0 | 1110 | 1 | 1010001 | 1010101 | 1011100 |
Color Harmonies of #F0FCD9
Complementary color
Monochromatic Colors of #F0FCD9
Black with #F0FCD9
Text Example
Text Example
White with #F0FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCD9; }
p { color: rgb(240,252,217); }
H1.HeaderClassName
{
color: #F0FCD9;
}
.AnyTagClassName
{
color: #F0FCD9;
}
</style>
background-color css
<style>
a { background-color: #F0FCD9; }
a { background-color: rgb(240,252,217); }
div.DivClassName
{
background-color: #F0FCD9;
}
.BgClassName
{
background-color: #F0FCD9;
}
</style>
border-color css
<style>
span { border-color: #F0FCD9; }
span { border-color: rgb(240,252,217); }
td.TdClassName
{
border-color: #F0FCD9;
}
.TagClassName
{
border-color: #F0FCD9;
}
</style>