Shades of Splash #F1D79E
Tints of Splash #F1D79E
RGB
CMYK
RGB Variations
Color information
#F1D79E (or 0xF1D79E) is known color: Splash. HEX triplet: F1, D7 and 9E. RGB value is (241,215,158). Sum of RGB (Red+Green+Blue) = 241+215+158=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D79E is #0E2861. Grayscale: #D8D8D8. Windows color (decimal): -927842 or 10409969. OLE color: 10409969.
HSL color Cylindrical-coordinate representation of color #F1D79E: hue angle of 41.2º 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 #F1D79E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 158 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.05 |
| HSL | 41.2º | 0.75% | 0.78% | - |
| HSV(B) | 41.2º | 0.34% | 0.95% | - |
| XYZ | 66.75 | 69.77 | 42.3 | - |
| YUV | 216.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 158 | 0 | 0.11 | 0.34 | 0.05 | 41.2 | 0.75 | 0.78 |
| Hex | F1 | D7 | 9E | 0 | B | 22 | 5 | 29 | 4B | 4E |
| Octal | 361 | 327 | 236 | 0 | 13 | 42 | 5 | 51 | 113 | 116 |
| Binary | 11110001 | 11010111 | 10011110 | 0 | 1011 | 100010 | 101 | 101001 | 1001011 | 1001110 |
Color Harmonies of #F1D79E
Complementary color
Monochromatic Colors of #F1D79E
Black with #F1D79E
Text Example
Text Example
White with #F1D79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D79E; }
p { color: rgb(241,215,158); }
H1.HeaderClassName
{
color: #F1D79E;
}
.AnyTagClassName
{
color: #F1D79E;
}
</style>
background-color css
<style>
a { background-color: #F1D79E; }
a { background-color: rgb(241,215,158); }
div.DivClassName
{
background-color: #F1D79E;
}
.BgClassName
{
background-color: #F1D79E;
}
</style>
border-color css
<style>
span { border-color: #F1D79E; }
span { border-color: rgb(241,215,158); }
td.TdClassName
{
border-color: #F1D79E;
}
.TagClassName
{
border-color: #F1D79E;
}
</style>