Color spaces of #fbbeff
RGB | 251 | 190 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.87 |
HSV | 296° | 25° | 100° |
CMYK | 0.02 | 0.25 | 0.00 0.00 |
XYZ | 76.2471 | 64.5561 | 103.0497 |
Yxy | 64.5561 | 0.3127 | 0.2647 |
Hunter Lab | 80.3468 | 28.7851 | -19.8003 |
CIE-Lab | 84.2545 | 32.4534 | -23.5101 |
#fbbeff color RGB value is (251,190,255).
#fbbeff hex color red value is 251, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbbeff hue: 0.82 , saturation: 1.00 and the lightness value of fbbeff is 0.87.
The process color (four color CMYK) of #fbbeff color hex is 0.02, 0.25, 0.00, 0.00. Web safe color of #fbbeff is #ffccff. Color #fbbeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111110 | 11111111 |
Octal | 373 | 276 | 377 |
Decimal | 251 | 190 | 255 |
Hex | FB | BE | FF |
Shades of #fbbeff
Tints of #fbbeff
RGB Percentages of Color #fbbeff
CMYK Percentages of Color #fbbeff
Complementary Color
#fbbeff | #c2ffbe |
#fbbeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbeff Color CSS Codes
.mybgcolor {background-color:#fbbeff; } .myforecolor {color:#fbbeff; } .mybordercolor {border:3px solid #fbbeff; }
#fbbeff Text Font Color
<p style="color:#fbbeff">Text here</p>
This sample text font color is #fbbeff
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.
#fbbeff Background Color
<div style="background-color:#fbbeff">
Div content here</div>
This div background color is #fbbeff
#fbbeff Border Color
<div style="border:3px solid #fbbeff">
Div here</div>
This div border color is #fbbeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,190,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbeff; -webkit-box-shadow: 1px 1px 3px 2px #fbbeff; box-shadow: 1px 1px 3px 2px #fbbeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,190,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbeff; -webkit-box-shadow: 1px 1px 3px 2px #fbbeff; box-shadow: 1px 1px 3px 2px #fbbeff;">
Div content here</div>
This div box has shadow with color #fbbeff
Related Colors
#fbbeff Color Palettes
Comments
No comments written yet.
Please login to write comment.