Shades of Splash #F1D694
Tints of Splash #F1D694
RGB
CMYK
RGB Variations
Color information
#F1D694 (or 0xF1D694) is known color: Splash. HEX triplet: F1, D6 and 94. RGB value is (241,214,148). Sum of RGB (Red+Green+Blue) = 241+214+148=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D694 is #0E296B. Grayscale: #D6D6D6. Windows color (decimal): -928108 or 9754353. OLE color: 9754353.
HSL color Cylindrical-coordinate representation of color #F1D694: hue angle of 42.58º 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 #F1D694 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 148 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.05 |
| HSL | 42.58º | 0.77% | 0.76% | - |
| HSV(B) | 42.58º | 0.39% | 0.95% | - |
| XYZ | 65.67 | 68.93 | 37.86 | - |
| YUV | 214.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 148 | 0 | 0.11 | 0.39 | 0.05 | 42.58 | 0.77 | 0.76 |
| Hex | F1 | D6 | 94 | 0 | B | 27 | 5 | 2B | 4D | 4C |
| Octal | 361 | 326 | 224 | 0 | 13 | 47 | 5 | 53 | 115 | 114 |
| Binary | 11110001 | 11010110 | 10010100 | 0 | 1011 | 100111 | 101 | 101011 | 1001101 | 1001100 |
Color Harmonies of #F1D694
Complementary color
Monochromatic Colors of #F1D694
Black with #F1D694
Text Example
Text Example
White with #F1D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D694; }
p { color: rgb(241,214,148); }
H1.HeaderClassName
{
color: #F1D694;
}
.AnyTagClassName
{
color: #F1D694;
}
</style>
background-color css
<style>
a { background-color: #F1D694; }
a { background-color: rgb(241,214,148); }
div.DivClassName
{
background-color: #F1D694;
}
.BgClassName
{
background-color: #F1D694;
}
</style>
border-color css
<style>
span { border-color: #F1D694; }
span { border-color: rgb(241,214,148); }
td.TdClassName
{
border-color: #F1D694;
}
.TagClassName
{
border-color: #F1D694;
}
</style>