Shades of Pink Flare #D8B8BC
Tints of Pink Flare #D8B8BC
RGB
CMYK
RGB Variations
Color information
#D8B8BC (or 0xD8B8BC) is known color: Pink Flare. HEX triplet: D8, B8 and BC. RGB value is (216,184,188). Sum of RGB (Red+Green+Blue) = 216+184+188=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8BC is #274743. Grayscale: #C2C2C2. Windows color (decimal): -2574148 or 12368088. OLE color: 12368088.
HSL color Cylindrical-coordinate representation of color #D8B8BC: hue angle of 352.5º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B8BC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 188 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.15 |
| HSL | 352.5º | 0.29% | 0.78% | - |
| HSV(B) | 352.5º | 0.15% | 0.85% | - |
| XYZ | 54.54 | 52.51 | 54.84 | - |
| YUV | 194.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 188 | 0 | 0.15 | 0.13 | 0.15 | 352.5 | 0.29 | 0.78 |
| Hex | D8 | B8 | BC | 0 | F | D | F | 160 | 1D | 4E |
| Octal | 330 | 270 | 274 | 0 | 17 | 15 | 17 | 540 | 35 | 116 |
| Binary | 11011000 | 10111000 | 10111100 | 0 | 1111 | 1101 | 1111 | 101100000 | 11101 | 1001110 |
Color Harmonies of #D8B8BC
Complementary color
Monochromatic Colors of #D8B8BC
Black with #D8B8BC
Text Example
Text Example
White with #D8B8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8BC; }
p { color: rgb(216,184,188); }
H1.HeaderClassName
{
color: #D8B8BC;
}
.AnyTagClassName
{
color: #D8B8BC;
}
</style>
background-color css
<style>
a { background-color: #D8B8BC; }
a { background-color: rgb(216,184,188); }
div.DivClassName
{
background-color: #D8B8BC;
}
.BgClassName
{
background-color: #D8B8BC;
}
</style>
border-color css
<style>
span { border-color: #D8B8BC; }
span { border-color: rgb(216,184,188); }
td.TdClassName
{
border-color: #D8B8BC;
}
.TagClassName
{
border-color: #D8B8BC;
}
</style>