Shades of Splash #F1DA9A
Tints of Splash #F1DA9A
RGB
CMYK
RGB Variations
Color information
#F1DA9A (or 0xF1DA9A) is known color: Splash. HEX triplet: F1, DA and 9A. RGB value is (241,218,154). Sum of RGB (Red+Green+Blue) = 241+218+154=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DA9A is #0E2565. Grayscale: #D9D9D9. Windows color (decimal): -927078 or 10148593. OLE color: 10148593.
HSL color Cylindrical-coordinate representation of color #F1DA9A: hue angle of 44.14º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1DA9A is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 154 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.05 |
| HSL | 44.14º | 0.76% | 0.77% | - |
| HSV(B) | 44.14º | 0.36% | 0.95% | - |
| XYZ | 67.18 | 71.18 | 40.77 | - |
| YUV | 217.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 154 | 0 | 0.10 | 0.36 | 0.05 | 44.14 | 0.76 | 0.77 |
| Hex | F1 | DA | 9A | 0 | A | 24 | 5 | 2C | 4C | 4D |
| Octal | 361 | 332 | 232 | 0 | 12 | 44 | 5 | 54 | 114 | 115 |
| Binary | 11110001 | 11011010 | 10011010 | 0 | 1010 | 100100 | 101 | 101100 | 1001100 | 1001101 |
Color Harmonies of #F1DA9A
Complementary color
Monochromatic Colors of #F1DA9A
Black with #F1DA9A
Text Example
Text Example
White with #F1DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DA9A; }
p { color: rgb(241,218,154); }
H1.HeaderClassName
{
color: #F1DA9A;
}
.AnyTagClassName
{
color: #F1DA9A;
}
</style>
background-color css
<style>
a { background-color: #F1DA9A; }
a { background-color: rgb(241,218,154); }
div.DivClassName
{
background-color: #F1DA9A;
}
.BgClassName
{
background-color: #F1DA9A;
}
</style>
border-color css
<style>
span { border-color: #F1DA9A; }
span { border-color: rgb(241,218,154); }
td.TdClassName
{
border-color: #F1DA9A;
}
.TagClassName
{
border-color: #F1DA9A;
}
</style>