Shades of Pink Flare #DAB9BA
Tints of Pink Flare #DAB9BA
RGB
CMYK
RGB Variations
Color information
#DAB9BA (or 0xDAB9BA) is known color: Pink Flare. HEX triplet: DA, B9 and BA. RGB value is (218,185,186). Sum of RGB (Red+Green+Blue) = 218+185+186=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9BA is #254645. Grayscale: #C3C3C3. Windows color (decimal): -2442822 or 12237274. OLE color: 12237274.
HSL color Cylindrical-coordinate representation of color #DAB9BA: hue angle of 358.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9BA is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 186 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.15 |
| HSL | 358.18º | 0.31% | 0.79% | - |
| HSV(B) | 358.18º | 0.15% | 0.85% | - |
| XYZ | 55.13 | 53.15 | 53.81 | - |
| YUV | 194.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 186 | 0 | 0.15 | 0.15 | 0.15 | 358.18 | 0.31 | 0.79 |
| Hex | DA | B9 | BA | 0 | F | F | F | 166 | 1F | 4F |
| Octal | 332 | 271 | 272 | 0 | 17 | 17 | 17 | 546 | 37 | 117 |
| Binary | 11011010 | 10111001 | 10111010 | 0 | 1111 | 1111 | 1111 | 101100110 | 11111 | 1001111 |
Color Harmonies of #DAB9BA
Complementary color
Monochromatic Colors of #DAB9BA
Black with #DAB9BA
Text Example
Text Example
White with #DAB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9BA; }
p { color: rgb(218,185,186); }
H1.HeaderClassName
{
color: #DAB9BA;
}
.AnyTagClassName
{
color: #DAB9BA;
}
</style>
background-color css
<style>
a { background-color: #DAB9BA; }
a { background-color: rgb(218,185,186); }
div.DivClassName
{
background-color: #DAB9BA;
}
.BgClassName
{
background-color: #DAB9BA;
}
</style>
border-color css
<style>
span { border-color: #DAB9BA; }
span { border-color: rgb(218,185,186); }
td.TdClassName
{
border-color: #DAB9BA;
}
.TagClassName
{
border-color: #DAB9BA;
}
</style>