Shades of Splash #F3D49D
Tints of Splash #F3D49D
RGB
CMYK
RGB Variations
Color information
#F3D49D (or 0xF3D49D) is known color: Splash. HEX triplet: F3, D4 and 9D. RGB value is (243,212,157). Sum of RGB (Red+Green+Blue) = 243+212+157=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D49D is #0C2B62. Grayscale: #D7D7D7. Windows color (decimal): -797539 or 10343667. OLE color: 10343667.
HSL color Cylindrical-coordinate representation of color #F3D49D: hue angle of 38.37º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3D49D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 157 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.05 |
| HSL | 38.37º | 0.78% | 0.78% | - |
| HSV(B) | 38.37º | 0.35% | 0.95% | - |
| XYZ | 66.59 | 68.58 | 41.63 | - |
| YUV | 215 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 157 | 0 | 0.13 | 0.35 | 0.05 | 38.37 | 0.78 | 0.78 |
| Hex | F3 | D4 | 9D | 0 | D | 23 | 5 | 26 | 4E | 4E |
| Octal | 363 | 324 | 235 | 0 | 15 | 43 | 5 | 46 | 116 | 116 |
| Binary | 11110011 | 11010100 | 10011101 | 0 | 1101 | 100011 | 101 | 100110 | 1001110 | 1001110 |
Color Harmonies of #F3D49D
Complementary color
Monochromatic Colors of #F3D49D
Black with #F3D49D
Text Example
Text Example
White with #F3D49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D49D; }
p { color: rgb(243,212,157); }
H1.HeaderClassName
{
color: #F3D49D;
}
.AnyTagClassName
{
color: #F3D49D;
}
</style>
background-color css
<style>
a { background-color: #F3D49D; }
a { background-color: rgb(243,212,157); }
div.DivClassName
{
background-color: #F3D49D;
}
.BgClassName
{
background-color: #F3D49D;
}
</style>
border-color css
<style>
span { border-color: #F3D49D; }
span { border-color: rgb(243,212,157); }
td.TdClassName
{
border-color: #F3D49D;
}
.TagClassName
{
border-color: #F3D49D;
}
</style>