Shades of Splash #F7D89B
Tints of Splash #F7D89B
RGB
CMYK
RGB Variations
Color information
#F7D89B (or 0xF7D89B) is known color: Splash. HEX triplet: F7, D8 and 9B. RGB value is (247,216,155). Sum of RGB (Red+Green+Blue) = 247+216+155=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 155 (60.94% from 255 or 25.08% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D89B is #082764. Grayscale: #DADADA. Windows color (decimal): -534373 or 10213623. OLE color: 10213623.
HSL color Cylindrical-coordinate representation of color #F7D89B: hue angle of 39.78º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F7D89B is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 155 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.03 |
| HSL | 39.78º | 0.85% | 0.79% | - |
| HSV(B) | 39.78º | 0.37% | 0.97% | - |
| XYZ | 68.83 | 71.25 | 41.14 | - |
| YUV | 218.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 155 | 0 | 0.13 | 0.37 | 0.03 | 39.78 | 0.85 | 0.79 |
| Hex | F7 | D8 | 9B | 0 | D | 25 | 3 | 28 | 55 | 4F |
| Octal | 367 | 330 | 233 | 0 | 15 | 45 | 3 | 50 | 125 | 117 |
| Binary | 11110111 | 11011000 | 10011011 | 0 | 1101 | 100101 | 11 | 101000 | 1010101 | 1001111 |
Color Harmonies of #F7D89B
Complementary color
Monochromatic Colors of #F7D89B
Black with #F7D89B
Text Example
Text Example
White with #F7D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D89B; }
p { color: rgb(247,216,155); }
H1.HeaderClassName
{
color: #F7D89B;
}
.AnyTagClassName
{
color: #F7D89B;
}
</style>
background-color css
<style>
a { background-color: #F7D89B; }
a { background-color: rgb(247,216,155); }
div.DivClassName
{
background-color: #F7D89B;
}
.BgClassName
{
background-color: #F7D89B;
}
</style>
border-color css
<style>
span { border-color: #F7D89B; }
span { border-color: rgb(247,216,155); }
td.TdClassName
{
border-color: #F7D89B;
}
.TagClassName
{
border-color: #F7D89B;
}
</style>