Color spaces of #fb019b
RGB | 251 | 1 | 155 |
---|---|---|---|
HSL | 0.90 | 0.99 | 0.49 |
HSV | 323° | 100° | 98° |
CMYK | 0.00 | 1.00 | 0.38 0.02 |
XYZ | 45.7109 | 22.8975 | 33.0208 |
Yxy | 22.8975 | 0.4498 | 0.2253 |
Hunter Lab | 47.8513 | 86.7757 | -7.4184 |
CIE-Lab | 54.9666 | 85.8488 | -12.0149 |
#fb019b color RGB value is (251,1,155).
#fb019b hex color red value is 251, green value is 1 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fb019b hue: 0.90 , saturation: 0.99 and the lightness value of fb019b is 0.49.
The process color (four color CMYK) of #fb019b color hex is 0.00, 1.00, 0.38, 0.02. Web safe color of #fb019b is #ff0099. Color #fb019b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00000001 | 10011011 |
Octal | 373 | 1 | 233 |
Decimal | 251 | 1 | 155 |
Hex | FB | 1 | 9B |
Shades of #fb019b
Tints of #fb019b
RGB Percentages of Color #fb019b
CMYK Percentages of Color #fb019b
Complementary Color
#fb019b | #01fb61 |
#fb019b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb019b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb019b Color CSS Codes
.mybgcolor {background-color:#fb019b; } .myforecolor {color:#fb019b; } .mybordercolor {border:3px solid #fb019b; }
#fb019b Text Font Color
<p style="color:#fb019b">Text here</p>
This sample text font color is #fb019b
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.
#fb019b Background Color
<div style="background-color:#fb019b">
Div content here</div>
This div background color is #fb019b
#fb019b Border Color
<div style="border:3px solid #fb019b">
Div here</div>
This div border color is #fb019b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,1,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb019b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb019b; -webkit-box-shadow: 1px 1px 3px 2px #fb019b; box-shadow: 1px 1px 3px 2px #fb019b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,1,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb019b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb019b; -webkit-box-shadow: 1px 1px 3px 2px #fb019b; box-shadow: 1px 1px 3px 2px #fb019b;">
Div content here</div>
This div box has shadow with color #fb019b
Comments
No comments written yet.
Please login to write comment.