Shades of Splash #F3DB9D
Tints of Splash #F3DB9D
RGB
CMYK
RGB Variations
Color information
#F3DB9D (or 0xF3DB9D) is known color: Splash. HEX triplet: F3, DB and 9D. RGB value is (243,219,157). Sum of RGB (Red+Green+Blue) = 243+219+157=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 157 (61.72% from 255 or 25.36% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DB9D is #0C2462. Grayscale: #DBDBDB. Windows color (decimal): -795747 or 10345459. OLE color: 10345459.
HSL color Cylindrical-coordinate representation of color #F3DB9D: hue angle of 43.26º 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 #F3DB9D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 157 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.05 |
| HSL | 43.26º | 0.78% | 0.78% | - |
| HSV(B) | 43.26º | 0.35% | 0.95% | - |
| XYZ | 68.38 | 72.15 | 42.22 | - |
| YUV | 219.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 157 | 0 | 0.10 | 0.35 | 0.05 | 43.26 | 0.78 | 0.78 |
| Hex | F3 | DB | 9D | 0 | A | 23 | 5 | 2B | 4E | 4E |
| Octal | 363 | 333 | 235 | 0 | 12 | 43 | 5 | 53 | 116 | 116 |
| Binary | 11110011 | 11011011 | 10011101 | 0 | 1010 | 100011 | 101 | 101011 | 1001110 | 1001110 |
Color Harmonies of #F3DB9D
Complementary color
Monochromatic Colors of #F3DB9D
Black with #F3DB9D
Text Example
Text Example
White with #F3DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB9D; }
p { color: rgb(243,219,157); }
H1.HeaderClassName
{
color: #F3DB9D;
}
.AnyTagClassName
{
color: #F3DB9D;
}
</style>
background-color css
<style>
a { background-color: #F3DB9D; }
a { background-color: rgb(243,219,157); }
div.DivClassName
{
background-color: #F3DB9D;
}
.BgClassName
{
background-color: #F3DB9D;
}
</style>
border-color css
<style>
span { border-color: #F3DB9D; }
span { border-color: rgb(243,219,157); }
td.TdClassName
{
border-color: #F3DB9D;
}
.TagClassName
{
border-color: #F3DB9D;
}
</style>