Shades of Splash #F8DB9F
Tints of Splash #F8DB9F
RGB
CMYK
RGB Variations
Color information
#F8DB9F (or 0xF8DB9F) is known color: Splash. HEX triplet: F8, DB and 9F. RGB value is (248,219,159). Sum of RGB (Red+Green+Blue) = 248+219+159=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 159 (62.5% from 255 or 25.40% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DB9F is #072460. Grayscale: #DDDDDD. Windows color (decimal): -468065 or 10476536. OLE color: 10476536.
HSL color Cylindrical-coordinate representation of color #F8DB9F: hue angle of 40.45º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F8DB9F is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 159 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.03 |
| HSL | 40.45º | 0.86% | 0.8% | - |
| HSV(B) | 40.45º | 0.36% | 0.97% | - |
| XYZ | 70.3 | 73.12 | 43.21 | - |
| YUV | 220.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 159 | 0 | 0.12 | 0.36 | 0.03 | 40.45 | 0.86 | 0.8 |
| Hex | F8 | DB | 9F | 0 | C | 24 | 3 | 28 | 56 | 50 |
| Octal | 370 | 333 | 237 | 0 | 14 | 44 | 3 | 50 | 126 | 120 |
| Binary | 11111000 | 11011011 | 10011111 | 0 | 1100 | 100100 | 11 | 101000 | 1010110 | 1010000 |
Color Harmonies of #F8DB9F
Complementary color
Monochromatic Colors of #F8DB9F
Black with #F8DB9F
Text Example
Text Example
White with #F8DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB9F; }
p { color: rgb(248,219,159); }
H1.HeaderClassName
{
color: #F8DB9F;
}
.AnyTagClassName
{
color: #F8DB9F;
}
</style>
background-color css
<style>
a { background-color: #F8DB9F; }
a { background-color: rgb(248,219,159); }
div.DivClassName
{
background-color: #F8DB9F;
}
.BgClassName
{
background-color: #F8DB9F;
}
</style>
border-color css
<style>
span { border-color: #F8DB9F; }
span { border-color: rgb(248,219,159); }
td.TdClassName
{
border-color: #F8DB9F;
}
.TagClassName
{
border-color: #F8DB9F;
}
</style>