Shades of Splash #F5D49D
Tints of Splash #F5D49D
RGB
CMYK
RGB Variations
Color information
#F5D49D (or 0xF5D49D) is known color: Splash. HEX triplet: F5, D4 and 9D. RGB value is (245,212,157). Sum of RGB (Red+Green+Blue) = 245+212+157=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 157 (61.72% from 255 or 25.57% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D49D is #0A2B62. Grayscale: #D7D7D7. Windows color (decimal): -666467 or 10343669. OLE color: 10343669.
HSL color Cylindrical-coordinate representation of color #F5D49D: hue angle of 37.5º degrees, saturation: 0.81, 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 #F5D49D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 157 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.04 |
| HSL | 37.5º | 0.81% | 0.79% | - |
| HSV(B) | 37.5º | 0.36% | 0.96% | - |
| XYZ | 67.29 | 68.93 | 41.66 | - |
| YUV | 215.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 157 | 0 | 0.13 | 0.36 | 0.04 | 37.5 | 0.81 | 0.79 |
| Hex | F5 | D4 | 9D | 0 | D | 24 | 4 | 26 | 51 | 4F |
| Octal | 365 | 324 | 235 | 0 | 15 | 44 | 4 | 46 | 121 | 117 |
| Binary | 11110101 | 11010100 | 10011101 | 0 | 1101 | 100100 | 100 | 100110 | 1010001 | 1001111 |
Color Harmonies of #F5D49D
Complementary color
Monochromatic Colors of #F5D49D
Black with #F5D49D
Text Example
Text Example
White with #F5D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D49D; }
p { color: rgb(245,212,157); }
H1.HeaderClassName
{
color: #F5D49D;
}
.AnyTagClassName
{
color: #F5D49D;
}
</style>
background-color css
<style>
a { background-color: #F5D49D; }
a { background-color: rgb(245,212,157); }
div.DivClassName
{
background-color: #F5D49D;
}
.BgClassName
{
background-color: #F5D49D;
}
</style>
border-color css
<style>
span { border-color: #F5D49D; }
span { border-color: rgb(245,212,157); }
td.TdClassName
{
border-color: #F5D49D;
}
.TagClassName
{
border-color: #F5D49D;
}
</style>