Shades of Pink Flare #D8BABB
Tints of Pink Flare #D8BABB
RGB
CMYK
RGB Variations
Color information
#D8BABB (or 0xD8BABB) is known color: Pink Flare. HEX triplet: D8, BA and BB. RGB value is (216,186,187). Sum of RGB (Red+Green+Blue) = 216+186+187=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BABB is #274544. Grayscale: #C3C3C3. Windows color (decimal): -2573637 or 12303064. OLE color: 12303064.
HSL color Cylindrical-coordinate representation of color #D8BABB: hue angle of 358º 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 #D8BABB is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 186 | 187 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.15 |
| HSL | 358º | 0.28% | 0.79% | - |
| HSV(B) | 358º | 0.14% | 0.85% | - |
| XYZ | 54.85 | 53.3 | 54.41 | - |
| YUV | 195.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 186 | 187 | 0 | 0.14 | 0.13 | 0.15 | 358 | 0.28 | 0.79 |
| Hex | D8 | BA | BB | 0 | E | D | F | 166 | 1C | 4F |
| Octal | 330 | 272 | 273 | 0 | 16 | 15 | 17 | 546 | 34 | 117 |
| Binary | 11011000 | 10111010 | 10111011 | 0 | 1110 | 1101 | 1111 | 101100110 | 11100 | 1001111 |
Color Harmonies of #D8BABB
Complementary color
Monochromatic Colors of #D8BABB
Black with #D8BABB
Text Example
Text Example
White with #D8BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BABB; }
p { color: rgb(216,186,187); }
H1.HeaderClassName
{
color: #D8BABB;
}
.AnyTagClassName
{
color: #D8BABB;
}
</style>
background-color css
<style>
a { background-color: #D8BABB; }
a { background-color: rgb(216,186,187); }
div.DivClassName
{
background-color: #D8BABB;
}
.BgClassName
{
background-color: #D8BABB;
}
</style>
border-color css
<style>
span { border-color: #D8BABB; }
span { border-color: rgb(216,186,187); }
td.TdClassName
{
border-color: #D8BABB;
}
.TagClassName
{
border-color: #D8BABB;
}
</style>