Shades of Splash #F1DB99
Tints of Splash #F1DB99
RGB
CMYK
RGB Variations
Color information
#F1DB99 (or 0xF1DB99) is known color: Splash. HEX triplet: F1, DB and 99. RGB value is (241,219,153). Sum of RGB (Red+Green+Blue) = 241+219+153=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 153 (60.16% from 255 or 24.96% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DB99 is #0E2466. Grayscale: #DADADA. Windows color (decimal): -926823 or 10083313. OLE color: 10083313.
HSL color Cylindrical-coordinate representation of color #F1DB99: hue angle of 45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1DB99 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 153 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.05 |
| HSL | 45º | 0.76% | 0.77% | - |
| HSV(B) | 45º | 0.37% | 0.95% | - |
| XYZ | 67.36 | 71.66 | 40.42 | - |
| YUV | 218.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 153 | 0 | 0.09 | 0.37 | 0.05 | 45 | 0.76 | 0.77 |
| Hex | F1 | DB | 99 | 0 | 9 | 25 | 5 | 2D | 4C | 4D |
| Octal | 361 | 333 | 231 | 0 | 11 | 45 | 5 | 55 | 114 | 115 |
| Binary | 11110001 | 11011011 | 10011001 | 0 | 1001 | 100101 | 101 | 101101 | 1001100 | 1001101 |
Color Harmonies of #F1DB99
Complementary color
Monochromatic Colors of #F1DB99
Black with #F1DB99
Text Example
Text Example
White with #F1DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB99; }
p { color: rgb(241,219,153); }
H1.HeaderClassName
{
color: #F1DB99;
}
.AnyTagClassName
{
color: #F1DB99;
}
</style>
background-color css
<style>
a { background-color: #F1DB99; }
a { background-color: rgb(241,219,153); }
div.DivClassName
{
background-color: #F1DB99;
}
.BgClassName
{
background-color: #F1DB99;
}
</style>
border-color css
<style>
span { border-color: #F1DB99; }
span { border-color: rgb(241,219,153); }
td.TdClassName
{
border-color: #F1DB99;
}
.TagClassName
{
border-color: #F1DB99;
}
</style>