Shades of Splash #F8DBA0
Tints of Splash #F8DBA0
RGB
CMYK
RGB Variations
Color information
#F8DBA0 (or 0xF8DBA0) is known color: Splash. HEX triplet: F8, DB and A0. RGB value is (248,219,160). Sum of RGB (Red+Green+Blue) = 248+219+160=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DBA0 is #07245F. Grayscale: #DDDDDD. Windows color (decimal): -468064 or 10542072. OLE color: 10542072.
HSL color Cylindrical-coordinate representation of color #F8DBA0: hue angle of 40.23º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8DBA0 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 160 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.03 |
| HSL | 40.23º | 0.86% | 0.8% | - |
| HSV(B) | 40.23º | 0.35% | 0.97% | - |
| XYZ | 70.39 | 73.16 | 43.67 | - |
| YUV | 220.95 | 93.61 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 160 | 0 | 0.12 | 0.35 | 0.03 | 40.23 | 0.86 | 0.8 |
| Hex | F8 | DB | A0 | 0 | C | 23 | 3 | 28 | 56 | 50 |
| Octal | 370 | 333 | 240 | 0 | 14 | 43 | 3 | 50 | 126 | 120 |
| Binary | 11111000 | 11011011 | 10100000 | 0 | 1100 | 100011 | 11 | 101000 | 1010110 | 1010000 |
Color Harmonies of #F8DBA0
Complementary color
Monochromatic Colors of #F8DBA0
Black with #F8DBA0
Text Example
Text Example
White with #F8DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBA0; }
p { color: rgb(248,219,160); }
H1.HeaderClassName
{
color: #F8DBA0;
}
.AnyTagClassName
{
color: #F8DBA0;
}
</style>
background-color css
<style>
a { background-color: #F8DBA0; }
a { background-color: rgb(248,219,160); }
div.DivClassName
{
background-color: #F8DBA0;
}
.BgClassName
{
background-color: #F8DBA0;
}
</style>
border-color css
<style>
span { border-color: #F8DBA0; }
span { border-color: rgb(248,219,160); }
td.TdClassName
{
border-color: #F8DBA0;
}
.TagClassName
{
border-color: #F8DBA0;
}
</style>