Shades of Splash #F5D69D
Tints of Splash #F5D69D
RGB
CMYK
RGB Variations
Color information
#F5D69D (or 0xF5D69D) is known color: Splash. HEX triplet: F5, D6 and 9D. RGB value is (245,214,157). Sum of RGB (Red+Green+Blue) = 245+214+157=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 214 (83.98% from 255 or 34.74% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D69D is #0A2962. Grayscale: #D9D9D9. Windows color (decimal): -665955 or 10344181. OLE color: 10344181.
HSL color Cylindrical-coordinate representation of color #F5D69D: hue angle of 38.86º 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 #F5D69D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 157 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.04 |
| HSL | 38.86º | 0.81% | 0.79% | - |
| HSV(B) | 38.86º | 0.36% | 0.96% | - |
| XYZ | 67.79 | 69.94 | 41.83 | - |
| YUV | 216.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 157 | 0 | 0.13 | 0.36 | 0.04 | 38.86 | 0.81 | 0.79 |
| Hex | F5 | D6 | 9D | 0 | D | 24 | 4 | 27 | 51 | 4F |
| Octal | 365 | 326 | 235 | 0 | 15 | 44 | 4 | 47 | 121 | 117 |
| Binary | 11110101 | 11010110 | 10011101 | 0 | 1101 | 100100 | 100 | 100111 | 1010001 | 1001111 |
Color Harmonies of #F5D69D
Complementary color
Monochromatic Colors of #F5D69D
Black with #F5D69D
Text Example
Text Example
White with #F5D69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D69D; }
p { color: rgb(245,214,157); }
H1.HeaderClassName
{
color: #F5D69D;
}
.AnyTagClassName
{
color: #F5D69D;
}
</style>
background-color css
<style>
a { background-color: #F5D69D; }
a { background-color: rgb(245,214,157); }
div.DivClassName
{
background-color: #F5D69D;
}
.BgClassName
{
background-color: #F5D69D;
}
</style>
border-color css
<style>
span { border-color: #F5D69D; }
span { border-color: rgb(245,214,157); }
td.TdClassName
{
border-color: #F5D69D;
}
.TagClassName
{
border-color: #F5D69D;
}
</style>