Shades of Splash #F0DA9D
Tints of Splash #F0DA9D
RGB
CMYK
RGB Variations
Color information
#F0DA9D (or 0xF0DA9D) is known color: Splash. HEX triplet: F0, DA and 9D. RGB value is (240,218,157). Sum of RGB (Red+Green+Blue) = 240+218+157=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DA9D is #0F2562. Grayscale: #D9D9D9. Windows color (decimal): -992611 or 10345200. OLE color: 10345200.
HSL color Cylindrical-coordinate representation of color #F0DA9D: hue angle of 44.1º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0DA9D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 157 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.06 |
| HSL | 44.1º | 0.73% | 0.78% | - |
| HSV(B) | 44.1º | 0.35% | 0.94% | - |
| XYZ | 67.09 | 71.1 | 42.09 | - |
| YUV | 217.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 157 | 0 | 0.09 | 0.35 | 0.06 | 44.1 | 0.73 | 0.78 |
| Hex | F0 | DA | 9D | 0 | 9 | 23 | 6 | 2C | 49 | 4E |
| Octal | 360 | 332 | 235 | 0 | 11 | 43 | 6 | 54 | 111 | 116 |
| Binary | 11110000 | 11011010 | 10011101 | 0 | 1001 | 100011 | 110 | 101100 | 1001001 | 1001110 |
Color Harmonies of #F0DA9D
Complementary color
Monochromatic Colors of #F0DA9D
Black with #F0DA9D
Text Example
Text Example
White with #F0DA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA9D; }
p { color: rgb(240,218,157); }
H1.HeaderClassName
{
color: #F0DA9D;
}
.AnyTagClassName
{
color: #F0DA9D;
}
</style>
background-color css
<style>
a { background-color: #F0DA9D; }
a { background-color: rgb(240,218,157); }
div.DivClassName
{
background-color: #F0DA9D;
}
.BgClassName
{
background-color: #F0DA9D;
}
</style>
border-color css
<style>
span { border-color: #F0DA9D; }
span { border-color: rgb(240,218,157); }
td.TdClassName
{
border-color: #F0DA9D;
}
.TagClassName
{
border-color: #F0DA9D;
}
</style>