Shades of Pink Flare #D0B8BA
Tints of Pink Flare #D0B8BA
RGB
CMYK
RGB Variations
Color information
#D0B8BA (or 0xD0B8BA) is known color: Pink Flare. HEX triplet: D0, B8 and BA. RGB value is (208,184,186). Sum of RGB (Red+Green+Blue) = 208+184+186=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8BA is #2F4745. Grayscale: #BFBFBF. Windows color (decimal): -3098438 or 12237008. OLE color: 12237008.
HSL color Cylindrical-coordinate representation of color #D0B8BA: hue angle of 355º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B8BA is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 186 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.18 |
| HSL | 355º | 0.2% | 0.77% | - |
| HSV(B) | 355º | 0.12% | 0.82% | - |
| XYZ | 52.02 | 51.24 | 53.6 | - |
| YUV | 191.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 186 | 0 | 0.12 | 0.11 | 0.18 | 355 | 0.2 | 0.77 |
| Hex | D0 | B8 | BA | 0 | C | B | 12 | 163 | 14 | 4D |
| Octal | 320 | 270 | 272 | 0 | 14 | 13 | 22 | 543 | 24 | 115 |
| Binary | 11010000 | 10111000 | 10111010 | 0 | 1100 | 1011 | 10010 | 101100011 | 10100 | 1001101 |
Color Harmonies of #D0B8BA
Complementary color
Monochromatic Colors of #D0B8BA
Black with #D0B8BA
Text Example
Text Example
White with #D0B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8BA; }
p { color: rgb(208,184,186); }
H1.HeaderClassName
{
color: #D0B8BA;
}
.AnyTagClassName
{
color: #D0B8BA;
}
</style>
background-color css
<style>
a { background-color: #D0B8BA; }
a { background-color: rgb(208,184,186); }
div.DivClassName
{
background-color: #D0B8BA;
}
.BgClassName
{
background-color: #D0B8BA;
}
</style>
border-color css
<style>
span { border-color: #D0B8BA; }
span { border-color: rgb(208,184,186); }
td.TdClassName
{
border-color: #D0B8BA;
}
.TagClassName
{
border-color: #D0B8BA;
}
</style>