Color spaces of #fbabec
RGB | 251 | 171 | 236 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.83 |
HSV | 311° | 32° | 98° |
CMYK | 0.00 | 0.32 | 0.06 0.02 |
XYZ | 69.4869 | 55.6912 | 86.4440 |
Yxy | 55.6912 | 0.3284 | 0.2632 |
Hunter Lab | 74.6265 | 35.6100 | -16.4403 |
CIE-Lab | 79.4377 | 39.0578 | -20.6439 |
#fbabec color RGB value is (251,171,236).
#fbabec hex color red value is 251, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fbabec hue: 0.86 , saturation: 0.91 and the lightness value of fbabec is 0.83.
The process color (four color CMYK) of #fbabec color hex is 0.00, 0.32, 0.06, 0.02. Web safe color of #fbabec is #ff99ff. Color #fbabec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101011 | 11101100 |
Octal | 373 | 253 | 354 |
Decimal | 251 | 171 | 236 |
Hex | FB | AB | EC |
Shades of #fbabec
Tints of #fbabec
RGB Percentages of Color #fbabec
CMYK Percentages of Color #fbabec
Complementary Color
#fbabec | #abfbba |
#fbabec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbabec Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbabec Color CSS Codes
.mybgcolor {background-color:#fbabec; } .myforecolor {color:#fbabec; } .mybordercolor {border:3px solid #fbabec; }
#fbabec Text Font Color
<p style="color:#fbabec">Text here</p>
This sample text font color is #fbabec
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.
#fbabec Background Color
<div style="background-color:#fbabec">
Div content here</div>
This div background color is #fbabec
#fbabec Border Color
<div style="border:3px solid #fbabec">
Div here</div>
This div border color is #fbabec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,171,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbabec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbabec; -webkit-box-shadow: 1px 1px 3px 2px #fbabec; box-shadow: 1px 1px 3px 2px #fbabec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,171,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbabec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbabec; -webkit-box-shadow: 1px 1px 3px 2px #fbabec; box-shadow: 1px 1px 3px 2px #fbabec;">
Div content here</div>
This div box has shadow with color #fbabec
Comments
No comments written yet.
Please login to write comment.