Shades of Splash #F1D5A1
Tints of Splash #F1D5A1
RGB
CMYK
RGB Variations
Color information
#F1D5A1 (or 0xF1D5A1) is known color: Splash. HEX triplet: F1, D5 and A1. RGB value is (241,213,161). Sum of RGB (Red+Green+Blue) = 241+213+161=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 161 (63.28% from 255 or 26.18% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D5A1 is #0E2A5E. Grayscale: #D7D7D7. Windows color (decimal): -928351 or 10606065. OLE color: 10606065.
HSL color Cylindrical-coordinate representation of color #F1D5A1: hue angle of 39º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1D5A1 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 161 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.05 |
| HSL | 39º | 0.74% | 0.79% | - |
| HSV(B) | 39º | 0.33% | 0.95% | - |
| XYZ | 66.5 | 68.86 | 43.5 | - |
| YUV | 215.44 | 97.28 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 161 | 0 | 0.12 | 0.33 | 0.05 | 39 | 0.74 | 0.79 |
| Hex | F1 | D5 | A1 | 0 | C | 21 | 5 | 27 | 4A | 4F |
| Octal | 361 | 325 | 241 | 0 | 14 | 41 | 5 | 47 | 112 | 117 |
| Binary | 11110001 | 11010101 | 10100001 | 0 | 1100 | 100001 | 101 | 100111 | 1001010 | 1001111 |
Color Harmonies of #F1D5A1
Complementary color
Monochromatic Colors of #F1D5A1
Black with #F1D5A1
Text Example
Text Example
White with #F1D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D5A1; }
p { color: rgb(241,213,161); }
H1.HeaderClassName
{
color: #F1D5A1;
}
.AnyTagClassName
{
color: #F1D5A1;
}
</style>
background-color css
<style>
a { background-color: #F1D5A1; }
a { background-color: rgb(241,213,161); }
div.DivClassName
{
background-color: #F1D5A1;
}
.BgClassName
{
background-color: #F1D5A1;
}
</style>
border-color css
<style>
span { border-color: #F1D5A1; }
span { border-color: rgb(241,213,161); }
td.TdClassName
{
border-color: #F1D5A1;
}
.TagClassName
{
border-color: #F1D5A1;
}
</style>