Shades of Pink Flare #DAB8BC
Tints of Pink Flare #DAB8BC
RGB
CMYK
RGB Variations
Color information
#DAB8BC (or 0xDAB8BC) is known color: Pink Flare. HEX triplet: DA, B8 and BC. RGB value is (218,184,188). Sum of RGB (Red+Green+Blue) = 218+184+188=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8BC is #254743. Grayscale: #C2C2C2. Windows color (decimal): -2443076 or 12368090. OLE color: 12368090.
HSL color Cylindrical-coordinate representation of color #DAB8BC: hue angle of 352.94º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB8BC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 188 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.15 |
| HSL | 352.94º | 0.31% | 0.79% | - |
| HSV(B) | 352.94º | 0.16% | 0.85% | - |
| XYZ | 55.13 | 52.82 | 54.87 | - |
| YUV | 194.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 188 | 0 | 0.16 | 0.14 | 0.15 | 352.94 | 0.31 | 0.79 |
| Hex | DA | B8 | BC | 0 | 10 | E | F | 161 | 1F | 4F |
| Octal | 332 | 270 | 274 | 0 | 20 | 16 | 17 | 541 | 37 | 117 |
| Binary | 11011010 | 10111000 | 10111100 | 0 | 10000 | 1110 | 1111 | 101100001 | 11111 | 1001111 |
Color Harmonies of #DAB8BC
Complementary color
Monochromatic Colors of #DAB8BC
Black with #DAB8BC
Text Example
Text Example
White with #DAB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8BC; }
p { color: rgb(218,184,188); }
H1.HeaderClassName
{
color: #DAB8BC;
}
.AnyTagClassName
{
color: #DAB8BC;
}
</style>
background-color css
<style>
a { background-color: #DAB8BC; }
a { background-color: rgb(218,184,188); }
div.DivClassName
{
background-color: #DAB8BC;
}
.BgClassName
{
background-color: #DAB8BC;
}
</style>
border-color css
<style>
span { border-color: #DAB8BC; }
span { border-color: rgb(218,184,188); }
td.TdClassName
{
border-color: #DAB8BC;
}
.TagClassName
{
border-color: #DAB8BC;
}
</style>