Shades of Splash #F0DB9E
Tints of Splash #F0DB9E
RGB
CMYK
RGB Variations
Color information
#F0DB9E (or 0xF0DB9E) is known color: Splash. HEX triplet: F0, DB and 9E. RGB value is (240,219,158). Sum of RGB (Red+Green+Blue) = 240+219+158=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DB9E is #0F2461. Grayscale: #DADADA. Windows color (decimal): -992354 or 10410992. OLE color: 10410992.
HSL color Cylindrical-coordinate representation of color #F0DB9E: hue angle of 44.63º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0DB9E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 158 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.06 |
| HSL | 44.63º | 0.73% | 0.78% | - |
| HSV(B) | 44.63º | 0.34% | 0.94% | - |
| XYZ | 67.44 | 71.66 | 42.62 | - |
| YUV | 218.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 158 | 0 | 0.09 | 0.34 | 0.06 | 44.63 | 0.73 | 0.78 |
| Hex | F0 | DB | 9E | 0 | 9 | 22 | 6 | 2D | 49 | 4E |
| Octal | 360 | 333 | 236 | 0 | 11 | 42 | 6 | 55 | 111 | 116 |
| Binary | 11110000 | 11011011 | 10011110 | 0 | 1001 | 100010 | 110 | 101101 | 1001001 | 1001110 |
Color Harmonies of #F0DB9E
Complementary color
Monochromatic Colors of #F0DB9E
Black with #F0DB9E
Text Example
Text Example
White with #F0DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB9E; }
p { color: rgb(240,219,158); }
H1.HeaderClassName
{
color: #F0DB9E;
}
.AnyTagClassName
{
color: #F0DB9E;
}
</style>
background-color css
<style>
a { background-color: #F0DB9E; }
a { background-color: rgb(240,219,158); }
div.DivClassName
{
background-color: #F0DB9E;
}
.BgClassName
{
background-color: #F0DB9E;
}
</style>
border-color css
<style>
span { border-color: #F0DB9E; }
span { border-color: rgb(240,219,158); }
td.TdClassName
{
border-color: #F0DB9E;
}
.TagClassName
{
border-color: #F0DB9E;
}
</style>