color details

Color Details
#fbb7d0 Color Hex

#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
Color spaces of #fbb7d0Value
RGB251, 183, 208
HSL0.94, 0.89, 0.85
HSV338°, 27°, 98°
XYZ68.1, 58.93, 67.45
Base Numbers
Base Red Green Blue
Binary 11111011 10110111 11010000
Octal 373 267 320
Decimal 251 183 208
Hex FB B7 D0

RGB Percentages for Color #fbb7d0

39.1%
28.5%
32.4%

CMYK Percentages of the Color #fbb7d0

27.09%
17.13%
1.57%
CSS Codes for Color #fbb7d0
.mybgColor {background-color: #fbb7d0;}
.myforeColor {color: #fbb7d0;}
.myborderColor {border:3px solid #fbb7d0;}
Text Font Color #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,

Background Color #fbb7d0

<div style="background-color:#fbb7d0">Div content here</div>

The background color of this div is #fbb7d0
Border Color #fbb7d0

<div style="border:3px solid #fbb7d0">Div here</div>

The border color of this div is #fbb7d0
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251, 183, 208, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #fbb7d0;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #fbb7d0

Scroll to Top