Shades of Splash #F6D99E
Tints of Splash #F6D99E
RGB
CMYK
RGB Variations
Color information
#F6D99E (or 0xF6D99E) is known color: Splash. HEX triplet: F6, D9 and 9E. RGB value is (246,217,158). Sum of RGB (Red+Green+Blue) = 246+217+158=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D99E is #092661. Grayscale: #DBDBDB. Windows color (decimal): -599650 or 10410486. OLE color: 10410486.
HSL color Cylindrical-coordinate representation of color #F6D99E: hue angle of 40.23º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6D99E is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 158 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.04 |
| HSL | 40.23º | 0.83% | 0.79% | - |
| HSV(B) | 40.23º | 0.36% | 0.96% | - |
| XYZ | 68.99 | 71.69 | 42.55 | - |
| YUV | 218.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 158 | 0 | 0.12 | 0.36 | 0.04 | 40.23 | 0.83 | 0.79 |
| Hex | F6 | D9 | 9E | 0 | C | 24 | 4 | 28 | 53 | 4F |
| Octal | 366 | 331 | 236 | 0 | 14 | 44 | 4 | 50 | 123 | 117 |
| Binary | 11110110 | 11011001 | 10011110 | 0 | 1100 | 100100 | 100 | 101000 | 1010011 | 1001111 |
Color Harmonies of #F6D99E
Complementary color
Monochromatic Colors of #F6D99E
Black with #F6D99E
Text Example
Text Example
White with #F6D99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D99E; }
p { color: rgb(246,217,158); }
H1.HeaderClassName
{
color: #F6D99E;
}
.AnyTagClassName
{
color: #F6D99E;
}
</style>
background-color css
<style>
a { background-color: #F6D99E; }
a { background-color: rgb(246,217,158); }
div.DivClassName
{
background-color: #F6D99E;
}
.BgClassName
{
background-color: #F6D99E;
}
</style>
border-color css
<style>
span { border-color: #F6D99E; }
span { border-color: rgb(246,217,158); }
td.TdClassName
{
border-color: #F6D99E;
}
.TagClassName
{
border-color: #F6D99E;
}
</style>