Shades of Splash #F1D89B
Tints of Splash #F1D89B
RGB
CMYK
RGB Variations
Color information
#F1D89B (or 0xF1D89B) is known color: Splash. HEX triplet: F1, D8 and 9B. RGB value is (241,216,155). Sum of RGB (Red+Green+Blue) = 241+216+155=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 155 (60.94% from 255 or 25.33% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D89B is #0E2764. Grayscale: #D8D8D8. Windows color (decimal): -927589 or 10213617. OLE color: 10213617.
HSL color Cylindrical-coordinate representation of color #F1D89B: hue angle of 42.56º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1D89B is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 216 | 155 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.05 |
| HSL | 42.56º | 0.75% | 0.78% | - |
| HSV(B) | 42.56º | 0.36% | 0.95% | - |
| XYZ | 66.75 | 70.18 | 41.04 | - |
| YUV | 216.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 216 | 155 | 0 | 0.10 | 0.36 | 0.05 | 42.56 | 0.75 | 0.78 |
| Hex | F1 | D8 | 9B | 0 | A | 24 | 5 | 2B | 4B | 4E |
| Octal | 361 | 330 | 233 | 0 | 12 | 44 | 5 | 53 | 113 | 116 |
| Binary | 11110001 | 11011000 | 10011011 | 0 | 1010 | 100100 | 101 | 101011 | 1001011 | 1001110 |
Color Harmonies of #F1D89B
Complementary color
Monochromatic Colors of #F1D89B
Black with #F1D89B
Text Example
Text Example
White with #F1D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D89B; }
p { color: rgb(241,216,155); }
H1.HeaderClassName
{
color: #F1D89B;
}
.AnyTagClassName
{
color: #F1D89B;
}
</style>
background-color css
<style>
a { background-color: #F1D89B; }
a { background-color: rgb(241,216,155); }
div.DivClassName
{
background-color: #F1D89B;
}
.BgClassName
{
background-color: #F1D89B;
}
</style>
border-color css
<style>
span { border-color: #F1D89B; }
span { border-color: rgb(241,216,155); }
td.TdClassName
{
border-color: #F1D89B;
}
.TagClassName
{
border-color: #F1D89B;
}
</style>