Color spaces of #fb7dbc
RGB | 251 | 125 | 188 |
---|---|---|---|
HSL | 0.92 | 0.94 | 0.74 |
HSV | 330° | 50° | 98° |
CMYK | 0.00 | 0.50 | 0.25 0.02 |
XYZ | 56.1944 | 38.8073 | 52.1057 |
Yxy | 38.8073 | 0.3820 | 0.2638 |
Hunter Lab | 62.2955 | 52.0009 | -5.9850 |
CIE-Lab | 68.6114 | 54.9464 | -10.5548 |
#fb7dbc color RGB value is (251,125,188).
#fb7dbc hex color red value is 251, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fb7dbc hue: 0.92 , saturation: 0.94 and the lightness value of fb7dbc is 0.74.
The process color (four color CMYK) of #fb7dbc color hex is 0.00, 0.50, 0.25, 0.02. Web safe color of #fb7dbc is #ff66cc. Color #fb7dbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01111101 | 10111100 |
Octal | 373 | 175 | 274 |
Decimal | 251 | 125 | 188 |
Hex | FB | 7D | BC |
Shades of #fb7dbc
Tints of #fb7dbc
RGB Percentages of Color #fb7dbc
CMYK Percentages of Color #fb7dbc
Complementary Color
#fb7dbc | #7dfbbc |
#fb7dbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb7dbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb7dbc Color CSS Codes
.mybgcolor {background-color:#fb7dbc; } .myforecolor {color:#fb7dbc; } .mybordercolor {border:3px solid #fb7dbc; }
#fb7dbc Text Font Color
<p style="color:#fb7dbc">Text here</p>
This sample text font color is #fb7dbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fb7dbc Background Color
<div style="background-color:#fb7dbc">
Div content here</div>
This div background color is #fb7dbc
#fb7dbc Border Color
<div style="border:3px solid #fb7dbc">
Div here</div>
This div border color is #fb7dbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,125,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb7dbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb7dbc; -webkit-box-shadow: 1px 1px 3px 2px #fb7dbc; box-shadow: 1px 1px 3px 2px #fb7dbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,125,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb7dbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb7dbc; -webkit-box-shadow: 1px 1px 3px 2px #fb7dbc; box-shadow: 1px 1px 3px 2px #fb7dbc;">
Div content here</div>
This div box has shadow with color #fb7dbc
Comments
No comments written yet.
Please login to write comment.