#fbb7d0 color RGB value is (15, 187, 125).
#fbb7d0 hex color red value is 15, green value is 187, and blue value is 125.
Cylindrical-coordinate representations (HSL) of color #fbb7d0
hue: 158.37,
saturation: 0.85 and lightness: 0.4.
The process color (four-color CMYK) of #fbb7d0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fbb7d0 is #ff9999. Color #fbb7d0 contains mainly RED.
| Color spaces of #fbb7d0 | Value |
|---|---|
| RGB | 251, 183, 208 |
| HSL | 0.94, 0.89, 0.85 |
| HSV | 338°, 27°, 98° |
| XYZ | 68.1, 58.93, 67.45 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111011 | 10110111 | 11010000 |
| Octal | 373 | 267 | 320 |
| Decimal | 251 | 183 | 208 |
| Hex | FB | B7 | D0 |
Shades of #fbb7d0
Tints of #fbb7d0
.mybgColor {background-color: #fbb7d0;}
.myforeColor {color: #fbb7d0;}
.myborderColor {border:3px solid #fbb7d0;}
<p style="color:#fbb7d0">Text here</p>
This sample text is styled with the font color #fbb7d0. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#fbb7d0">Div content here</div>
<div style="border:3px solid #fbb7d0">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(251, 183, 208, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #fbb7d0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #fbb7d0;
-webkit-box-shadow: 1px 1px 3px #fbb7d0;
box-shadow: 1px 1px 3px #fbb7d0; }
<p style="text-shadow: 4px 4px 2px rgba(251, 183, 208, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fbb7d0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fbb7d0;
-webkit-box-shadow: 1px 1px 3px #fbb7d0;
box-shadow: 1px 1px 3px #fbb7d0;">Div content here</div>
