Color spaces of #fbeafb
RGB | 251 | 234 | 251 |
---|---|---|---|
HSL | 0.83 | 0.68 | 0.95 |
HSV | 300° | 7° | 98° |
CMYK | 0.00 | 0.07 | 0.00 0.02 |
XYZ | 86.6191 | 86.3199 | 103.3629 |
Yxy | 86.3199 | 0.3135 | 0.3124 |
Hunter Lab | 92.9085 | 3.8266 | -0.9256 |
CIE-Lab | 94.4490 | 8.6887 | -6.1321 |
#fbeafb color RGB value is (251,234,251).
#fbeafb hex color red value is 251, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fbeafb hue: 0.83 , saturation: 0.68 and the lightness value of fbeafb is 0.95.
The process color (four color CMYK) of #fbeafb color hex is 0.00, 0.07, 0.00, 0.02. Web safe color of #fbeafb is #ffffff. Color #fbeafb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11101010 | 11111011 |
Octal | 373 | 352 | 373 |
Decimal | 251 | 234 | 251 |
Hex | FB | EA | FB |
Shades of #fbeafb
Tints of #fbeafb
RGB Percentages of Color #fbeafb
CMYK Percentages of Color #fbeafb
Complementary Color
#fbeafb | #eafbea |
#fbeafb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbeafb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbeafb Color CSS Codes
.mybgcolor {background-color:#fbeafb; } .myforecolor {color:#fbeafb; } .mybordercolor {border:3px solid #fbeafb; }
#fbeafb Text Font Color
<p style="color:#fbeafb">Text here</p>
This sample text font color is #fbeafb
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.
#fbeafb Background Color
<div style="background-color:#fbeafb">
Div content here</div>
This div background color is #fbeafb
#fbeafb Border Color
<div style="border:3px solid #fbeafb">
Div here</div>
This div border color is #fbeafb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,234,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbeafb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbeafb; -webkit-box-shadow: 1px 1px 3px 2px #fbeafb; box-shadow: 1px 1px 3px 2px #fbeafb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,234,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbeafb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbeafb; -webkit-box-shadow: 1px 1px 3px 2px #fbeafb; box-shadow: 1px 1px 3px 2px #fbeafb;">
Div content here</div>
This div box has shadow with color #fbeafb
#fbeafb Color Palettes
Comments
No comments written yet.
Please login to write comment.