Shades of Pink Flare #D4B3BA
Tints of Pink Flare #D4B3BA
RGB
CMYK
RGB Variations
Color information
#D4B3BA (or 0xD4B3BA) is known color: Pink Flare. HEX triplet: D4, B3 and BA. RGB value is (212,179,186). Sum of RGB (Red+Green+Blue) = 212+179+186=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B3BA is #2B4C45. Grayscale: #BDBDBD. Windows color (decimal): -2837574 or 12235732. OLE color: 12235732.
HSL color Cylindrical-coordinate representation of color #D4B3BA: hue angle of 347.27º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4B3BA is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 179 | 186 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.17 |
| HSL | 347.27º | 0.28% | 0.77% | - |
| HSV(B) | 347.27º | 0.16% | 0.83% | - |
| XYZ | 52.13 | 49.78 | 53.32 | - |
| YUV | 189.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 179 | 186 | 0 | 0.16 | 0.12 | 0.17 | 347.27 | 0.28 | 0.77 |
| Hex | D4 | B3 | BA | 0 | 10 | C | 11 | 15B | 1C | 4D |
| Octal | 324 | 263 | 272 | 0 | 20 | 14 | 21 | 533 | 34 | 115 |
| Binary | 11010100 | 10110011 | 10111010 | 0 | 10000 | 1100 | 10001 | 101011011 | 11100 | 1001101 |
Color Harmonies of #D4B3BA
Complementary color
Monochromatic Colors of #D4B3BA
Black with #D4B3BA
Text Example
Text Example
White with #D4B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B3BA; }
p { color: rgb(212,179,186); }
H1.HeaderClassName
{
color: #D4B3BA;
}
.AnyTagClassName
{
color: #D4B3BA;
}
</style>
background-color css
<style>
a { background-color: #D4B3BA; }
a { background-color: rgb(212,179,186); }
div.DivClassName
{
background-color: #D4B3BA;
}
.BgClassName
{
background-color: #D4B3BA;
}
</style>
border-color css
<style>
span { border-color: #D4B3BA; }
span { border-color: rgb(212,179,186); }
td.TdClassName
{
border-color: #D4B3BA;
}
.TagClassName
{
border-color: #D4B3BA;
}
</style>