Shades of Pink Flare #D2BABE
Tints of Pink Flare #D2BABE
RGB
CMYK
RGB Variations
Color information
#D2BABE (or 0xD2BABE) is known color: Pink Flare. HEX triplet: D2, BA and BE. RGB value is (210,186,190). Sum of RGB (Red+Green+Blue) = 210+186+190=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BABE is #2D4541. Grayscale: #C1C1C1. Windows color (decimal): -2966850 or 12499666. OLE color: 12499666.
HSL color Cylindrical-coordinate representation of color #D2BABE: hue angle of 350º 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 #D2BABE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 190 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.18 |
| HSL | 350º | 0.21% | 0.78% | - |
| HSV(B) | 350º | 0.11% | 0.82% | - |
| XYZ | 53.43 | 52.54 | 56.04 | - |
| YUV | 193.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 190 | 0 | 0.11 | 0.10 | 0.18 | 350 | 0.21 | 0.78 |
| Hex | D2 | BA | BE | 0 | B | A | 12 | 15E | 15 | 4E |
| Octal | 322 | 272 | 276 | 0 | 13 | 12 | 22 | 536 | 25 | 116 |
| Binary | 11010010 | 10111010 | 10111110 | 0 | 1011 | 1010 | 10010 | 101011110 | 10101 | 1001110 |
Color Harmonies of #D2BABE
Complementary color
Monochromatic Colors of #D2BABE
Black with #D2BABE
Text Example
Text Example
White with #D2BABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BABE; }
p { color: rgb(210,186,190); }
H1.HeaderClassName
{
color: #D2BABE;
}
.AnyTagClassName
{
color: #D2BABE;
}
</style>
background-color css
<style>
a { background-color: #D2BABE; }
a { background-color: rgb(210,186,190); }
div.DivClassName
{
background-color: #D2BABE;
}
.BgClassName
{
background-color: #D2BABE;
}
</style>
border-color css
<style>
span { border-color: #D2BABE; }
span { border-color: rgb(210,186,190); }
td.TdClassName
{
border-color: #D2BABE;
}
.TagClassName
{
border-color: #D2BABE;
}
</style>