Shades of Splash #F6DC9E
Tints of Splash #F6DC9E
RGB
CMYK
RGB Variations
Color information
#F6DC9E (or 0xF6DC9E) is known color: Splash. HEX triplet: F6, DC and 9E. RGB value is (246,220,158). Sum of RGB (Red+Green+Blue) = 246+220+158=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC9E is #092361. Grayscale: #DCDCDC. Windows color (decimal): -598882 or 10411254. OLE color: 10411254.
HSL color Cylindrical-coordinate representation of color #F6DC9E: hue angle of 42.27º 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 #F6DC9E is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 158 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.04 |
| HSL | 42.27º | 0.83% | 0.79% | - |
| HSV(B) | 42.27º | 0.36% | 0.96% | - |
| XYZ | 69.77 | 73.25 | 42.81 | - |
| YUV | 220.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 158 | 0 | 0.11 | 0.36 | 0.04 | 42.27 | 0.83 | 0.79 |
| Hex | F6 | DC | 9E | 0 | B | 24 | 4 | 2A | 53 | 4F |
| Octal | 366 | 334 | 236 | 0 | 13 | 44 | 4 | 52 | 123 | 117 |
| Binary | 11110110 | 11011100 | 10011110 | 0 | 1011 | 100100 | 100 | 101010 | 1010011 | 1001111 |
Color Harmonies of #F6DC9E
Complementary color
Monochromatic Colors of #F6DC9E
Black with #F6DC9E
Text Example
Text Example
White with #F6DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC9E; }
p { color: rgb(246,220,158); }
H1.HeaderClassName
{
color: #F6DC9E;
}
.AnyTagClassName
{
color: #F6DC9E;
}
</style>
background-color css
<style>
a { background-color: #F6DC9E; }
a { background-color: rgb(246,220,158); }
div.DivClassName
{
background-color: #F6DC9E;
}
.BgClassName
{
background-color: #F6DC9E;
}
</style>
border-color css
<style>
span { border-color: #F6DC9E; }
span { border-color: rgb(246,220,158); }
td.TdClassName
{
border-color: #F6DC9E;
}
.TagClassName
{
border-color: #F6DC9E;
}
</style>