Shades of Splash #F1D49E
Tints of Splash #F1D49E
RGB
CMYK
RGB Variations
Color information
#F1D49E (or 0xF1D49E) is known color: Splash. HEX triplet: F1, D4 and 9E. RGB value is (241,212,158). Sum of RGB (Red+Green+Blue) = 241+212+158=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D49E is #0E2B61. Grayscale: #D6D6D6. Windows color (decimal): -928610 or 10409201. OLE color: 10409201.
HSL color Cylindrical-coordinate representation of color #F1D49E: hue angle of 39.04º 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 #F1D49E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 158 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.05 |
| HSL | 39.04º | 0.75% | 0.78% | - |
| HSV(B) | 39.04º | 0.34% | 0.95% | - |
| XYZ | 65.99 | 68.26 | 42.04 | - |
| YUV | 214.52 | 96.11 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 158 | 0 | 0.12 | 0.34 | 0.05 | 39.04 | 0.75 | 0.78 |
| Hex | F1 | D4 | 9E | 0 | C | 22 | 5 | 27 | 4B | 4E |
| Octal | 361 | 324 | 236 | 0 | 14 | 42 | 5 | 47 | 113 | 116 |
| Binary | 11110001 | 11010100 | 10011110 | 0 | 1100 | 100010 | 101 | 100111 | 1001011 | 1001110 |
Color Harmonies of #F1D49E
Complementary color
Monochromatic Colors of #F1D49E
Black with #F1D49E
Text Example
Text Example
White with #F1D49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D49E; }
p { color: rgb(241,212,158); }
H1.HeaderClassName
{
color: #F1D49E;
}
.AnyTagClassName
{
color: #F1D49E;
}
</style>
background-color css
<style>
a { background-color: #F1D49E; }
a { background-color: rgb(241,212,158); }
div.DivClassName
{
background-color: #F1D49E;
}
.BgClassName
{
background-color: #F1D49E;
}
</style>
border-color css
<style>
span { border-color: #F1D49E; }
span { border-color: rgb(241,212,158); }
td.TdClassName
{
border-color: #F1D49E;
}
.TagClassName
{
border-color: #F1D49E;
}
</style>