Shades of Splash #F0D996
Tints of Splash #F0D996
RGB
CMYK
RGB Variations
Color information
#F0D996 (or 0xF0D996) is known color: Splash. HEX triplet: F0, D9 and 96. RGB value is (240,217,150). Sum of RGB (Red+Green+Blue) = 240+217+150=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D996 is #0F2669. Grayscale: #D8D8D8. Windows color (decimal): -992874 or 9886192. OLE color: 9886192.
HSL color Cylindrical-coordinate representation of color #F0D996: hue angle of 44.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0D996 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 150 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.06 |
| HSL | 44.67º | 0.75% | 0.76% | - |
| HSV(B) | 44.67º | 0.38% | 0.94% | - |
| XYZ | 66.25 | 70.35 | 38.94 | - |
| YUV | 216.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 150 | 0 | 0.10 | 0.37 | 0.06 | 44.67 | 0.75 | 0.76 |
| Hex | F0 | D9 | 96 | 0 | A | 25 | 6 | 2D | 4B | 4C |
| Octal | 360 | 331 | 226 | 0 | 12 | 45 | 6 | 55 | 113 | 114 |
| Binary | 11110000 | 11011001 | 10010110 | 0 | 1010 | 100101 | 110 | 101101 | 1001011 | 1001100 |
Color Harmonies of #F0D996
Complementary color
Monochromatic Colors of #F0D996
Black with #F0D996
Text Example
Text Example
White with #F0D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D996; }
p { color: rgb(240,217,150); }
H1.HeaderClassName
{
color: #F0D996;
}
.AnyTagClassName
{
color: #F0D996;
}
</style>
background-color css
<style>
a { background-color: #F0D996; }
a { background-color: rgb(240,217,150); }
div.DivClassName
{
background-color: #F0D996;
}
.BgClassName
{
background-color: #F0D996;
}
</style>
border-color css
<style>
span { border-color: #F0D996; }
span { border-color: rgb(240,217,150); }
td.TdClassName
{
border-color: #F0D996;
}
.TagClassName
{
border-color: #F0D996;
}
</style>