Shades of Pink Flare #D7BABC
Tints of Pink Flare #D7BABC
RGB
CMYK
RGB Variations
Color information
#D7BABC (or 0xD7BABC) is known color: Pink Flare. HEX triplet: D7, BA and BC. RGB value is (215,186,188). Sum of RGB (Red+Green+Blue) = 215+186+188=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BABC is #284543. Grayscale: #C2C2C2. Windows color (decimal): -2639172 or 12368599. OLE color: 12368599.
HSL color Cylindrical-coordinate representation of color #D7BABC: hue angle of 355.86º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7BABC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 186 | 188 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.16 |
| HSL | 355.86º | 0.27% | 0.79% | - |
| HSV(B) | 355.86º | 0.13% | 0.84% | - |
| XYZ | 54.66 | 53.2 | 54.96 | - |
| YUV | 194.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 186 | 188 | 0 | 0.13 | 0.13 | 0.16 | 355.86 | 0.27 | 0.79 |
| Hex | D7 | BA | BC | 0 | D | D | 10 | 164 | 1B | 4F |
| Octal | 327 | 272 | 274 | 0 | 15 | 15 | 20 | 544 | 33 | 117 |
| Binary | 11010111 | 10111010 | 10111100 | 0 | 1101 | 1101 | 10000 | 101100100 | 11011 | 1001111 |
Color Harmonies of #D7BABC
Complementary color
Monochromatic Colors of #D7BABC
Black with #D7BABC
Text Example
Text Example
White with #D7BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BABC; }
p { color: rgb(215,186,188); }
H1.HeaderClassName
{
color: #D7BABC;
}
.AnyTagClassName
{
color: #D7BABC;
}
</style>
background-color css
<style>
a { background-color: #D7BABC; }
a { background-color: rgb(215,186,188); }
div.DivClassName
{
background-color: #D7BABC;
}
.BgClassName
{
background-color: #D7BABC;
}
</style>
border-color css
<style>
span { border-color: #D7BABC; }
span { border-color: rgb(215,186,188); }
td.TdClassName
{
border-color: #D7BABC;
}
.TagClassName
{
border-color: #D7BABC;
}
</style>