Shades of Splash #F6D99D
Tints of Splash #F6D99D
RGB
CMYK
RGB Variations
Color information
#F6D99D (or 0xF6D99D) is known color: Splash. HEX triplet: F6, D9 and 9D. RGB value is (246,217,157). Sum of RGB (Red+Green+Blue) = 246+217+157=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D99D is #092662. Grayscale: #DBDBDB. Windows color (decimal): -599651 or 10344950. OLE color: 10344950.
HSL color Cylindrical-coordinate representation of color #F6D99D: hue angle of 40.45º 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 #F6D99D is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 157 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.04 |
| HSL | 40.45º | 0.83% | 0.79% | - |
| HSV(B) | 40.45º | 0.36% | 0.96% | - |
| XYZ | 68.9 | 71.65 | 42.1 | - |
| YUV | 218.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 157 | 0 | 0.12 | 0.36 | 0.04 | 40.45 | 0.83 | 0.79 |
| Hex | F6 | D9 | 9D | 0 | C | 24 | 4 | 28 | 53 | 4F |
| Octal | 366 | 331 | 235 | 0 | 14 | 44 | 4 | 50 | 123 | 117 |
| Binary | 11110110 | 11011001 | 10011101 | 0 | 1100 | 100100 | 100 | 101000 | 1010011 | 1001111 |
Color Harmonies of #F6D99D
Complementary color
Monochromatic Colors of #F6D99D
Black with #F6D99D
Text Example
Text Example
White with #F6D99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D99D; }
p { color: rgb(246,217,157); }
H1.HeaderClassName
{
color: #F6D99D;
}
.AnyTagClassName
{
color: #F6D99D;
}
</style>
background-color css
<style>
a { background-color: #F6D99D; }
a { background-color: rgb(246,217,157); }
div.DivClassName
{
background-color: #F6D99D;
}
.BgClassName
{
background-color: #F6D99D;
}
</style>
border-color css
<style>
span { border-color: #F6D99D; }
span { border-color: rgb(246,217,157); }
td.TdClassName
{
border-color: #F6D99D;
}
.TagClassName
{
border-color: #F6D99D;
}
</style>