Shades of Splash #F8D89D
Tints of Splash #F8D89D
RGB
CMYK
RGB Variations
Color information
#F8D89D (or 0xF8D89D) is known color: Splash. HEX triplet: F8, D8 and 9D. RGB value is (248,216,157). Sum of RGB (Red+Green+Blue) = 248+216+157=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 157 (61.72% from 255 or 25.28% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D89D is #072762. Grayscale: #DBDBDB. Windows color (decimal): -468835 or 10344696. OLE color: 10344696.
HSL color Cylindrical-coordinate representation of color #F8D89D: hue angle of 38.9º degrees, saturation: 0.87, 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 #F8D89D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 216 | 157 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.03 |
| HSL | 38.9º | 0.87% | 0.79% | - |
| HSV(B) | 38.9º | 0.37% | 0.97% | - |
| XYZ | 69.35 | 71.5 | 42.04 | - |
| YUV | 218.84 | 93.1 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 216 | 157 | 0 | 0.13 | 0.37 | 0.03 | 38.9 | 0.87 | 0.79 |
| Hex | F8 | D8 | 9D | 0 | D | 25 | 3 | 27 | 57 | 4F |
| Octal | 370 | 330 | 235 | 0 | 15 | 45 | 3 | 47 | 127 | 117 |
| Binary | 11111000 | 11011000 | 10011101 | 0 | 1101 | 100101 | 11 | 100111 | 1010111 | 1001111 |
Color Harmonies of #F8D89D
Complementary color
Monochromatic Colors of #F8D89D
Black with #F8D89D
Text Example
Text Example
White with #F8D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D89D; }
p { color: rgb(248,216,157); }
H1.HeaderClassName
{
color: #F8D89D;
}
.AnyTagClassName
{
color: #F8D89D;
}
</style>
background-color css
<style>
a { background-color: #F8D89D; }
a { background-color: rgb(248,216,157); }
div.DivClassName
{
background-color: #F8D89D;
}
.BgClassName
{
background-color: #F8D89D;
}
</style>
border-color css
<style>
span { border-color: #F8D89D; }
span { border-color: rgb(248,216,157); }
td.TdClassName
{
border-color: #F8D89D;
}
.TagClassName
{
border-color: #F8D89D;
}
</style>