Shades of Splash #F1D89A
Tints of Splash #F1D89A
RGB
CMYK
RGB Variations
Color information
#F1D89A (or 0xF1D89A) is known color: Splash. HEX triplet: F1, D8 and 9A. RGB value is (241,216,154). Sum of RGB (Red+Green+Blue) = 241+216+154=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D89A is #0E2765. Grayscale: #D8D8D8. Windows color (decimal): -927590 or 10148081. OLE color: 10148081.
HSL color Cylindrical-coordinate representation of color #F1D89A: hue angle of 42.76º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1D89A is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 154 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.05 |
| HSL | 42.76º | 0.76% | 0.77% | - |
| HSV(B) | 42.76º | 0.36% | 0.95% | - |
| XYZ | 66.66 | 70.15 | 40.6 | - |
| YUV | 216.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 154 | 0 | 0.10 | 0.36 | 0.05 | 42.76 | 0.76 | 0.77 |
| Hex | F1 | D8 | 9A | 0 | A | 24 | 5 | 2B | 4C | 4D |
| Octal | 361 | 330 | 232 | 0 | 12 | 44 | 5 | 53 | 114 | 115 |
| Binary | 11110001 | 11011000 | 10011010 | 0 | 1010 | 100100 | 101 | 101011 | 1001100 | 1001101 |
Color Harmonies of #F1D89A
Complementary color
Monochromatic Colors of #F1D89A
Black with #F1D89A
Text Example
Text Example
White with #F1D89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D89A; }
p { color: rgb(241,216,154); }
H1.HeaderClassName
{
color: #F1D89A;
}
.AnyTagClassName
{
color: #F1D89A;
}
</style>
background-color css
<style>
a { background-color: #F1D89A; }
a { background-color: rgb(241,216,154); }
div.DivClassName
{
background-color: #F1D89A;
}
.BgClassName
{
background-color: #F1D89A;
}
</style>
border-color css
<style>
span { border-color: #F1D89A; }
span { border-color: rgb(241,216,154); }
td.TdClassName
{
border-color: #F1D89A;
}
.TagClassName
{
border-color: #F1D89A;
}
</style>