Shades of Splash #F7D89D
Tints of Splash #F7D89D
RGB
CMYK
RGB Variations
Color information
#F7D89D (or 0xF7D89D) is known color: Splash. HEX triplet: F7, D8 and 9D. RGB value is (247,216,157). Sum of RGB (Red+Green+Blue) = 247+216+157=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 157 (61.72% from 255 or 25.32% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D89D is #082762. Grayscale: #DADADA. Windows color (decimal): -534371 or 10344695. OLE color: 10344695.
HSL color Cylindrical-coordinate representation of color #F7D89D: hue angle of 39.33º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7D89D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 157 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.03 |
| HSL | 39.33º | 0.85% | 0.79% | - |
| HSV(B) | 39.33º | 0.36% | 0.97% | - |
| XYZ | 69 | 71.32 | 42.03 | - |
| YUV | 218.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 157 | 0 | 0.13 | 0.36 | 0.03 | 39.33 | 0.85 | 0.79 |
| Hex | F7 | D8 | 9D | 0 | D | 24 | 3 | 27 | 55 | 4F |
| Octal | 367 | 330 | 235 | 0 | 15 | 44 | 3 | 47 | 125 | 117 |
| Binary | 11110111 | 11011000 | 10011101 | 0 | 1101 | 100100 | 11 | 100111 | 1010101 | 1001111 |
Color Harmonies of #F7D89D
Complementary color
Monochromatic Colors of #F7D89D
Black with #F7D89D
Text Example
Text Example
White with #F7D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D89D; }
p { color: rgb(247,216,157); }
H1.HeaderClassName
{
color: #F7D89D;
}
.AnyTagClassName
{
color: #F7D89D;
}
</style>
background-color css
<style>
a { background-color: #F7D89D; }
a { background-color: rgb(247,216,157); }
div.DivClassName
{
background-color: #F7D89D;
}
.BgClassName
{
background-color: #F7D89D;
}
</style>
border-color css
<style>
span { border-color: #F7D89D; }
span { border-color: rgb(247,216,157); }
td.TdClassName
{
border-color: #F7D89D;
}
.TagClassName
{
border-color: #F7D89D;
}
</style>