Shades of Splash #F3D696
Tints of Splash #F3D696
RGB
CMYK
RGB Variations
Color information
#F3D696 (or 0xF3D696) is known color: Splash. HEX triplet: F3, D6 and 96. RGB value is (243,214,150). Sum of RGB (Red+Green+Blue) = 243+214+150=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D696 is #0C2969. Grayscale: #D7D7D7. Windows color (decimal): -797034 or 9885427. OLE color: 9885427.
HSL color Cylindrical-coordinate representation of color #F3D696: hue angle of 41.29º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F3D696 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 150 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.05 |
| HSL | 41.29º | 0.79% | 0.77% | - |
| HSV(B) | 41.29º | 0.38% | 0.95% | - |
| XYZ | 66.51 | 69.35 | 38.73 | - |
| YUV | 215.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 150 | 0 | 0.12 | 0.38 | 0.05 | 41.29 | 0.79 | 0.77 |
| Hex | F3 | D6 | 96 | 0 | C | 26 | 5 | 29 | 4F | 4D |
| Octal | 363 | 326 | 226 | 0 | 14 | 46 | 5 | 51 | 117 | 115 |
| Binary | 11110011 | 11010110 | 10010110 | 0 | 1100 | 100110 | 101 | 101001 | 1001111 | 1001101 |
Color Harmonies of #F3D696
Complementary color
Monochromatic Colors of #F3D696
Black with #F3D696
Text Example
Text Example
White with #F3D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D696; }
p { color: rgb(243,214,150); }
H1.HeaderClassName
{
color: #F3D696;
}
.AnyTagClassName
{
color: #F3D696;
}
</style>
background-color css
<style>
a { background-color: #F3D696; }
a { background-color: rgb(243,214,150); }
div.DivClassName
{
background-color: #F3D696;
}
.BgClassName
{
background-color: #F3D696;
}
</style>
border-color css
<style>
span { border-color: #F3D696; }
span { border-color: rgb(243,214,150); }
td.TdClassName
{
border-color: #F3D696;
}
.TagClassName
{
border-color: #F3D696;
}
</style>