Shades of Splash #F5D89C
Tints of Splash #F5D89C
RGB
CMYK
RGB Variations
Color information
#F5D89C (or 0xF5D89C) is known color: Splash. HEX triplet: F5, D8 and 9C. RGB value is (245,216,156). Sum of RGB (Red+Green+Blue) = 245+216+156=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D89C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D89C is #0A2763. Grayscale: #DADADA. Windows color (decimal): -665444 or 10279157. OLE color: 10279157.
HSL color Cylindrical-coordinate representation of color #F5D89C: hue angle of 40.45º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5D89C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 156 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.04 |
| HSL | 40.45º | 0.82% | 0.79% | - |
| HSV(B) | 40.45º | 0.36% | 0.96% | - |
| XYZ | 68.21 | 70.92 | 41.55 | - |
| YUV | 217.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 156 | 0 | 0.12 | 0.36 | 0.04 | 40.45 | 0.82 | 0.79 |
| Hex | F5 | D8 | 9C | 0 | C | 24 | 4 | 28 | 52 | 4F |
| Octal | 365 | 330 | 234 | 0 | 14 | 44 | 4 | 50 | 122 | 117 |
| Binary | 11110101 | 11011000 | 10011100 | 0 | 1100 | 100100 | 100 | 101000 | 1010010 | 1001111 |
Color Harmonies of #F5D89C
Complementary color
Monochromatic Colors of #F5D89C
Black with #F5D89C
Text Example
Text Example
White with #F5D89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D89C; }
p { color: rgb(245,216,156); }
H1.HeaderClassName
{
color: #F5D89C;
}
.AnyTagClassName
{
color: #F5D89C;
}
</style>
background-color css
<style>
a { background-color: #F5D89C; }
a { background-color: rgb(245,216,156); }
div.DivClassName
{
background-color: #F5D89C;
}
.BgClassName
{
background-color: #F5D89C;
}
</style>
border-color css
<style>
span { border-color: #F5D89C; }
span { border-color: rgb(245,216,156); }
td.TdClassName
{
border-color: #F5D89C;
}
.TagClassName
{
border-color: #F5D89C;
}
</style>