Shades of Pink Flare #D4BEBF
Tints of Pink Flare #D4BEBF
RGB
CMYK
RGB Variations
Color information
#D4BEBF (or 0xD4BEBF) is known color: Pink Flare. HEX triplet: D4, BE and BF. RGB value is (212,190,191). Sum of RGB (Red+Green+Blue) = 212+190+191=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEBF is #2B4140. Grayscale: #C4C4C4. Windows color (decimal): -2834753 or 12566228. OLE color: 12566228.
HSL color Cylindrical-coordinate representation of color #D4BEBF: hue angle of 357.27º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4BEBF is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 191 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.17 |
| HSL | 357.27º | 0.2% | 0.79% | - |
| HSV(B) | 357.27º | 0.1% | 0.83% | - |
| XYZ | 54.97 | 54.59 | 56.93 | - |
| YUV | 196.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 191 | 0 | 0.10 | 0.10 | 0.17 | 357.27 | 0.2 | 0.79 |
| Hex | D4 | BE | BF | 0 | A | A | 11 | 165 | 14 | 4F |
| Octal | 324 | 276 | 277 | 0 | 12 | 12 | 21 | 545 | 24 | 117 |
| Binary | 11010100 | 10111110 | 10111111 | 0 | 1010 | 1010 | 10001 | 101100101 | 10100 | 1001111 |
Color Harmonies of #D4BEBF
Complementary color
Monochromatic Colors of #D4BEBF
Black with #D4BEBF
Text Example
Text Example
White with #D4BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEBF; }
p { color: rgb(212,190,191); }
H1.HeaderClassName
{
color: #D4BEBF;
}
.AnyTagClassName
{
color: #D4BEBF;
}
</style>
background-color css
<style>
a { background-color: #D4BEBF; }
a { background-color: rgb(212,190,191); }
div.DivClassName
{
background-color: #D4BEBF;
}
.BgClassName
{
background-color: #D4BEBF;
}
</style>
border-color css
<style>
span { border-color: #D4BEBF; }
span { border-color: rgb(212,190,191); }
td.TdClassName
{
border-color: #D4BEBF;
}
.TagClassName
{
border-color: #D4BEBF;
}
</style>