Shades of Splash #F1DB9E
Tints of Splash #F1DB9E
RGB
CMYK
RGB Variations
Color information
#F1DB9E (or 0xF1DB9E) is known color: Splash. HEX triplet: F1, DB and 9E. RGB value is (241,219,158). Sum of RGB (Red+Green+Blue) = 241+219+158=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB9E is #0E2461. Grayscale: #DADADA. Windows color (decimal): -926818 or 10410993. OLE color: 10410993.
HSL color Cylindrical-coordinate representation of color #F1DB9E: hue angle of 44.1º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1DB9E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 158 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.05 |
| HSL | 44.1º | 0.75% | 0.78% | - |
| HSV(B) | 44.1º | 0.34% | 0.95% | - |
| XYZ | 67.78 | 71.83 | 42.64 | - |
| YUV | 218.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 158 | 0 | 0.09 | 0.34 | 0.05 | 44.1 | 0.75 | 0.78 |
| Hex | F1 | DB | 9E | 0 | 9 | 22 | 5 | 2C | 4B | 4E |
| Octal | 361 | 333 | 236 | 0 | 11 | 42 | 5 | 54 | 113 | 116 |
| Binary | 11110001 | 11011011 | 10011110 | 0 | 1001 | 100010 | 101 | 101100 | 1001011 | 1001110 |
Color Harmonies of #F1DB9E
Complementary color
Monochromatic Colors of #F1DB9E
Black with #F1DB9E
Text Example
Text Example
White with #F1DB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB9E; }
p { color: rgb(241,219,158); }
H1.HeaderClassName
{
color: #F1DB9E;
}
.AnyTagClassName
{
color: #F1DB9E;
}
</style>
background-color css
<style>
a { background-color: #F1DB9E; }
a { background-color: rgb(241,219,158); }
div.DivClassName
{
background-color: #F1DB9E;
}
.BgClassName
{
background-color: #F1DB9E;
}
</style>
border-color css
<style>
span { border-color: #F1DB9E; }
span { border-color: rgb(241,219,158); }
td.TdClassName
{
border-color: #F1DB9E;
}
.TagClassName
{
border-color: #F1DB9E;
}
</style>