Shades of Splash #F5DB99
Tints of Splash #F5DB99
RGB
CMYK
RGB Variations
Color information
#F5DB99 (or 0xF5DB99) is known color: Splash. HEX triplet: F5, DB and 99. RGB value is (245,219,153). Sum of RGB (Red+Green+Blue) = 245+219+153=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 153 (60.16% from 255 or 24.80% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DB99 is #0A2466. Grayscale: #DBDBDB. Windows color (decimal): -664679 or 10083317. OLE color: 10083317.
HSL color Cylindrical-coordinate representation of color #F5DB99: hue angle of 43.04º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5DB99 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 153 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.04 |
| HSL | 43.04º | 0.82% | 0.78% | - |
| HSV(B) | 43.04º | 0.38% | 0.96% | - |
| XYZ | 68.74 | 72.38 | 40.48 | - |
| YUV | 219.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 153 | 0 | 0.11 | 0.38 | 0.04 | 43.04 | 0.82 | 0.78 |
| Hex | F5 | DB | 99 | 0 | B | 26 | 4 | 2B | 52 | 4E |
| Octal | 365 | 333 | 231 | 0 | 13 | 46 | 4 | 53 | 122 | 116 |
| Binary | 11110101 | 11011011 | 10011001 | 0 | 1011 | 100110 | 100 | 101011 | 1010010 | 1001110 |
Color Harmonies of #F5DB99
Complementary color
Monochromatic Colors of #F5DB99
Black with #F5DB99
Text Example
Text Example
White with #F5DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB99; }
p { color: rgb(245,219,153); }
H1.HeaderClassName
{
color: #F5DB99;
}
.AnyTagClassName
{
color: #F5DB99;
}
</style>
background-color css
<style>
a { background-color: #F5DB99; }
a { background-color: rgb(245,219,153); }
div.DivClassName
{
background-color: #F5DB99;
}
.BgClassName
{
background-color: #F5DB99;
}
</style>
border-color css
<style>
span { border-color: #F5DB99; }
span { border-color: rgb(245,219,153); }
td.TdClassName
{
border-color: #F5DB99;
}
.TagClassName
{
border-color: #F5DB99;
}
</style>