Shades of Splash #F1D495
Tints of Splash #F1D495
RGB
CMYK
RGB Variations
Color information
#F1D495 (or 0xF1D495) is known color: Splash. HEX triplet: F1, D4 and 95. RGB value is (241,212,149). Sum of RGB (Red+Green+Blue) = 241+212+149=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D495 is #0E2B6A. Grayscale: #D5D5D5. Windows color (decimal): -928619 or 9819377. OLE color: 9819377.
HSL color Cylindrical-coordinate representation of color #F1D495: hue angle of 41.09º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1D495 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 149 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.05 |
| HSL | 41.09º | 0.77% | 0.76% | - |
| HSV(B) | 41.09º | 0.38% | 0.95% | - |
| XYZ | 65.24 | 67.96 | 38.11 | - |
| YUV | 213.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 149 | 0 | 0.12 | 0.38 | 0.05 | 41.09 | 0.77 | 0.76 |
| Hex | F1 | D4 | 95 | 0 | C | 26 | 5 | 29 | 4D | 4C |
| Octal | 361 | 324 | 225 | 0 | 14 | 46 | 5 | 51 | 115 | 114 |
| Binary | 11110001 | 11010100 | 10010101 | 0 | 1100 | 100110 | 101 | 101001 | 1001101 | 1001100 |
Color Harmonies of #F1D495
Complementary color
Monochromatic Colors of #F1D495
Black with #F1D495
Text Example
Text Example
White with #F1D495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D495; }
p { color: rgb(241,212,149); }
H1.HeaderClassName
{
color: #F1D495;
}
.AnyTagClassName
{
color: #F1D495;
}
</style>
background-color css
<style>
a { background-color: #F1D495; }
a { background-color: rgb(241,212,149); }
div.DivClassName
{
background-color: #F1D495;
}
.BgClassName
{
background-color: #F1D495;
}
</style>
border-color css
<style>
span { border-color: #F1D495; }
span { border-color: rgb(241,212,149); }
td.TdClassName
{
border-color: #F1D495;
}
.TagClassName
{
border-color: #F1D495;
}
</style>