Color spaces of #fb216e
RGB | 251 | 33 | 110 |
---|---|---|---|
HSL | 0.94 | 0.96 | 0.56 |
HSV | 339° | 87° | 98° |
CMYK | 0.00 | 0.87 | 0.56 0.02 |
XYZ | 43.1420 | 22.7227 | 16.8639 |
Yxy | 22.7227 | 0.5215 | 0.2747 |
Hunter Lab | 47.6683 | 78.1310 | 12.3925 |
CIE-Lab | 54.7856 | 79.1488 | 14.6379 |
#fb216e color RGB value is (251,33,110).
#fb216e hex color red value is 251, green value is 33 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fb216e hue: 0.94 , saturation: 0.96 and the lightness value of fb216e is 0.56.
The process color (four color CMYK) of #fb216e color hex is 0.00, 0.87, 0.56, 0.02. Web safe color of #fb216e is #ff3366. Color #fb216e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00100001 | 01101110 |
Octal | 373 | 41 | 156 |
Decimal | 251 | 33 | 110 |
Hex | FB | 21 | 6E |
Shades of #fb216e
Tints of #fb216e
RGB Percentages of Color #fb216e
CMYK Percentages of Color #fb216e
Complementary Color
#fb216e | #21fbae |
#fb216e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb216e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb216e Color CSS Codes
.mybgcolor {background-color:#fb216e; } .myforecolor {color:#fb216e; } .mybordercolor {border:3px solid #fb216e; }
#fb216e Text Font Color
<p style="color:#fb216e">Text here</p>
This sample text font color is #fb216e
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.
#fb216e Background Color
<div style="background-color:#fb216e">
Div content here</div>
This div background color is #fb216e
#fb216e Border Color
<div style="border:3px solid #fb216e">
Div here</div>
This div border color is #fb216e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,33,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb216e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb216e; -webkit-box-shadow: 1px 1px 3px 2px #fb216e; box-shadow: 1px 1px 3px 2px #fb216e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,33,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb216e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb216e; -webkit-box-shadow: 1px 1px 3px 2px #fb216e; box-shadow: 1px 1px 3px 2px #fb216e;">
Div content here</div>
This div box has shadow with color #fb216e
Comments
No comments written yet.
Please login to write comment.