Shades of Splash #F1DBA2
Tints of Splash #F1DBA2
RGB
CMYK
RGB Variations
Color information
#F1DBA2 (or 0xF1DBA2) is known color: Splash. HEX triplet: F1, DB and A2. RGB value is (241,219,162). Sum of RGB (Red+Green+Blue) = 241+219+162=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DBA2 is #0E245D. Grayscale: #DBDBDB. Windows color (decimal): -926814 or 10673137. OLE color: 10673137.
HSL color Cylindrical-coordinate representation of color #F1DBA2: hue angle of 43.29º 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 #F1DBA2 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 162 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.05 |
| HSL | 43.29º | 0.74% | 0.79% | - |
| HSV(B) | 43.29º | 0.33% | 0.95% | - |
| XYZ | 68.13 | 71.97 | 44.48 | - |
| YUV | 219.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 162 | 0 | 0.09 | 0.33 | 0.05 | 43.29 | 0.74 | 0.79 |
| Hex | F1 | DB | A2 | 0 | 9 | 21 | 5 | 2B | 4A | 4F |
| Octal | 361 | 333 | 242 | 0 | 11 | 41 | 5 | 53 | 112 | 117 |
| Binary | 11110001 | 11011011 | 10100010 | 0 | 1001 | 100001 | 101 | 101011 | 1001010 | 1001111 |
Color Harmonies of #F1DBA2
Complementary color
Monochromatic Colors of #F1DBA2
Black with #F1DBA2
Text Example
Text Example
White with #F1DBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DBA2; }
p { color: rgb(241,219,162); }
H1.HeaderClassName
{
color: #F1DBA2;
}
.AnyTagClassName
{
color: #F1DBA2;
}
</style>
background-color css
<style>
a { background-color: #F1DBA2; }
a { background-color: rgb(241,219,162); }
div.DivClassName
{
background-color: #F1DBA2;
}
.BgClassName
{
background-color: #F1DBA2;
}
</style>
border-color css
<style>
span { border-color: #F1DBA2; }
span { border-color: rgb(241,219,162); }
td.TdClassName
{
border-color: #F1DBA2;
}
.TagClassName
{
border-color: #F1DBA2;
}
</style>