Shades of Splash #F1D294
Tints of Splash #F1D294
RGB
CMYK
RGB Variations
Color information
#F1D294 (or 0xF1D294) is known color: Splash. HEX triplet: F1, D2 and 94. RGB value is (241,210,148). Sum of RGB (Red+Green+Blue) = 241+210+148=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D294 is #0E2D6B. Grayscale: #D4D4D4. Windows color (decimal): -929132 or 9753329. OLE color: 9753329.
HSL color Cylindrical-coordinate representation of color #F1D294: hue angle of 40º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1D294 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 210 | 148 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.05 |
| HSL | 40º | 0.77% | 0.76% | - |
| HSV(B) | 40º | 0.39% | 0.95% | - |
| XYZ | 64.67 | 66.93 | 37.53 | - |
| YUV | 212.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 210 | 148 | 0 | 0.13 | 0.39 | 0.05 | 40 | 0.77 | 0.76 |
| Hex | F1 | D2 | 94 | 0 | D | 27 | 5 | 28 | 4D | 4C |
| Octal | 361 | 322 | 224 | 0 | 15 | 47 | 5 | 50 | 115 | 114 |
| Binary | 11110001 | 11010010 | 10010100 | 0 | 1101 | 100111 | 101 | 101000 | 1001101 | 1001100 |
Color Harmonies of #F1D294
Complementary color
Monochromatic Colors of #F1D294
Black with #F1D294
Text Example
Text Example
White with #F1D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D294; }
p { color: rgb(241,210,148); }
H1.HeaderClassName
{
color: #F1D294;
}
.AnyTagClassName
{
color: #F1D294;
}
</style>
background-color css
<style>
a { background-color: #F1D294; }
a { background-color: rgb(241,210,148); }
div.DivClassName
{
background-color: #F1D294;
}
.BgClassName
{
background-color: #F1D294;
}
</style>
border-color css
<style>
span { border-color: #F1D294; }
span { border-color: rgb(241,210,148); }
td.TdClassName
{
border-color: #F1D294;
}
.TagClassName
{
border-color: #F1D294;
}
</style>