Shades of Splash #F1DAA3
Tints of Splash #F1DAA3
RGB
CMYK
RGB Variations
Color information
#F1DAA3 (or 0xF1DAA3) is known color: Splash. HEX triplet: F1, DA and A3. RGB value is (241,218,163). Sum of RGB (Red+Green+Blue) = 241+218+163=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DAA3 is #0E255C. Grayscale: #DADADA. Windows color (decimal): -927069 or 10738417. OLE color: 10738417.
HSL color Cylindrical-coordinate representation of color #F1DAA3: hue angle of 42.31º 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 #F1DAA3 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 218 | 163 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.05 |
| HSL | 42.31º | 0.74% | 0.79% | - |
| HSV(B) | 42.31º | 0.32% | 0.95% | - |
| XYZ | 67.96 | 71.49 | 44.87 | - |
| YUV | 218.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 218 | 163 | 0 | 0.10 | 0.32 | 0.05 | 42.31 | 0.74 | 0.79 |
| Hex | F1 | DA | A3 | 0 | A | 20 | 5 | 2A | 4A | 4F |
| Octal | 361 | 332 | 243 | 0 | 12 | 40 | 5 | 52 | 112 | 117 |
| Binary | 11110001 | 11011010 | 10100011 | 0 | 1010 | 100000 | 101 | 101010 | 1001010 | 1001111 |
Color Harmonies of #F1DAA3
Complementary color
Monochromatic Colors of #F1DAA3
Black with #F1DAA3
Text Example
Text Example
White with #F1DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DAA3; }
p { color: rgb(241,218,163); }
H1.HeaderClassName
{
color: #F1DAA3;
}
.AnyTagClassName
{
color: #F1DAA3;
}
</style>
background-color css
<style>
a { background-color: #F1DAA3; }
a { background-color: rgb(241,218,163); }
div.DivClassName
{
background-color: #F1DAA3;
}
.BgClassName
{
background-color: #F1DAA3;
}
</style>
border-color css
<style>
span { border-color: #F1DAA3; }
span { border-color: rgb(241,218,163); }
td.TdClassName
{
border-color: #F1DAA3;
}
.TagClassName
{
border-color: #F1DAA3;
}
</style>