Shades of Splash #F6DA9C
Tints of Splash #F6DA9C
RGB
CMYK
RGB Variations
Color information
#F6DA9C (or 0xF6DA9C) is known color: Splash. HEX triplet: F6, DA and 9C. RGB value is (246,218,156). Sum of RGB (Red+Green+Blue) = 246+218+156=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 156 (61.33% from 255 or 25.16% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DA9C is #092563. Grayscale: #DBDBDB. Windows color (decimal): -599396 or 10279670. OLE color: 10279670.
HSL color Cylindrical-coordinate representation of color #F6DA9C: hue angle of 41.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6DA9C is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 156 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.04 |
| HSL | 41.33º | 0.83% | 0.79% | - |
| HSV(B) | 41.33º | 0.37% | 0.96% | - |
| XYZ | 69.08 | 72.14 | 41.74 | - |
| YUV | 219.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 156 | 0 | 0.11 | 0.37 | 0.04 | 41.33 | 0.83 | 0.79 |
| Hex | F6 | DA | 9C | 0 | B | 25 | 4 | 29 | 53 | 4F |
| Octal | 366 | 332 | 234 | 0 | 13 | 45 | 4 | 51 | 123 | 117 |
| Binary | 11110110 | 11011010 | 10011100 | 0 | 1011 | 100101 | 100 | 101001 | 1010011 | 1001111 |
Color Harmonies of #F6DA9C
Complementary color
Monochromatic Colors of #F6DA9C
Black with #F6DA9C
Text Example
Text Example
White with #F6DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DA9C; }
p { color: rgb(246,218,156); }
H1.HeaderClassName
{
color: #F6DA9C;
}
.AnyTagClassName
{
color: #F6DA9C;
}
</style>
background-color css
<style>
a { background-color: #F6DA9C; }
a { background-color: rgb(246,218,156); }
div.DivClassName
{
background-color: #F6DA9C;
}
.BgClassName
{
background-color: #F6DA9C;
}
</style>
border-color css
<style>
span { border-color: #F6DA9C; }
span { border-color: rgb(246,218,156); }
td.TdClassName
{
border-color: #F6DA9C;
}
.TagClassName
{
border-color: #F6DA9C;
}
</style>