Shades of Pink Flare #DAB9BC
Tints of Pink Flare #DAB9BC
RGB
CMYK
RGB Variations
Color information
#DAB9BC (or 0xDAB9BC) is known color: Pink Flare. HEX triplet: DA, B9 and BC. RGB value is (218,185,188). Sum of RGB (Red+Green+Blue) = 218+185+188=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9BC is #254643. Grayscale: #C3C3C3. Windows color (decimal): -2442820 or 12368346. OLE color: 12368346.
HSL color Cylindrical-coordinate representation of color #DAB9BC: hue angle of 354.55º 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 #DAB9BC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 188 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.15 |
| HSL | 354.55º | 0.31% | 0.79% | - |
| HSV(B) | 354.55º | 0.15% | 0.85% | - |
| XYZ | 55.34 | 53.23 | 54.94 | - |
| YUV | 195.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 188 | 0 | 0.15 | 0.14 | 0.15 | 354.55 | 0.31 | 0.79 |
| Hex | DA | B9 | BC | 0 | F | E | F | 163 | 1F | 4F |
| Octal | 332 | 271 | 274 | 0 | 17 | 16 | 17 | 543 | 37 | 117 |
| Binary | 11011010 | 10111001 | 10111100 | 0 | 1111 | 1110 | 1111 | 101100011 | 11111 | 1001111 |
Color Harmonies of #DAB9BC
Complementary color
Monochromatic Colors of #DAB9BC
Black with #DAB9BC
Text Example
Text Example
White with #DAB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9BC; }
p { color: rgb(218,185,188); }
H1.HeaderClassName
{
color: #DAB9BC;
}
.AnyTagClassName
{
color: #DAB9BC;
}
</style>
background-color css
<style>
a { background-color: #DAB9BC; }
a { background-color: rgb(218,185,188); }
div.DivClassName
{
background-color: #DAB9BC;
}
.BgClassName
{
background-color: #DAB9BC;
}
</style>
border-color css
<style>
span { border-color: #DAB9BC; }
span { border-color: rgb(218,185,188); }
td.TdClassName
{
border-color: #DAB9BC;
}
.TagClassName
{
border-color: #DAB9BC;
}
</style>