Shades of Saltpan #F0FCDB
Tints of Saltpan #F0FCDB
RGB
CMYK
RGB Variations
Color information
#F0FCDB (or 0xF0FCDB) is known color: Saltpan. HEX triplet: F0, FC and DB. RGB value is (240,252,219). Sum of RGB (Red+Green+Blue) = 240+252+219=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCDB is #0F0324. Grayscale: #F4F4F4. Windows color (decimal): -983845 or 14417136. OLE color: 14417136.
HSL color Cylindrical-coordinate representation of color #F0FCDB: hue angle of 81.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0FCDB is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 252 | 219 | - |
CMYK | 0.05 | 0 | 0.13 | 0.01 |
HSL | 81.82º | 0.85% | 0.92% | - |
HSV(B) | 81.82º | 0.13% | 0.99% | - |
XYZ | 83.53 | 93.26 | 80.62 | - |
YUV | 244.65 | 113.52 | 124.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 252 | 219 | 0.05 | 0 | 0.13 | 0.01 | 81.82 | 0.85 | 0.92 |
Hex | F0 | FC | DB | 5 | 0 | D | 1 | 52 | 55 | 5C |
Octal | 360 | 374 | 333 | 5 | 0 | 15 | 1 | 122 | 125 | 134 |
Binary | 11110000 | 11111100 | 11011011 | 101 | 0 | 1101 | 1 | 1010010 | 1010101 | 1011100 |
Color Harmonies of #F0FCDB
Complementary color
Monochromatic Colors of #F0FCDB
Black with #F0FCDB
Text Example
Text Example
White with #F0FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FCDB; }
p { color: rgb(240,252,219); }
H1.HeaderClassName
{
color: #F0FCDB;
}
.AnyTagClassName
{
color: #F0FCDB;
}
</style>
background-color css
<style>
a { background-color: #F0FCDB; }
a { background-color: rgb(240,252,219); }
div.DivClassName
{
background-color: #F0FCDB;
}
.BgClassName
{
background-color: #F0FCDB;
}
</style>
border-color css
<style>
span { border-color: #F0FCDB; }
span { border-color: rgb(240,252,219); }
td.TdClassName
{
border-color: #F0FCDB;
}
.TagClassName
{
border-color: #F0FCDB;
}
</style>