Shades of Splash #F1D59E
Tints of Splash #F1D59E
RGB
CMYK
RGB Variations
Color information
#F1D59E (or 0xF1D59E) is known color: Splash. HEX triplet: F1, D5 and 9E. RGB value is (241,213,158). Sum of RGB (Red+Green+Blue) = 241+213+158=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D59E is #0E2A61. Grayscale: #D7D7D7. Windows color (decimal): -928354 or 10409457. OLE color: 10409457.
HSL color Cylindrical-coordinate representation of color #F1D59E: hue angle of 39.76º 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 #F1D59E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 158 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.05 |
| HSL | 39.76º | 0.75% | 0.78% | - |
| HSV(B) | 39.76º | 0.34% | 0.95% | - |
| XYZ | 66.24 | 68.76 | 42.13 | - |
| YUV | 215.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 158 | 0 | 0.12 | 0.34 | 0.05 | 39.76 | 0.75 | 0.78 |
| Hex | F1 | D5 | 9E | 0 | C | 22 | 5 | 28 | 4B | 4E |
| Octal | 361 | 325 | 236 | 0 | 14 | 42 | 5 | 50 | 113 | 116 |
| Binary | 11110001 | 11010101 | 10011110 | 0 | 1100 | 100010 | 101 | 101000 | 1001011 | 1001110 |
Color Harmonies of #F1D59E
Complementary color
Monochromatic Colors of #F1D59E
Black with #F1D59E
Text Example
Text Example
White with #F1D59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D59E; }
p { color: rgb(241,213,158); }
H1.HeaderClassName
{
color: #F1D59E;
}
.AnyTagClassName
{
color: #F1D59E;
}
</style>
background-color css
<style>
a { background-color: #F1D59E; }
a { background-color: rgb(241,213,158); }
div.DivClassName
{
background-color: #F1D59E;
}
.BgClassName
{
background-color: #F1D59E;
}
</style>
border-color css
<style>
span { border-color: #F1D59E; }
span { border-color: rgb(241,213,158); }
td.TdClassName
{
border-color: #F1D59E;
}
.TagClassName
{
border-color: #F1D59E;
}
</style>