Color spaces of #fbeaff
RGB | 251 | 234 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.96 |
HSV | 289° | 8° | 100° |
CMYK | 0.02 | 0.08 | 0.00 0.00 |
XYZ | 87.2565 | 86.5749 | 106.7195 |
Yxy | 86.5749 | 0.3110 | 0.3086 |
Hunter Lab | 93.0456 | 4.5642 | -2.8712 |
CIE-Lab | 94.5576 | 9.4066 | -8.0499 |
#fbeaff color RGB value is (251,234,255).
#fbeaff hex color red value is 251, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbeaff hue: 0.80 , saturation: 1.00 and the lightness value of fbeaff is 0.96.
The process color (four color CMYK) of #fbeaff color hex is 0.02, 0.08, 0.00, 0.00. Web safe color of #fbeaff is #ffffff. Color #fbeaff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101010 | 11111111 |
Octal | 373 | 352 | 377 |
Decimal | 251 | 234 | 255 |
Hex | FB | EA | FF |
Shades of #fbeaff
Tints of #fbeaff
RGB Percentages of Color #fbeaff
CMYK Percentages of Color #fbeaff
Complementary Color
#fbeaff | #eeffea |
#fbeaff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbeaff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbeaff Color CSS Codes
.mybgcolor {background-color:#fbeaff; } .myforecolor {color:#fbeaff; } .mybordercolor {border:3px solid #fbeaff; }
#fbeaff Text Font Color
<p style="color:#fbeaff">Text here</p>
This sample text font color is #fbeaff
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.
#fbeaff Background Color
<div style="background-color:#fbeaff">
Div content here</div>
This div background color is #fbeaff
#fbeaff Border Color
<div style="border:3px solid #fbeaff">
Div here</div>
This div border color is #fbeaff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,234,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbeaff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbeaff; -webkit-box-shadow: 1px 1px 3px 2px #fbeaff; box-shadow: 1px 1px 3px 2px #fbeaff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,234,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 #fbeaff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbeaff; -webkit-box-shadow: 1px 1px 3px 2px #fbeaff; box-shadow: 1px 1px 3px 2px #fbeaff;">
Div content here</div>
This div box has shadow with color #fbeaff
Related Colors
Comments
No comments written yet.
Please login to write comment.