Color spaces of #fbbbe3
RGB | 251 | 187 | 227 |
---|---|---|---|
HSL | 0.90 | 0.89 | 0.86 |
HSV | 323° | 25° | 98° |
CMYK | 0.00 | 0.25 | 0.10 0.02 |
XYZ | 71.4191 | 61.5959 | 80.7981 |
Yxy | 61.5959 | 0.3340 | 0.2881 |
Hunter Lab | 78.4831 | 25.0886 | -6.1008 |
CIE-Lab | 82.6981 | 29.1417 | -10.8998 |
#fbbbe3 color RGB value is (251,187,227).
#fbbbe3 hex color red value is 251, green value is 187 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fbbbe3 hue: 0.90 , saturation: 0.89 and the lightness value of fbbbe3 is 0.86.
The process color (four color CMYK) of #fbbbe3 color hex is 0.00, 0.25, 0.10, 0.02. Web safe color of #fbbbe3 is #ffcccc. Color #fbbbe3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111011 | 11100011 |
Octal | 373 | 273 | 343 |
Decimal | 251 | 187 | 227 |
Hex | FB | BB | E3 |
Shades of #fbbbe3
Tints of #fbbbe3
RGB Percentages of Color #fbbbe3
CMYK Percentages of Color #fbbbe3
Complementary Color
#fbbbe3 | #bbfbd3 |
#fbbbe3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbbe3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbbe3 Color CSS Codes
.mybgcolor {background-color:#fbbbe3; } .myforecolor {color:#fbbbe3; } .mybordercolor {border:3px solid #fbbbe3; }
#fbbbe3 Text Font Color
<p style="color:#fbbbe3">Text here</p>
This sample text font color is #fbbbe3
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.
#fbbbe3 Background Color
<div style="background-color:#fbbbe3">
Div content here</div>
This div background color is #fbbbe3
#fbbbe3 Border Color
<div style="border:3px solid #fbbbe3">
Div here</div>
This div border color is #fbbbe3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,187,227, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbbe3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbbe3; -webkit-box-shadow: 1px 1px 3px 2px #fbbbe3; box-shadow: 1px 1px 3px 2px #fbbbe3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,187,227, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbbe3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbbe3; -webkit-box-shadow: 1px 1px 3px 2px #fbbbe3; box-shadow: 1px 1px 3px 2px #fbbbe3;">
Div content here</div>
This div box has shadow with color #fbbbe3
Related Colors
Comments
No comments written yet.
Please login to write comment.