Shades of Pink Flare #DABABB
Tints of Pink Flare #DABABB
RGB
CMYK
RGB Variations
Color information
#DABABB (or 0xDABABB) is known color: Pink Flare. HEX triplet: DA, BA and BB. RGB value is (218,186,187). Sum of RGB (Red+Green+Blue) = 218+186+187=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DABABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABABB is #254544. Grayscale: #C3C3C3. Windows color (decimal): -2442565 or 12303066. OLE color: 12303066.
HSL color Cylindrical-coordinate representation of color #DABABB: hue angle of 358.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABABB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 187 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.15 |
| HSL | 358.13º | 0.3% | 0.79% | - |
| HSV(B) | 358.13º | 0.15% | 0.85% | - |
| XYZ | 55.44 | 53.61 | 54.44 | - |
| YUV | 195.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 187 | 0 | 0.15 | 0.14 | 0.15 | 358.13 | 0.3 | 0.79 |
| Hex | DA | BA | BB | 0 | F | E | F | 166 | 1E | 4F |
| Octal | 332 | 272 | 273 | 0 | 17 | 16 | 17 | 546 | 36 | 117 |
| Binary | 11011010 | 10111010 | 10111011 | 0 | 1111 | 1110 | 1111 | 101100110 | 11110 | 1001111 |
Color Harmonies of #DABABB
Complementary color
Monochromatic Colors of #DABABB
Black with #DABABB
Text Example
Text Example
White with #DABABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABABB; }
p { color: rgb(218,186,187); }
H1.HeaderClassName
{
color: #DABABB;
}
.AnyTagClassName
{
color: #DABABB;
}
</style>
background-color css
<style>
a { background-color: #DABABB; }
a { background-color: rgb(218,186,187); }
div.DivClassName
{
background-color: #DABABB;
}
.BgClassName
{
background-color: #DABABB;
}
</style>
border-color css
<style>
span { border-color: #DABABB; }
span { border-color: rgb(218,186,187); }
td.TdClassName
{
border-color: #DABABB;
}
.TagClassName
{
border-color: #DABABB;
}
</style>