Shades of Splash #F3D9A1
Tints of Splash #F3D9A1
RGB
CMYK
RGB Variations
Color information
#F3D9A1 (or 0xF3D9A1) is known color: Splash. HEX triplet: F3, D9 and A1. RGB value is (243,217,161). Sum of RGB (Red+Green+Blue) = 243+217+161=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D9A1 is #0C265E. Grayscale: #DADADA. Windows color (decimal): -796255 or 10607091. OLE color: 10607091.
HSL color Cylindrical-coordinate representation of color #F3D9A1: hue angle of 40.98º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3D9A1 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 217 | 161 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.05 |
| HSL | 40.98º | 0.77% | 0.79% | - |
| HSV(B) | 40.98º | 0.34% | 0.95% | - |
| XYZ | 68.21 | 71.25 | 43.88 | - |
| YUV | 218.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 217 | 161 | 0 | 0.11 | 0.34 | 0.05 | 40.98 | 0.77 | 0.79 |
| Hex | F3 | D9 | A1 | 0 | B | 22 | 5 | 29 | 4D | 4F |
| Octal | 363 | 331 | 241 | 0 | 13 | 42 | 5 | 51 | 115 | 117 |
| Binary | 11110011 | 11011001 | 10100001 | 0 | 1011 | 100010 | 101 | 101001 | 1001101 | 1001111 |
Color Harmonies of #F3D9A1
Complementary color
Monochromatic Colors of #F3D9A1
Black with #F3D9A1
Text Example
Text Example
White with #F3D9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D9A1; }
p { color: rgb(243,217,161); }
H1.HeaderClassName
{
color: #F3D9A1;
}
.AnyTagClassName
{
color: #F3D9A1;
}
</style>
background-color css
<style>
a { background-color: #F3D9A1; }
a { background-color: rgb(243,217,161); }
div.DivClassName
{
background-color: #F3D9A1;
}
.BgClassName
{
background-color: #F3D9A1;
}
</style>
border-color css
<style>
span { border-color: #F3D9A1; }
span { border-color: rgb(243,217,161); }
td.TdClassName
{
border-color: #F3D9A1;
}
.TagClassName
{
border-color: #F3D9A1;
}
</style>