Shades of Splash #F4D895
Tints of Splash #F4D895
RGB
CMYK
RGB Variations
Color information
#F4D895 (or 0xF4D895) is known color: Splash. HEX triplet: F4, D8 and 95. RGB value is (244,216,149). Sum of RGB (Red+Green+Blue) = 244+216+149=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D895 is #0B276A. Grayscale: #D9D9D9. Windows color (decimal): -730987 or 9820404. OLE color: 9820404.
HSL color Cylindrical-coordinate representation of color #F4D895: hue angle of 42.32º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4D895 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 149 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.04 |
| HSL | 42.32º | 0.81% | 0.77% | - |
| HSV(B) | 42.32º | 0.39% | 0.96% | - |
| XYZ | 67.29 | 70.51 | 38.5 | - |
| YUV | 216.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 149 | 0 | 0.11 | 0.39 | 0.04 | 42.32 | 0.81 | 0.77 |
| Hex | F4 | D8 | 95 | 0 | B | 27 | 4 | 2A | 51 | 4D |
| Octal | 364 | 330 | 225 | 0 | 13 | 47 | 4 | 52 | 121 | 115 |
| Binary | 11110100 | 11011000 | 10010101 | 0 | 1011 | 100111 | 100 | 101010 | 1010001 | 1001101 |
Color Harmonies of #F4D895
Complementary color
Monochromatic Colors of #F4D895
Black with #F4D895
Text Example
Text Example
White with #F4D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D895; }
p { color: rgb(244,216,149); }
H1.HeaderClassName
{
color: #F4D895;
}
.AnyTagClassName
{
color: #F4D895;
}
</style>
background-color css
<style>
a { background-color: #F4D895; }
a { background-color: rgb(244,216,149); }
div.DivClassName
{
background-color: #F4D895;
}
.BgClassName
{
background-color: #F4D895;
}
</style>
border-color css
<style>
span { border-color: #F4D895; }
span { border-color: rgb(244,216,149); }
td.TdClassName
{
border-color: #F4D895;
}
.TagClassName
{
border-color: #F4D895;
}
</style>