Shades of Splash #F5D49C
Tints of Splash #F5D49C
RGB
CMYK
RGB Variations
Color information
#F5D49C (or 0xF5D49C) is known color: Splash. HEX triplet: F5, D4 and 9C. RGB value is (245,212,156). Sum of RGB (Red+Green+Blue) = 245+212+156=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 156 (61.33% from 255 or 25.45% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D49C is #0A2B63. Grayscale: #D7D7D7. Windows color (decimal): -666468 or 10278133. OLE color: 10278133.
HSL color Cylindrical-coordinate representation of color #F5D49C: hue angle of 37.75º 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 #F5D49C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 156 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.04 |
| HSL | 37.75º | 0.82% | 0.79% | - |
| HSV(B) | 37.75º | 0.36% | 0.96% | - |
| XYZ | 67.2 | 68.9 | 41.21 | - |
| YUV | 215.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 156 | 0 | 0.13 | 0.36 | 0.04 | 37.75 | 0.82 | 0.79 |
| Hex | F5 | D4 | 9C | 0 | D | 24 | 4 | 26 | 52 | 4F |
| Octal | 365 | 324 | 234 | 0 | 15 | 44 | 4 | 46 | 122 | 117 |
| Binary | 11110101 | 11010100 | 10011100 | 0 | 1101 | 100100 | 100 | 100110 | 1010010 | 1001111 |
Color Harmonies of #F5D49C
Complementary color
Monochromatic Colors of #F5D49C
Black with #F5D49C
Text Example
Text Example
White with #F5D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D49C; }
p { color: rgb(245,212,156); }
H1.HeaderClassName
{
color: #F5D49C;
}
.AnyTagClassName
{
color: #F5D49C;
}
</style>
background-color css
<style>
a { background-color: #F5D49C; }
a { background-color: rgb(245,212,156); }
div.DivClassName
{
background-color: #F5D49C;
}
.BgClassName
{
background-color: #F5D49C;
}
</style>
border-color css
<style>
span { border-color: #F5D49C; }
span { border-color: rgb(245,212,156); }
td.TdClassName
{
border-color: #F5D49C;
}
.TagClassName
{
border-color: #F5D49C;
}
</style>