Shades of Splash #F6D895
Tints of Splash #F6D895
RGB
CMYK
RGB Variations
Color information
#F6D895 (or 0xF6D895) is known color: Splash. HEX triplet: F6, D8 and 95. RGB value is (246,216,149). Sum of RGB (Red+Green+Blue) = 246+216+149=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D895 is #09276A. Grayscale: #D9D9D9. Windows color (decimal): -599915 or 9820406. OLE color: 9820406.
HSL color Cylindrical-coordinate representation of color #F6D895: hue angle of 41.44º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6D895 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 149 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.04 |
| HSL | 41.44º | 0.84% | 0.77% | - |
| HSV(B) | 41.44º | 0.39% | 0.96% | - |
| XYZ | 67.99 | 70.87 | 38.53 | - |
| YUV | 217.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 149 | 0 | 0.12 | 0.39 | 0.04 | 41.44 | 0.84 | 0.77 |
| Hex | F6 | D8 | 95 | 0 | C | 27 | 4 | 29 | 54 | 4D |
| Octal | 366 | 330 | 225 | 0 | 14 | 47 | 4 | 51 | 124 | 115 |
| Binary | 11110110 | 11011000 | 10010101 | 0 | 1100 | 100111 | 100 | 101001 | 1010100 | 1001101 |
Color Harmonies of #F6D895
Complementary color
Monochromatic Colors of #F6D895
Black with #F6D895
Text Example
Text Example
White with #F6D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D895; }
p { color: rgb(246,216,149); }
H1.HeaderClassName
{
color: #F6D895;
}
.AnyTagClassName
{
color: #F6D895;
}
</style>
background-color css
<style>
a { background-color: #F6D895; }
a { background-color: rgb(246,216,149); }
div.DivClassName
{
background-color: #F6D895;
}
.BgClassName
{
background-color: #F6D895;
}
</style>
border-color css
<style>
span { border-color: #F6D895; }
span { border-color: rgb(246,216,149); }
td.TdClassName
{
border-color: #F6D895;
}
.TagClassName
{
border-color: #F6D895;
}
</style>