Shades of Saltpan #F0FDDA
Tints of Saltpan #F0FDDA
RGB
CMYK
RGB Variations
Color information
#F0FDDA (or 0xF0FDDA) is known color: Saltpan. HEX triplet: F0, FD and DA. RGB value is (240,253,218). Sum of RGB (Red+Green+Blue) = 240+253+218=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FDDA is #0F0225. Grayscale: #F5F5F5. Windows color (decimal): -983590 or 14351856. OLE color: 14351856.
HSL color Cylindrical-coordinate representation of color #F0FDDA: hue angle of 82.29º degrees, saturation: 0.9, 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 #F0FDDA is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 240 | 253 | 218 | - |
CMYK | 0.05 | 0 | 0.14 | 0.01 |
HSL | 82.29º | 0.9% | 0.92% | - |
HSV(B) | 82.29º | 0.14% | 0.99% | - |
XYZ | 83.72 | 93.84 | 80.03 | - |
YUV | 245.12 | 112.69 | 124.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 253 | 218 | 0.05 | 0 | 0.14 | 0.01 | 82.29 | 0.9 | 0.92 |
Hex | F0 | FD | DA | 5 | 0 | E | 1 | 52 | 5A | 5C |
Octal | 360 | 375 | 332 | 5 | 0 | 16 | 1 | 122 | 132 | 134 |
Binary | 11110000 | 11111101 | 11011010 | 101 | 0 | 1110 | 1 | 1010010 | 1011010 | 1011100 |
Color Harmonies of #F0FDDA
Complementary color
Monochromatic Colors of #F0FDDA
Black with #F0FDDA
Text Example
Text Example
White with #F0FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FDDA; }
p { color: rgb(240,253,218); }
H1.HeaderClassName
{
color: #F0FDDA;
}
.AnyTagClassName
{
color: #F0FDDA;
}
</style>
background-color css
<style>
a { background-color: #F0FDDA; }
a { background-color: rgb(240,253,218); }
div.DivClassName
{
background-color: #F0FDDA;
}
.BgClassName
{
background-color: #F0FDDA;
}
</style>
border-color css
<style>
span { border-color: #F0FDDA; }
span { border-color: rgb(240,253,218); }
td.TdClassName
{
border-color: #F0FDDA;
}
.TagClassName
{
border-color: #F0FDDA;
}
</style>