Shades of Pink Flare #D2BABB
Tints of Pink Flare #D2BABB
RGB
CMYK
RGB Variations
Color information
#D2BABB (or 0xD2BABB) is known color: Pink Flare. HEX triplet: D2, BA and BB. RGB value is (210,186,187). Sum of RGB (Red+Green+Blue) = 210+186+187=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BABB is #2D4544. Grayscale: #C1C1C1. Windows color (decimal): -2966853 or 12303058. OLE color: 12303058.
HSL color Cylindrical-coordinate representation of color #D2BABB: hue angle of 357.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BABB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 187 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.18 |
| HSL | 357.5º | 0.21% | 0.78% | - |
| HSV(B) | 357.5º | 0.11% | 0.82% | - |
| XYZ | 53.11 | 52.41 | 54.33 | - |
| YUV | 193.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 187 | 0 | 0.11 | 0.11 | 0.18 | 357.5 | 0.21 | 0.78 |
| Hex | D2 | BA | BB | 0 | B | B | 12 | 166 | 15 | 4E |
| Octal | 322 | 272 | 273 | 0 | 13 | 13 | 22 | 546 | 25 | 116 |
| Binary | 11010010 | 10111010 | 10111011 | 0 | 1011 | 1011 | 10010 | 101100110 | 10101 | 1001110 |
Color Harmonies of #D2BABB
Complementary color
Monochromatic Colors of #D2BABB
Black with #D2BABB
Text Example
Text Example
White with #D2BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BABB; }
p { color: rgb(210,186,187); }
H1.HeaderClassName
{
color: #D2BABB;
}
.AnyTagClassName
{
color: #D2BABB;
}
</style>
background-color css
<style>
a { background-color: #D2BABB; }
a { background-color: rgb(210,186,187); }
div.DivClassName
{
background-color: #D2BABB;
}
.BgClassName
{
background-color: #D2BABB;
}
</style>
border-color css
<style>
span { border-color: #D2BABB; }
span { border-color: rgb(210,186,187); }
td.TdClassName
{
border-color: #D2BABB;
}
.TagClassName
{
border-color: #D2BABB;
}
</style>