Shades of Splash #F1D698
Tints of Splash #F1D698
RGB
CMYK
RGB Variations
Color information
#F1D698 (or 0xF1D698) is known color: Splash. HEX triplet: F1, D6 and 98. RGB value is (241,214,152). Sum of RGB (Red+Green+Blue) = 241+214+152=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D698 is #0E2967. Grayscale: #D7D7D7. Windows color (decimal): -928104 or 10016497. OLE color: 10016497.
HSL color Cylindrical-coordinate representation of color #F1D698: hue angle of 41.8º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1D698 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 214 | 152 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.05 |
| HSL | 41.8º | 0.76% | 0.77% | - |
| HSV(B) | 41.8º | 0.37% | 0.95% | - |
| XYZ | 65.99 | 69.06 | 39.56 | - |
| YUV | 215.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 214 | 152 | 0 | 0.11 | 0.37 | 0.05 | 41.8 | 0.76 | 0.77 |
| Hex | F1 | D6 | 98 | 0 | B | 25 | 5 | 2A | 4C | 4D |
| Octal | 361 | 326 | 230 | 0 | 13 | 45 | 5 | 52 | 114 | 115 |
| Binary | 11110001 | 11010110 | 10011000 | 0 | 1011 | 100101 | 101 | 101010 | 1001100 | 1001101 |
Color Harmonies of #F1D698
Complementary color
Monochromatic Colors of #F1D698
Black with #F1D698
Text Example
Text Example
White with #F1D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D698; }
p { color: rgb(241,214,152); }
H1.HeaderClassName
{
color: #F1D698;
}
.AnyTagClassName
{
color: #F1D698;
}
</style>
background-color css
<style>
a { background-color: #F1D698; }
a { background-color: rgb(241,214,152); }
div.DivClassName
{
background-color: #F1D698;
}
.BgClassName
{
background-color: #F1D698;
}
</style>
border-color css
<style>
span { border-color: #F1D698; }
span { border-color: rgb(241,214,152); }
td.TdClassName
{
border-color: #F1D698;
}
.TagClassName
{
border-color: #F1D698;
}
</style>