Shades of Splash #F6DA9A
Tints of Splash #F6DA9A
RGB
CMYK
RGB Variations
Color information
#F6DA9A (or 0xF6DA9A) is known color: Splash. HEX triplet: F6, DA and 9A. RGB value is (246,218,154). Sum of RGB (Red+Green+Blue) = 246+218+154=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DA9A is #092565. Grayscale: #DBDBDB. Windows color (decimal): -599398 or 10148598. OLE color: 10148598.
HSL color Cylindrical-coordinate representation of color #F6DA9A: hue angle of 41.74º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6DA9A is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 154 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.04 |
| HSL | 41.74º | 0.84% | 0.78% | - |
| HSV(B) | 41.74º | 0.37% | 0.96% | - |
| XYZ | 68.91 | 72.07 | 40.85 | - |
| YUV | 219.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 154 | 0 | 0.11 | 0.37 | 0.04 | 41.74 | 0.84 | 0.78 |
| Hex | F6 | DA | 9A | 0 | B | 25 | 4 | 2A | 54 | 4E |
| Octal | 366 | 332 | 232 | 0 | 13 | 45 | 4 | 52 | 124 | 116 |
| Binary | 11110110 | 11011010 | 10011010 | 0 | 1011 | 100101 | 100 | 101010 | 1010100 | 1001110 |
Color Harmonies of #F6DA9A
Complementary color
Monochromatic Colors of #F6DA9A
Black with #F6DA9A
Text Example
Text Example
White with #F6DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DA9A; }
p { color: rgb(246,218,154); }
H1.HeaderClassName
{
color: #F6DA9A;
}
.AnyTagClassName
{
color: #F6DA9A;
}
</style>
background-color css
<style>
a { background-color: #F6DA9A; }
a { background-color: rgb(246,218,154); }
div.DivClassName
{
background-color: #F6DA9A;
}
.BgClassName
{
background-color: #F6DA9A;
}
</style>
border-color css
<style>
span { border-color: #F6DA9A; }
span { border-color: rgb(246,218,154); }
td.TdClassName
{
border-color: #F6DA9A;
}
.TagClassName
{
border-color: #F6DA9A;
}
</style>