Shades of Splash #F1D49B
Tints of Splash #F1D49B
RGB
CMYK
RGB Variations
Color information
#F1D49B (or 0xF1D49B) is known color: Splash. HEX triplet: F1, D4 and 9B. RGB value is (241,212,155). Sum of RGB (Red+Green+Blue) = 241+212+155=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 155 (60.94% from 255 or 25.49% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D49B is #0E2B64. Grayscale: #D6D6D6. Windows color (decimal): -928613 or 10212593. OLE color: 10212593.
HSL color Cylindrical-coordinate representation of color #F1D49B: hue angle of 39.77º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1D49B is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 212 | 155 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.05 |
| HSL | 39.77º | 0.75% | 0.78% | - |
| HSV(B) | 39.77º | 0.36% | 0.95% | - |
| XYZ | 65.74 | 68.15 | 40.7 | - |
| YUV | 214.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 212 | 155 | 0 | 0.12 | 0.36 | 0.05 | 39.77 | 0.75 | 0.78 |
| Hex | F1 | D4 | 9B | 0 | C | 24 | 5 | 28 | 4B | 4E |
| Octal | 361 | 324 | 233 | 0 | 14 | 44 | 5 | 50 | 113 | 116 |
| Binary | 11110001 | 11010100 | 10011011 | 0 | 1100 | 100100 | 101 | 101000 | 1001011 | 1001110 |
Color Harmonies of #F1D49B
Complementary color
Monochromatic Colors of #F1D49B
Black with #F1D49B
Text Example
Text Example
White with #F1D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D49B; }
p { color: rgb(241,212,155); }
H1.HeaderClassName
{
color: #F1D49B;
}
.AnyTagClassName
{
color: #F1D49B;
}
</style>
background-color css
<style>
a { background-color: #F1D49B; }
a { background-color: rgb(241,212,155); }
div.DivClassName
{
background-color: #F1D49B;
}
.BgClassName
{
background-color: #F1D49B;
}
</style>
border-color css
<style>
span { border-color: #F1D49B; }
span { border-color: rgb(241,212,155); }
td.TdClassName
{
border-color: #F1D49B;
}
.TagClassName
{
border-color: #F1D49B;
}
</style>