Shades of Pink Flare #DABABD
Tints of Pink Flare #DABABD
RGB
CMYK
RGB Variations
Color information
#DABABD (or 0xDABABD) is known color: Pink Flare. HEX triplet: DA, BA and BD. RGB value is (218,186,189). Sum of RGB (Red+Green+Blue) = 218+186+189=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DABABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABABD is #254542. Grayscale: #C3C3C3. Windows color (decimal): -2442563 or 12434138. OLE color: 12434138.
HSL color Cylindrical-coordinate representation of color #DABABD: hue angle of 354.38º degrees, saturation: 0.3, 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 #DABABD is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 189 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.15 |
| HSL | 354.38º | 0.3% | 0.79% | - |
| HSV(B) | 354.38º | 0.15% | 0.85% | - |
| XYZ | 55.66 | 53.7 | 55.58 | - |
| YUV | 195.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 189 | 0 | 0.15 | 0.13 | 0.15 | 354.38 | 0.3 | 0.79 |
| Hex | DA | BA | BD | 0 | F | D | F | 162 | 1E | 4F |
| Octal | 332 | 272 | 275 | 0 | 17 | 15 | 17 | 542 | 36 | 117 |
| Binary | 11011010 | 10111010 | 10111101 | 0 | 1111 | 1101 | 1111 | 101100010 | 11110 | 1001111 |
Color Harmonies of #DABABD
Complementary color
Monochromatic Colors of #DABABD
Black with #DABABD
Text Example
Text Example
White with #DABABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABABD; }
p { color: rgb(218,186,189); }
H1.HeaderClassName
{
color: #DABABD;
}
.AnyTagClassName
{
color: #DABABD;
}
</style>
background-color css
<style>
a { background-color: #DABABD; }
a { background-color: rgb(218,186,189); }
div.DivClassName
{
background-color: #DABABD;
}
.BgClassName
{
background-color: #DABABD;
}
</style>
border-color css
<style>
span { border-color: #DABABD; }
span { border-color: rgb(218,186,189); }
td.TdClassName
{
border-color: #DABABD;
}
.TagClassName
{
border-color: #DABABD;
}
</style>