Shades of Splash #F6D996
Tints of Splash #F6D996
RGB
CMYK
RGB Variations
Color information
#F6D996 (or 0xF6D996) is known color: Splash. HEX triplet: F6, D9 and 96. RGB value is (246,217,150). Sum of RGB (Red+Green+Blue) = 246+217+150=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D996 is #092669. Grayscale: #DADADA. Windows color (decimal): -599658 or 9886198. OLE color: 9886198.
HSL color Cylindrical-coordinate representation of color #F6D996: hue angle of 41.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6D996 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 150 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.04 |
| HSL | 41.88º | 0.84% | 0.78% | - |
| HSV(B) | 41.88º | 0.39% | 0.96% | - |
| XYZ | 68.32 | 71.42 | 39.04 | - |
| YUV | 218.03 | 89.61 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 150 | 0 | 0.12 | 0.39 | 0.04 | 41.88 | 0.84 | 0.78 |
| Hex | F6 | D9 | 96 | 0 | C | 27 | 4 | 2A | 54 | 4E |
| Octal | 366 | 331 | 226 | 0 | 14 | 47 | 4 | 52 | 124 | 116 |
| Binary | 11110110 | 11011001 | 10010110 | 0 | 1100 | 100111 | 100 | 101010 | 1010100 | 1001110 |
Color Harmonies of #F6D996
Complementary color
Monochromatic Colors of #F6D996
Black with #F6D996
Text Example
Text Example
White with #F6D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D996; }
p { color: rgb(246,217,150); }
H1.HeaderClassName
{
color: #F6D996;
}
.AnyTagClassName
{
color: #F6D996;
}
</style>
background-color css
<style>
a { background-color: #F6D996; }
a { background-color: rgb(246,217,150); }
div.DivClassName
{
background-color: #F6D996;
}
.BgClassName
{
background-color: #F6D996;
}
</style>
border-color css
<style>
span { border-color: #F6D996; }
span { border-color: rgb(246,217,150); }
td.TdClassName
{
border-color: #F6D996;
}
.TagClassName
{
border-color: #F6D996;
}
</style>