Color spaces of #fb63bf
RGB | 251 | 99 | 191 |
---|---|---|---|
HSL | 0.90 | 0.95 | 0.69 |
HSV | 324° | 61° | 98° |
CMYK | 0.00 | 0.61 | 0.24 0.02 |
XYZ | 53.6495 | 33.1945 | 52.8698 |
Yxy | 33.1945 | 0.3840 | 0.2376 |
Hunter Lab | 57.6147 | 65.3896 | -14.0769 |
CIE-Lab | 64.3181 | 67.0192 | -18.7181 |
#fb63bf color RGB value is (251,99,191).
#fb63bf hex color red value is 251, green value is 99 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fb63bf hue: 0.90 , saturation: 0.95 and the lightness value of fb63bf is 0.69.
The process color (four color CMYK) of #fb63bf color hex is 0.00, 0.61, 0.24, 0.02. Web safe color of #fb63bf is #ff66cc. Color #fb63bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01100011 | 10111111 |
Octal | 373 | 143 | 277 |
Decimal | 251 | 99 | 191 |
Hex | FB | 63 | BF |
Shades of #fb63bf
Tints of #fb63bf
RGB Percentages of Color #fb63bf
CMYK Percentages of Color #fb63bf
Complementary Color
#fb63bf | #63fb9f |
#fb63bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb63bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb63bf Color CSS Codes
.mybgcolor {background-color:#fb63bf; } .myforecolor {color:#fb63bf; } .mybordercolor {border:3px solid #fb63bf; }
#fb63bf Text Font Color
<p style="color:#fb63bf">Text here</p>
This sample text font color is #fb63bf
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.
#fb63bf Background Color
<div style="background-color:#fb63bf">
Div content here</div>
This div background color is #fb63bf
#fb63bf Border Color
<div style="border:3px solid #fb63bf">
Div here</div>
This div border color is #fb63bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,99,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb63bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb63bf; -webkit-box-shadow: 1px 1px 3px 2px #fb63bf; box-shadow: 1px 1px 3px 2px #fb63bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,99,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb63bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb63bf; -webkit-box-shadow: 1px 1px 3px 2px #fb63bf; box-shadow: 1px 1px 3px 2px #fb63bf;">
Div content here</div>
This div box has shadow with color #fb63bf
Comments
No comments written yet.
Please login to write comment.