Shades of Saltpan #F0FDDB
Tints of Saltpan #F0FDDB
RGB
CMYK
RGB Variations
Color information
#F0FDDB (or 0xF0FDDB) is known color: Saltpan. HEX triplet: F0, FD and DB. RGB value is (240,253,219). Sum of RGB (Red+Green+Blue) = 240+253+219=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDDB is #0F0224. Grayscale: #F5F5F5. Windows color (decimal): -983589 or 14417392. OLE color: 14417392.
HSL color Cylindrical-coordinate representation of color #F0FDDB: hue angle of 82.94º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0FDDB is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 253 | 219 | - |
CMYK | 0.05 | 0 | 0.13 | 0.01 |
HSL | 82.94º | 0.89% | 0.93% | - |
HSV(B) | 82.94º | 0.13% | 0.99% | - |
XYZ | 83.85 | 93.89 | 80.72 | - |
YUV | 245.24 | 113.19 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 253 | 219 | 0.05 | 0 | 0.13 | 0.01 | 82.94 | 0.89 | 0.93 |
Hex | F0 | FD | DB | 5 | 0 | D | 1 | 53 | 59 | 5D |
Octal | 360 | 375 | 333 | 5 | 0 | 15 | 1 | 123 | 131 | 135 |
Binary | 11110000 | 11111101 | 11011011 | 101 | 0 | 1101 | 1 | 1010011 | 1011001 | 1011101 |
Color Harmonies of #F0FDDB
Complementary color
Monochromatic Colors of #F0FDDB
Black with #F0FDDB
Text Example
Text Example
White with #F0FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDDB; }
p { color: rgb(240,253,219); }
H1.HeaderClassName
{
color: #F0FDDB;
}
.AnyTagClassName
{
color: #F0FDDB;
}
</style>
background-color css
<style>
a { background-color: #F0FDDB; }
a { background-color: rgb(240,253,219); }
div.DivClassName
{
background-color: #F0FDDB;
}
.BgClassName
{
background-color: #F0FDDB;
}
</style>
border-color css
<style>
span { border-color: #F0FDDB; }
span { border-color: rgb(240,253,219); }
td.TdClassName
{
border-color: #F0FDDB;
}
.TagClassName
{
border-color: #F0FDDB;
}
</style>