Shades of Pink Flare #D1BABB
Tints of Pink Flare #D1BABB
RGB
CMYK
RGB Variations
Color information
#D1BABB (or 0xD1BABB) is known color: Pink Flare. HEX triplet: D1, BA and BB. RGB value is (209,186,187). Sum of RGB (Red+Green+Blue) = 209+186+187=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BABB is #2E4544. Grayscale: #C1C1C1. Windows color (decimal): -3032389 or 12303057. OLE color: 12303057.
HSL color Cylindrical-coordinate representation of color #D1BABB: hue angle of 357.39º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BABB is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 187 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.18 |
| HSL | 357.39º | 0.2% | 0.77% | - |
| HSV(B) | 357.39º | 0.11% | 0.82% | - |
| XYZ | 52.82 | 52.26 | 54.32 | - |
| YUV | 192.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 187 | 0 | 0.11 | 0.11 | 0.18 | 357.39 | 0.2 | 0.77 |
| Hex | D1 | BA | BB | 0 | B | B | 12 | 165 | 14 | 4D |
| Octal | 321 | 272 | 273 | 0 | 13 | 13 | 22 | 545 | 24 | 115 |
| Binary | 11010001 | 10111010 | 10111011 | 0 | 1011 | 1011 | 10010 | 101100101 | 10100 | 1001101 |
Color Harmonies of #D1BABB
Complementary color
Monochromatic Colors of #D1BABB
Black with #D1BABB
Text Example
Text Example
White with #D1BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BABB; }
p { color: rgb(209,186,187); }
H1.HeaderClassName
{
color: #D1BABB;
}
.AnyTagClassName
{
color: #D1BABB;
}
</style>
background-color css
<style>
a { background-color: #D1BABB; }
a { background-color: rgb(209,186,187); }
div.DivClassName
{
background-color: #D1BABB;
}
.BgClassName
{
background-color: #D1BABB;
}
</style>
border-color css
<style>
span { border-color: #D1BABB; }
span { border-color: rgb(209,186,187); }
td.TdClassName
{
border-color: #D1BABB;
}
.TagClassName
{
border-color: #D1BABB;
}
</style>