Shades of Splash #F1D398
Tints of Splash #F1D398
RGB
CMYK
RGB Variations
Color information
#F1D398 (or 0xF1D398) is known color: Splash. HEX triplet: F1, D3 and 98. RGB value is (241,211,152). Sum of RGB (Red+Green+Blue) = 241+211+152=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D398 is #0E2C67. Grayscale: #D5D5D5. Windows color (decimal): -928872 or 10015729. OLE color: 10015729.
HSL color Cylindrical-coordinate representation of color #F1D398: hue angle of 39.78º 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 #F1D398 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 152 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.05 |
| HSL | 39.78º | 0.76% | 0.77% | - |
| HSV(B) | 39.78º | 0.37% | 0.95% | - |
| XYZ | 65.24 | 67.56 | 39.31 | - |
| YUV | 213.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 152 | 0 | 0.12 | 0.37 | 0.05 | 39.78 | 0.76 | 0.77 |
| Hex | F1 | D3 | 98 | 0 | C | 25 | 5 | 28 | 4C | 4D |
| Octal | 361 | 323 | 230 | 0 | 14 | 45 | 5 | 50 | 114 | 115 |
| Binary | 11110001 | 11010011 | 10011000 | 0 | 1100 | 100101 | 101 | 101000 | 1001100 | 1001101 |
Color Harmonies of #F1D398
Complementary color
Monochromatic Colors of #F1D398
Black with #F1D398
Text Example
Text Example
White with #F1D398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D398; }
p { color: rgb(241,211,152); }
H1.HeaderClassName
{
color: #F1D398;
}
.AnyTagClassName
{
color: #F1D398;
}
</style>
background-color css
<style>
a { background-color: #F1D398; }
a { background-color: rgb(241,211,152); }
div.DivClassName
{
background-color: #F1D398;
}
.BgClassName
{
background-color: #F1D398;
}
</style>
border-color css
<style>
span { border-color: #F1D398; }
span { border-color: rgb(241,211,152); }
td.TdClassName
{
border-color: #F1D398;
}
.TagClassName
{
border-color: #F1D398;
}
</style>