Shades of Splash #F7DB96
Tints of Splash #F7DB96
RGB
CMYK
RGB Variations
Color information
#F7DB96 (or 0xF7DB96) is known color: Splash. HEX triplet: F7, DB and 96. RGB value is (247,219,150). Sum of RGB (Red+Green+Blue) = 247+219+150=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DB96 is #082469. Grayscale: #DBDBDB. Windows color (decimal): -533610 or 9886711. OLE color: 9886711.
HSL color Cylindrical-coordinate representation of color #F7DB96: hue angle of 42.68º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7DB96 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 150 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.03 |
| HSL | 42.68º | 0.86% | 0.78% | - |
| HSV(B) | 42.68º | 0.39% | 0.97% | - |
| XYZ | 69.19 | 72.64 | 39.23 | - |
| YUV | 219.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 150 | 0 | 0.11 | 0.39 | 0.03 | 42.68 | 0.86 | 0.78 |
| Hex | F7 | DB | 96 | 0 | B | 27 | 3 | 2B | 56 | 4E |
| Octal | 367 | 333 | 226 | 0 | 13 | 47 | 3 | 53 | 126 | 116 |
| Binary | 11110111 | 11011011 | 10010110 | 0 | 1011 | 100111 | 11 | 101011 | 1010110 | 1001110 |
Color Harmonies of #F7DB96
Complementary color
Monochromatic Colors of #F7DB96
Black with #F7DB96
Text Example
Text Example
White with #F7DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DB96; }
p { color: rgb(247,219,150); }
H1.HeaderClassName
{
color: #F7DB96;
}
.AnyTagClassName
{
color: #F7DB96;
}
</style>
background-color css
<style>
a { background-color: #F7DB96; }
a { background-color: rgb(247,219,150); }
div.DivClassName
{
background-color: #F7DB96;
}
.BgClassName
{
background-color: #F7DB96;
}
</style>
border-color css
<style>
span { border-color: #F7DB96; }
span { border-color: rgb(247,219,150); }
td.TdClassName
{
border-color: #F7DB96;
}
.TagClassName
{
border-color: #F7DB96;
}
</style>