Shades of Pink Flare #D8BABD
Tints of Pink Flare #D8BABD
RGB
CMYK
RGB Variations
Color information
#D8BABD (or 0xD8BABD) is known color: Pink Flare. HEX triplet: D8, BA and BD. RGB value is (216,186,189). Sum of RGB (Red+Green+Blue) = 216+186+189=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BABD is #274542. Grayscale: #C3C3C3. Windows color (decimal): -2573635 or 12434136. OLE color: 12434136.
HSL color Cylindrical-coordinate representation of color #D8BABD: hue angle of 354º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BABD is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 189 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.15 |
| HSL | 354º | 0.28% | 0.79% | - |
| HSV(B) | 354º | 0.14% | 0.85% | - |
| XYZ | 55.06 | 53.39 | 55.55 | - |
| YUV | 195.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 189 | 0 | 0.14 | 0.12 | 0.15 | 354 | 0.28 | 0.79 |
| Hex | D8 | BA | BD | 0 | E | C | F | 162 | 1C | 4F |
| Octal | 330 | 272 | 275 | 0 | 16 | 14 | 17 | 542 | 34 | 117 |
| Binary | 11011000 | 10111010 | 10111101 | 0 | 1110 | 1100 | 1111 | 101100010 | 11100 | 1001111 |
Color Harmonies of #D8BABD
Complementary color
Monochromatic Colors of #D8BABD
Black with #D8BABD
Text Example
Text Example
White with #D8BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BABD; }
p { color: rgb(216,186,189); }
H1.HeaderClassName
{
color: #D8BABD;
}
.AnyTagClassName
{
color: #D8BABD;
}
</style>
background-color css
<style>
a { background-color: #D8BABD; }
a { background-color: rgb(216,186,189); }
div.DivClassName
{
background-color: #D8BABD;
}
.BgClassName
{
background-color: #D8BABD;
}
</style>
border-color css
<style>
span { border-color: #D8BABD; }
span { border-color: rgb(216,186,189); }
td.TdClassName
{
border-color: #D8BABD;
}
.TagClassName
{
border-color: #D8BABD;
}
</style>