Shades of Pink Flare #DCBABE
Tints of Pink Flare #DCBABE
RGB
CMYK
RGB Variations
Color information
#DCBABE (or 0xDCBABE) is known color: Pink Flare. HEX triplet: DC, BA and BE. RGB value is (220,186,190). Sum of RGB (Red+Green+Blue) = 220+186+190=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBABE is #234541. Grayscale: #C4C4C4. Windows color (decimal): -2311490 or 12499676. OLE color: 12499676.
HSL color Cylindrical-coordinate representation of color #DCBABE: hue angle of 352.94º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBABE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 190 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.14 |
| HSL | 352.94º | 0.33% | 0.8% | - |
| HSV(B) | 352.94º | 0.15% | 0.86% | - |
| XYZ | 56.37 | 54.05 | 56.18 | - |
| YUV | 196.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 190 | 0 | 0.15 | 0.14 | 0.14 | 352.94 | 0.33 | 0.8 |
| Hex | DC | BA | BE | 0 | F | E | E | 161 | 21 | 50 |
| Octal | 334 | 272 | 276 | 0 | 17 | 16 | 16 | 541 | 41 | 120 |
| Binary | 11011100 | 10111010 | 10111110 | 0 | 1111 | 1110 | 1110 | 101100001 | 100001 | 1010000 |
Color Harmonies of #DCBABE
Complementary color
Monochromatic Colors of #DCBABE
Black with #DCBABE
Text Example
Text Example
White with #DCBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBABE; }
p { color: rgb(220,186,190); }
H1.HeaderClassName
{
color: #DCBABE;
}
.AnyTagClassName
{
color: #DCBABE;
}
</style>
background-color css
<style>
a { background-color: #DCBABE; }
a { background-color: rgb(220,186,190); }
div.DivClassName
{
background-color: #DCBABE;
}
.BgClassName
{
background-color: #DCBABE;
}
</style>
border-color css
<style>
span { border-color: #DCBABE; }
span { border-color: rgb(220,186,190); }
td.TdClassName
{
border-color: #DCBABE;
}
.TagClassName
{
border-color: #DCBABE;
}
</style>