Shades of Splash #F6D6A0
Tints of Splash #F6D6A0
RGB
CMYK
RGB Variations
Color information
#F6D6A0 (or 0xF6D6A0) is known color: Splash. HEX triplet: F6, D6 and A0. RGB value is (246,214,160). Sum of RGB (Red+Green+Blue) = 246+214+160=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 214 (83.98% from 255 or 34.52% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D6A0 is #09295F. Grayscale: #D9D9D9. Windows color (decimal): -600416 or 10540790. OLE color: 10540790.
HSL color Cylindrical-coordinate representation of color #F6D6A0: hue angle of 37.67º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6D6A0 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 160 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.04 |
| HSL | 37.67º | 0.83% | 0.8% | - |
| HSV(B) | 37.67º | 0.35% | 0.96% | - |
| XYZ | 68.4 | 70.22 | 43.21 | - |
| YUV | 217.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 160 | 0 | 0.13 | 0.35 | 0.04 | 37.67 | 0.83 | 0.8 |
| Hex | F6 | D6 | A0 | 0 | D | 23 | 4 | 26 | 53 | 50 |
| Octal | 366 | 326 | 240 | 0 | 15 | 43 | 4 | 46 | 123 | 120 |
| Binary | 11110110 | 11010110 | 10100000 | 0 | 1101 | 100011 | 100 | 100110 | 1010011 | 1010000 |
Color Harmonies of #F6D6A0
Complementary color
Monochromatic Colors of #F6D6A0
Black with #F6D6A0
Text Example
Text Example
White with #F6D6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D6A0; }
p { color: rgb(246,214,160); }
H1.HeaderClassName
{
color: #F6D6A0;
}
.AnyTagClassName
{
color: #F6D6A0;
}
</style>
background-color css
<style>
a { background-color: #F6D6A0; }
a { background-color: rgb(246,214,160); }
div.DivClassName
{
background-color: #F6D6A0;
}
.BgClassName
{
background-color: #F6D6A0;
}
</style>
border-color css
<style>
span { border-color: #F6D6A0; }
span { border-color: rgb(246,214,160); }
td.TdClassName
{
border-color: #F6D6A0;
}
.TagClassName
{
border-color: #F6D6A0;
}
</style>