Color spaces of #fb3cdd
RGB | 251 | 60 | 221 |
---|---|---|---|
HSL | 0.86 | 0.96 | 0.61 |
HSV | 309° | 76° | 98° |
CMYK | 0.00 | 0.76 | 0.12 0.02 |
XYZ | 54.4507 | 28.9614 | 71.1269 |
Yxy | 28.9614 | 0.3523 | 0.1874 |
Hunter Lab | 53.8158 | 86.4282 | -40.6909 |
CIE-Lab | 60.7475 | 84.4563 | -41.2120 |
#fb3cdd color RGB value is (251,60,221).
#fb3cdd hex color red value is 251, green value is 60 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fb3cdd hue: 0.86 , saturation: 0.96 and the lightness value of fb3cdd is 0.61.
The process color (four color CMYK) of #fb3cdd color hex is 0.00, 0.76, 0.12, 0.02. Web safe color of #fb3cdd is #ff33cc. Color #fb3cdd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00111100 | 11011101 |
Octal | 373 | 74 | 335 |
Decimal | 251 | 60 | 221 |
Hex | FB | 3C | DD |
Shades of #fb3cdd
Tints of #fb3cdd
RGB Percentages of Color #fb3cdd
CMYK Percentages of Color #fb3cdd
Complementary Color
#fb3cdd | #3cfb5a |
#fb3cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb3cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb3cdd Color CSS Codes
.mybgcolor {background-color:#fb3cdd; } .myforecolor {color:#fb3cdd; } .mybordercolor {border:3px solid #fb3cdd; }
#fb3cdd Text Font Color
<p style="color:#fb3cdd">Text here</p>
This sample text font color is #fb3cdd
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.
#fb3cdd Background Color
<div style="background-color:#fb3cdd">
Div content here</div>
This div background color is #fb3cdd
#fb3cdd Border Color
<div style="border:3px solid #fb3cdd">
Div here</div>
This div border color is #fb3cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,60,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb3cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb3cdd; -webkit-box-shadow: 1px 1px 3px 2px #fb3cdd; box-shadow: 1px 1px 3px 2px #fb3cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,60,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb3cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb3cdd; -webkit-box-shadow: 1px 1px 3px 2px #fb3cdd; box-shadow: 1px 1px 3px 2px #fb3cdd;">
Div content here</div>
This div box has shadow with color #fb3cdd
Comments
No comments written yet.
Please login to write comment.