Shades of Splash #F1DC9E
Tints of Splash #F1DC9E
RGB
CMYK
RGB Variations
Color information
#F1DC9E (or 0xF1DC9E) is known color: Splash. HEX triplet: F1, DC and 9E. RGB value is (241,220,158). Sum of RGB (Red+Green+Blue) = 241+220+158=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DC9E is #0E2361. Grayscale: #DBDBDB. Windows color (decimal): -926562 or 10411249. OLE color: 10411249.
HSL color Cylindrical-coordinate representation of color #F1DC9E: hue angle of 44.82º 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 #F1DC9E is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 158 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.05 |
| HSL | 44.82º | 0.75% | 0.78% | - |
| HSV(B) | 44.82º | 0.34% | 0.95% | - |
| XYZ | 68.04 | 72.36 | 42.73 | - |
| YUV | 219.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 158 | 0 | 0.09 | 0.34 | 0.05 | 44.82 | 0.75 | 0.78 |
| Hex | F1 | DC | 9E | 0 | 9 | 22 | 5 | 2D | 4B | 4E |
| Octal | 361 | 334 | 236 | 0 | 11 | 42 | 5 | 55 | 113 | 116 |
| Binary | 11110001 | 11011100 | 10011110 | 0 | 1001 | 100010 | 101 | 101101 | 1001011 | 1001110 |
Color Harmonies of #F1DC9E
Complementary color
Monochromatic Colors of #F1DC9E
Black with #F1DC9E
Text Example
Text Example
White with #F1DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DC9E; }
p { color: rgb(241,220,158); }
H1.HeaderClassName
{
color: #F1DC9E;
}
.AnyTagClassName
{
color: #F1DC9E;
}
</style>
background-color css
<style>
a { background-color: #F1DC9E; }
a { background-color: rgb(241,220,158); }
div.DivClassName
{
background-color: #F1DC9E;
}
.BgClassName
{
background-color: #F1DC9E;
}
</style>
border-color css
<style>
span { border-color: #F1DC9E; }
span { border-color: rgb(241,220,158); }
td.TdClassName
{
border-color: #F1DC9E;
}
.TagClassName
{
border-color: #F1DC9E;
}
</style>