Shades of Splash #F3DB95
Tints of Splash #F3DB95
RGB
CMYK
RGB Variations
Color information
#F3DB95 (or 0xF3DB95) is known color: Splash. HEX triplet: F3, DB and 95. RGB value is (243,219,149). Sum of RGB (Red+Green+Blue) = 243+219+149=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 149 (58.59% from 255 or 24.39% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DB95 is #0C246A. Grayscale: #DADADA. Windows color (decimal): -795755 or 9821171. OLE color: 9821171.
HSL color Cylindrical-coordinate representation of color #F3DB95: hue angle of 44.68º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3DB95 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 149 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.05 |
| HSL | 44.68º | 0.8% | 0.77% | - |
| HSV(B) | 44.68º | 0.39% | 0.95% | - |
| XYZ | 67.72 | 71.89 | 38.74 | - |
| YUV | 218.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 149 | 0 | 0.10 | 0.39 | 0.05 | 44.68 | 0.8 | 0.77 |
| Hex | F3 | DB | 95 | 0 | A | 27 | 5 | 2D | 50 | 4D |
| Octal | 363 | 333 | 225 | 0 | 12 | 47 | 5 | 55 | 120 | 115 |
| Binary | 11110011 | 11011011 | 10010101 | 0 | 1010 | 100111 | 101 | 101101 | 1010000 | 1001101 |
Color Harmonies of #F3DB95
Complementary color
Monochromatic Colors of #F3DB95
Black with #F3DB95
Text Example
Text Example
White with #F3DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB95; }
p { color: rgb(243,219,149); }
H1.HeaderClassName
{
color: #F3DB95;
}
.AnyTagClassName
{
color: #F3DB95;
}
</style>
background-color css
<style>
a { background-color: #F3DB95; }
a { background-color: rgb(243,219,149); }
div.DivClassName
{
background-color: #F3DB95;
}
.BgClassName
{
background-color: #F3DB95;
}
</style>
border-color css
<style>
span { border-color: #F3DB95; }
span { border-color: rgb(243,219,149); }
td.TdClassName
{
border-color: #F3DB95;
}
.TagClassName
{
border-color: #F3DB95;
}
</style>