Shades of Pink Flare #D8B4B6
Tints of Pink Flare #D8B4B6
RGB
CMYK
RGB Variations
Color information
#D8B4B6 (or 0xD8B4B6) is known color: Pink Flare. HEX triplet: D8, B4 and B6. RGB value is (216,180,182). Sum of RGB (Red+Green+Blue) = 216+180+182=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B4B6 is #274B49. Grayscale: #BFBFBF. Windows color (decimal): -2575178 or 11973848. OLE color: 11973848.
HSL color Cylindrical-coordinate representation of color #D8B4B6: hue angle of 356.67º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B4B6 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 180 | 182 | - |
CMYK | 0 | 0.17 | 0.16 | 0.15 |
HSL | 356.67º | 0.32% | 0.78% | - |
HSV(B) | 356.67º | 0.17% | 0.85% | - |
XYZ | 53.08 | 50.62 | 51.23 | - |
YUV | 190.99 | 122.93 | 145.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 180 | 182 | 0 | 0.17 | 0.16 | 0.15 | 356.67 | 0.32 | 0.78 |
Hex | D8 | B4 | B6 | 0 | 11 | 10 | F | 165 | 20 | 4E |
Octal | 330 | 264 | 266 | 0 | 21 | 20 | 17 | 545 | 40 | 116 |
Binary | 11011000 | 10110100 | 10110110 | 0 | 10001 | 10000 | 1111 | 101100101 | 100000 | 1001110 |
Color Harmonies of #D8B4B6
Complementary color
Monochromatic Colors of #D8B4B6
Black with #D8B4B6
Text Example
Text Example
White with #D8B4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B4B6; }
p { color: rgb(216,180,182); }
H1.HeaderClassName
{
color: #D8B4B6;
}
.AnyTagClassName
{
color: #D8B4B6;
}
</style>
background-color css
<style>
a { background-color: #D8B4B6; }
a { background-color: rgb(216,180,182); }
div.DivClassName
{
background-color: #D8B4B6;
}
.BgClassName
{
background-color: #D8B4B6;
}
</style>
border-color css
<style>
span { border-color: #D8B4B6; }
span { border-color: rgb(216,180,182); }
td.TdClassName
{
border-color: #D8B4B6;
}
.TagClassName
{
border-color: #D8B4B6;
}
</style>