Shades of Splash #F6DAA2
Tints of Splash #F6DAA2
RGB
CMYK
RGB Variations
Color information
#F6DAA2 (or 0xF6DAA2) is known color: Splash. HEX triplet: F6, DA and A2. RGB value is (246,218,162). Sum of RGB (Red+Green+Blue) = 246+218+162=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 162 (63.67% from 255 or 25.88% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAA2 is #09255D. Grayscale: #DCDCDC. Windows color (decimal): -599390 or 10672886. OLE color: 10672886.
HSL color Cylindrical-coordinate representation of color #F6DAA2: hue angle of 40º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6DAA2 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 162 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.04 |
| HSL | 40º | 0.82% | 0.8% | - |
| HSV(B) | 40º | 0.34% | 0.96% | - |
| XYZ | 69.6 | 72.34 | 44.48 | - |
| YUV | 219.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 162 | 0 | 0.11 | 0.34 | 0.04 | 40 | 0.82 | 0.8 |
| Hex | F6 | DA | A2 | 0 | B | 22 | 4 | 28 | 52 | 50 |
| Octal | 366 | 332 | 242 | 0 | 13 | 42 | 4 | 50 | 122 | 120 |
| Binary | 11110110 | 11011010 | 10100010 | 0 | 1011 | 100010 | 100 | 101000 | 1010010 | 1010000 |
Color Harmonies of #F6DAA2
Complementary color
Monochromatic Colors of #F6DAA2
Black with #F6DAA2
Text Example
Text Example
White with #F6DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAA2; }
p { color: rgb(246,218,162); }
H1.HeaderClassName
{
color: #F6DAA2;
}
.AnyTagClassName
{
color: #F6DAA2;
}
</style>
background-color css
<style>
a { background-color: #F6DAA2; }
a { background-color: rgb(246,218,162); }
div.DivClassName
{
background-color: #F6DAA2;
}
.BgClassName
{
background-color: #F6DAA2;
}
</style>
border-color css
<style>
span { border-color: #F6DAA2; }
span { border-color: rgb(246,218,162); }
td.TdClassName
{
border-color: #F6DAA2;
}
.TagClassName
{
border-color: #F6DAA2;
}
</style>