Shades of Pink Flare #D5B9BA
Tints of Pink Flare #D5B9BA
RGB
CMYK
RGB Variations
Color information
#D5B9BA (or 0xD5B9BA) is known color: Pink Flare. HEX triplet: D5, B9 and BA. RGB value is (213,185,186). Sum of RGB (Red+Green+Blue) = 213+185+186=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9BA is #2A4645. Grayscale: #C1C1C1. Windows color (decimal): -2770502 or 12237269. OLE color: 12237269.
HSL color Cylindrical-coordinate representation of color #D5B9BA: hue angle of 357.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5B9BA is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 186 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.16 |
| HSL | 357.86º | 0.25% | 0.78% | - |
| HSV(B) | 357.86º | 0.13% | 0.84% | - |
| XYZ | 53.65 | 52.39 | 53.74 | - |
| YUV | 193.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 186 | 0 | 0.13 | 0.13 | 0.16 | 357.86 | 0.25 | 0.78 |
| Hex | D5 | B9 | BA | 0 | D | D | 10 | 166 | 19 | 4E |
| Octal | 325 | 271 | 272 | 0 | 15 | 15 | 20 | 546 | 31 | 116 |
| Binary | 11010101 | 10111001 | 10111010 | 0 | 1101 | 1101 | 10000 | 101100110 | 11001 | 1001110 |
Color Harmonies of #D5B9BA
Complementary color
Monochromatic Colors of #D5B9BA
Black with #D5B9BA
Text Example
Text Example
White with #D5B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9BA; }
p { color: rgb(213,185,186); }
H1.HeaderClassName
{
color: #D5B9BA;
}
.AnyTagClassName
{
color: #D5B9BA;
}
</style>
background-color css
<style>
a { background-color: #D5B9BA; }
a { background-color: rgb(213,185,186); }
div.DivClassName
{
background-color: #D5B9BA;
}
.BgClassName
{
background-color: #D5B9BA;
}
</style>
border-color css
<style>
span { border-color: #D5B9BA; }
span { border-color: rgb(213,185,186); }
td.TdClassName
{
border-color: #D5B9BA;
}
.TagClassName
{
border-color: #D5B9BA;
}
</style>