Shades of Pink Flare #D2B4BA
Tints of Pink Flare #D2B4BA
RGB
CMYK
RGB Variations
Color information
#D2B4BA (or 0xD2B4BA) is known color: Pink Flare. HEX triplet: D2, B4 and BA. RGB value is (210,180,186). Sum of RGB (Red+Green+Blue) = 210+180+186=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 180 (70.70% from 255 or 31.25% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B4BA is #2D4B45. Grayscale: #BDBDBD. Windows color (decimal): -2968390 or 12235986. OLE color: 12235986.
HSL color Cylindrical-coordinate representation of color #D2B4BA: hue angle of 348º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B4BA is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 180 | 186 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.18 |
| HSL | 348º | 0.25% | 0.76% | - |
| HSV(B) | 348º | 0.14% | 0.82% | - |
| XYZ | 51.76 | 49.89 | 53.36 | - |
| YUV | 189.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 186 | 0 | 0.14 | 0.11 | 0.18 | 348 | 0.25 | 0.76 |
| Hex | D2 | B4 | BA | 0 | E | B | 12 | 15C | 19 | 4C |
| Octal | 322 | 264 | 272 | 0 | 16 | 13 | 22 | 534 | 31 | 114 |
| Binary | 11010010 | 10110100 | 10111010 | 0 | 1110 | 1011 | 10010 | 101011100 | 11001 | 1001100 |
Color Harmonies of #D2B4BA
Complementary color
Monochromatic Colors of #D2B4BA
Black with #D2B4BA
Text Example
Text Example
White with #D2B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B4BA; }
p { color: rgb(210,180,186); }
H1.HeaderClassName
{
color: #D2B4BA;
}
.AnyTagClassName
{
color: #D2B4BA;
}
</style>
background-color css
<style>
a { background-color: #D2B4BA; }
a { background-color: rgb(210,180,186); }
div.DivClassName
{
background-color: #D2B4BA;
}
.BgClassName
{
background-color: #D2B4BA;
}
</style>
border-color css
<style>
span { border-color: #D2B4BA; }
span { border-color: rgb(210,180,186); }
td.TdClassName
{
border-color: #D2B4BA;
}
.TagClassName
{
border-color: #D2B4BA;
}
</style>