Shades of Pink Flare #D4BBBC
Tints of Pink Flare #D4BBBC
RGB
CMYK
RGB Variations
Color information
#D4BBBC (or 0xD4BBBC) is known color: Pink Flare. HEX triplet: D4, BB and BC. RGB value is (212,187,188). Sum of RGB (Red+Green+Blue) = 212+187+188=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBBC is #2B4443. Grayscale: #C2C2C2. Windows color (decimal): -2835524 or 12368852. OLE color: 12368852.
HSL color Cylindrical-coordinate representation of color #D4BBBC: hue angle of 357.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BBBC is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 188 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.17 |
| HSL | 357.6º | 0.23% | 0.78% | - |
| HSV(B) | 357.6º | 0.12% | 0.83% | - |
| XYZ | 54 | 53.17 | 54.99 | - |
| YUV | 194.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 188 | 0 | 0.12 | 0.11 | 0.17 | 357.6 | 0.23 | 0.78 |
| Hex | D4 | BB | BC | 0 | C | B | 11 | 166 | 17 | 4E |
| Octal | 324 | 273 | 274 | 0 | 14 | 13 | 21 | 546 | 27 | 116 |
| Binary | 11010100 | 10111011 | 10111100 | 0 | 1100 | 1011 | 10001 | 101100110 | 10111 | 1001110 |
Color Harmonies of #D4BBBC
Complementary color
Monochromatic Colors of #D4BBBC
Black with #D4BBBC
Text Example
Text Example
White with #D4BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBBC; }
p { color: rgb(212,187,188); }
H1.HeaderClassName
{
color: #D4BBBC;
}
.AnyTagClassName
{
color: #D4BBBC;
}
</style>
background-color css
<style>
a { background-color: #D4BBBC; }
a { background-color: rgb(212,187,188); }
div.DivClassName
{
background-color: #D4BBBC;
}
.BgClassName
{
background-color: #D4BBBC;
}
</style>
border-color css
<style>
span { border-color: #D4BBBC; }
span { border-color: rgb(212,187,188); }
td.TdClassName
{
border-color: #D4BBBC;
}
.TagClassName
{
border-color: #D4BBBC;
}
</style>