Shades of Pink Flare #DAB7BA
Tints of Pink Flare #DAB7BA
RGB
CMYK
RGB Variations
Color information
#DAB7BA (or 0xDAB7BA) is known color: Pink Flare. HEX triplet: DA, B7 and BA. RGB value is (218,183,186). Sum of RGB (Red+Green+Blue) = 218+183+186=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7BA is #254845. Grayscale: #C1C1C1. Windows color (decimal): -2443334 or 12236762. OLE color: 12236762.
HSL color Cylindrical-coordinate representation of color #DAB7BA: hue angle of 354.86º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7BA is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 186 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.15 |
| HSL | 354.86º | 0.32% | 0.79% | - |
| HSV(B) | 354.86º | 0.16% | 0.85% | - |
| XYZ | 54.71 | 52.32 | 53.67 | - |
| YUV | 193.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 186 | 0 | 0.16 | 0.15 | 0.15 | 354.86 | 0.32 | 0.79 |
| Hex | DA | B7 | BA | 0 | 10 | F | F | 163 | 20 | 4F |
| Octal | 332 | 267 | 272 | 0 | 20 | 17 | 17 | 543 | 40 | 117 |
| Binary | 11011010 | 10110111 | 10111010 | 0 | 10000 | 1111 | 1111 | 101100011 | 100000 | 1001111 |
Color Harmonies of #DAB7BA
Complementary color
Monochromatic Colors of #DAB7BA
Black with #DAB7BA
Text Example
Text Example
White with #DAB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7BA; }
p { color: rgb(218,183,186); }
H1.HeaderClassName
{
color: #DAB7BA;
}
.AnyTagClassName
{
color: #DAB7BA;
}
</style>
background-color css
<style>
a { background-color: #DAB7BA; }
a { background-color: rgb(218,183,186); }
div.DivClassName
{
background-color: #DAB7BA;
}
.BgClassName
{
background-color: #DAB7BA;
}
</style>
border-color css
<style>
span { border-color: #DAB7BA; }
span { border-color: rgb(218,183,186); }
td.TdClassName
{
border-color: #DAB7BA;
}
.TagClassName
{
border-color: #DAB7BA;
}
</style>