Shades of Splash #F3D49F
Tints of Splash #F3D49F
RGB
CMYK
RGB Variations
Color information
#F3D49F (or 0xF3D49F) is known color: Splash. HEX triplet: F3, D4 and 9F. RGB value is (243,212,159). Sum of RGB (Red+Green+Blue) = 243+212+159=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D49F is #0C2B60. Grayscale: #D7D7D7. Windows color (decimal): -797537 or 10474739. OLE color: 10474739.
HSL color Cylindrical-coordinate representation of color #F3D49F: hue angle of 37.86º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3D49F is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 159 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.05 |
| HSL | 37.86º | 0.78% | 0.79% | - |
| HSV(B) | 37.86º | 0.35% | 0.95% | - |
| XYZ | 66.76 | 68.64 | 42.53 | - |
| YUV | 215.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 159 | 0 | 0.13 | 0.35 | 0.05 | 37.86 | 0.78 | 0.79 |
| Hex | F3 | D4 | 9F | 0 | D | 23 | 5 | 26 | 4E | 4F |
| Octal | 363 | 324 | 237 | 0 | 15 | 43 | 5 | 46 | 116 | 117 |
| Binary | 11110011 | 11010100 | 10011111 | 0 | 1101 | 100011 | 101 | 100110 | 1001110 | 1001111 |
Color Harmonies of #F3D49F
Complementary color
Monochromatic Colors of #F3D49F
Black with #F3D49F
Text Example
Text Example
White with #F3D49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D49F; }
p { color: rgb(243,212,159); }
H1.HeaderClassName
{
color: #F3D49F;
}
.AnyTagClassName
{
color: #F3D49F;
}
</style>
background-color css
<style>
a { background-color: #F3D49F; }
a { background-color: rgb(243,212,159); }
div.DivClassName
{
background-color: #F3D49F;
}
.BgClassName
{
background-color: #F3D49F;
}
</style>
border-color css
<style>
span { border-color: #F3D49F; }
span { border-color: rgb(243,212,159); }
td.TdClassName
{
border-color: #F3D49F;
}
.TagClassName
{
border-color: #F3D49F;
}
</style>