Shades of Splash #F1D7A3
Tints of Splash #F1D7A3
RGB
CMYK
RGB Variations
Color information
#F1D7A3 (or 0xF1D7A3) is known color: Splash. HEX triplet: F1, D7 and A3. RGB value is (241,215,163). Sum of RGB (Red+Green+Blue) = 241+215+163=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D7A3 is #0E285C. Grayscale: #D9D9D9. Windows color (decimal): -927837 or 10737649. OLE color: 10737649.
HSL color Cylindrical-coordinate representation of color #F1D7A3: hue angle of 40º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1D7A3 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 163 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.05 |
| HSL | 40º | 0.74% | 0.79% | - |
| HSV(B) | 40º | 0.32% | 0.95% | - |
| XYZ | 67.19 | 69.95 | 44.61 | - |
| YUV | 216.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 163 | 0 | 0.11 | 0.32 | 0.05 | 40 | 0.74 | 0.79 |
| Hex | F1 | D7 | A3 | 0 | B | 20 | 5 | 28 | 4A | 4F |
| Octal | 361 | 327 | 243 | 0 | 13 | 40 | 5 | 50 | 112 | 117 |
| Binary | 11110001 | 11010111 | 10100011 | 0 | 1011 | 100000 | 101 | 101000 | 1001010 | 1001111 |
Color Harmonies of #F1D7A3
Complementary color
Monochromatic Colors of #F1D7A3
Black with #F1D7A3
Text Example
Text Example
White with #F1D7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D7A3; }
p { color: rgb(241,215,163); }
H1.HeaderClassName
{
color: #F1D7A3;
}
.AnyTagClassName
{
color: #F1D7A3;
}
</style>
background-color css
<style>
a { background-color: #F1D7A3; }
a { background-color: rgb(241,215,163); }
div.DivClassName
{
background-color: #F1D7A3;
}
.BgClassName
{
background-color: #F1D7A3;
}
</style>
border-color css
<style>
span { border-color: #F1D7A3; }
span { border-color: rgb(241,215,163); }
td.TdClassName
{
border-color: #F1D7A3;
}
.TagClassName
{
border-color: #F1D7A3;
}
</style>