Color spaces of #fbaebb
RGB | 251 | 174 | 187 |
---|---|---|---|
HSL | 0.97 | 0.91 | 0.83 |
HSV | 350° | 31° | 98° |
CMYK | 0.00 | 0.31 | 0.25 0.02 |
XYZ | 63.8894 | 54.3692 | 54.1407 |
Yxy | 54.3692 | 0.3706 | 0.3154 |
Hunter Lab | 73.7355 | 25.6274 | 8.0808 |
CIE-Lab | 78.6765 | 29.9042 | 4.7882 |
#fbaebb color RGB value is (251,174,187).
#fbaebb hex color red value is 251, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fbaebb hue: 0.97 , saturation: 0.91 and the lightness value of fbaebb is 0.83.
The process color (four color CMYK) of #fbaebb color hex is 0.00, 0.31, 0.25, 0.02. Web safe color of #fbaebb is #ff99cc. Color #fbaebb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101110 | 10111011 |
Octal | 373 | 256 | 273 |
Decimal | 251 | 174 | 187 |
Hex | FB | AE | BB |
Shades of #fbaebb
Tints of #fbaebb
RGB Percentages of Color #fbaebb
CMYK Percentages of Color #fbaebb
Complementary Color
#fbaebb | #aefbee |
#fbaebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbaebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbaebb Color CSS Codes
.mybgcolor {background-color:#fbaebb; } .myforecolor {color:#fbaebb; } .mybordercolor {border:3px solid #fbaebb; }
#fbaebb Text Font Color
<p style="color:#fbaebb">Text here</p>
This sample text font color is #fbaebb
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.
#fbaebb Background Color
<div style="background-color:#fbaebb">
Div content here</div>
This div background color is #fbaebb
#fbaebb Border Color
<div style="border:3px solid #fbaebb">
Div here</div>
This div border color is #fbaebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,174,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbaebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbaebb; -webkit-box-shadow: 1px 1px 3px 2px #fbaebb; box-shadow: 1px 1px 3px 2px #fbaebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,174,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbaebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbaebb; -webkit-box-shadow: 1px 1px 3px 2px #fbaebb; box-shadow: 1px 1px 3px 2px #fbaebb;">
Div content here</div>
This div box has shadow with color #fbaebb
Comments
No comments written yet.
Please login to write comment.