Shades of Splash #F0DA9E
Tints of Splash #F0DA9E
RGB
CMYK
RGB Variations
Color information
#F0DA9E (or 0xF0DA9E) is known color: Splash. HEX triplet: F0, DA and 9E. RGB value is (240,218,158). Sum of RGB (Red+Green+Blue) = 240+218+158=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DA9E is #0F2561. Grayscale: #DADADA. Windows color (decimal): -992610 or 10410736. OLE color: 10410736.
HSL color Cylindrical-coordinate representation of color #F0DA9E: hue angle of 43.9º 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 #F0DA9E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 158 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.06 |
| HSL | 43.9º | 0.73% | 0.78% | - |
| HSV(B) | 43.9º | 0.34% | 0.94% | - |
| XYZ | 67.18 | 71.14 | 42.54 | - |
| YUV | 217.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 158 | 0 | 0.09 | 0.34 | 0.06 | 43.9 | 0.73 | 0.78 |
| Hex | F0 | DA | 9E | 0 | 9 | 22 | 6 | 2C | 49 | 4E |
| Octal | 360 | 332 | 236 | 0 | 11 | 42 | 6 | 54 | 111 | 116 |
| Binary | 11110000 | 11011010 | 10011110 | 0 | 1001 | 100010 | 110 | 101100 | 1001001 | 1001110 |
Color Harmonies of #F0DA9E
Complementary color
Monochromatic Colors of #F0DA9E
Black with #F0DA9E
Text Example
Text Example
White with #F0DA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA9E; }
p { color: rgb(240,218,158); }
H1.HeaderClassName
{
color: #F0DA9E;
}
.AnyTagClassName
{
color: #F0DA9E;
}
</style>
background-color css
<style>
a { background-color: #F0DA9E; }
a { background-color: rgb(240,218,158); }
div.DivClassName
{
background-color: #F0DA9E;
}
.BgClassName
{
background-color: #F0DA9E;
}
</style>
border-color css
<style>
span { border-color: #F0DA9E; }
span { border-color: rgb(240,218,158); }
td.TdClassName
{
border-color: #F0DA9E;
}
.TagClassName
{
border-color: #F0DA9E;
}
</style>