Shades of Pink Flare #DABABC
Tints of Pink Flare #DABABC
RGB
CMYK
RGB Variations
Color information
#DABABC (or 0xDABABC) is known color: Pink Flare. HEX triplet: DA, BA and BC. RGB value is (218,186,188). Sum of RGB (Red+Green+Blue) = 218+186+188=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DABABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABABC is #254543. Grayscale: #C3C3C3. Windows color (decimal): -2442564 or 12368602. OLE color: 12368602.
HSL color Cylindrical-coordinate representation of color #DABABC: hue angle of 356.25º 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 #DABABC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 188 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.15 |
| HSL | 356.25º | 0.3% | 0.79% | - |
| HSV(B) | 356.25º | 0.15% | 0.85% | - |
| XYZ | 55.55 | 53.65 | 55.01 | - |
| YUV | 195.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 188 | 0 | 0.15 | 0.14 | 0.15 | 356.25 | 0.3 | 0.79 |
| Hex | DA | BA | BC | 0 | F | E | F | 164 | 1E | 4F |
| Octal | 332 | 272 | 274 | 0 | 17 | 16 | 17 | 544 | 36 | 117 |
| Binary | 11011010 | 10111010 | 10111100 | 0 | 1111 | 1110 | 1111 | 101100100 | 11110 | 1001111 |
Color Harmonies of #DABABC
Complementary color
Monochromatic Colors of #DABABC
Black with #DABABC
Text Example
Text Example
White with #DABABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABABC; }
p { color: rgb(218,186,188); }
H1.HeaderClassName
{
color: #DABABC;
}
.AnyTagClassName
{
color: #DABABC;
}
</style>
background-color css
<style>
a { background-color: #DABABC; }
a { background-color: rgb(218,186,188); }
div.DivClassName
{
background-color: #DABABC;
}
.BgClassName
{
background-color: #DABABC;
}
</style>
border-color css
<style>
span { border-color: #DABABC; }
span { border-color: rgb(218,186,188); }
td.TdClassName
{
border-color: #DABABC;
}
.TagClassName
{
border-color: #DABABC;
}
</style>