Color spaces of #fb96db
RGB | 251 | 150 | 219 |
---|---|---|---|
HSL | 0.89 | 0.93 | 0.79 |
HSV | 319° | 40° | 98° |
CMYK | 0.00 | 0.40 | 0.13 0.02 |
XYZ | 63.4762 | 47.4364 | 72.8284 |
Yxy | 47.4364 | 0.3455 | 0.2582 |
Hunter Lab | 68.8741 | 43.9807 | -14.4822 |
CIE-Lab | 74.4681 | 47.0979 | -18.9288 |
#fb96db color RGB value is (251,150,219).
#fb96db hex color red value is 251, green value is 150 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb96db hue: 0.89 , saturation: 0.93 and the lightness value of fb96db is 0.79.
The process color (four color CMYK) of #fb96db color hex is 0.00, 0.40, 0.13, 0.02. Web safe color of #fb96db is #ff99cc. Color #fb96db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10010110 | 11011011 |
Octal | 373 | 226 | 333 |
Decimal | 251 | 150 | 219 |
Hex | FB | 96 | DB |
Shades of #fb96db
Tints of #fb96db
RGB Percentages of Color #fb96db
CMYK Percentages of Color #fb96db
Complementary Color
#fb96db | #96fbb6 |
#fb96db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb96db Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb96db Color CSS Codes
.mybgcolor {background-color:#fb96db; } .myforecolor {color:#fb96db; } .mybordercolor {border:3px solid #fb96db; }
#fb96db Text Font Color
<p style="color:#fb96db">Text here</p>
This sample text font color is #fb96db
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.
#fb96db Background Color
<div style="background-color:#fb96db">
Div content here</div>
This div background color is #fb96db
#fb96db Border Color
<div style="border:3px solid #fb96db">
Div here</div>
This div border color is #fb96db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,150,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb96db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb96db; -webkit-box-shadow: 1px 1px 3px 2px #fb96db; box-shadow: 1px 1px 3px 2px #fb96db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,150,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb96db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb96db; -webkit-box-shadow: 1px 1px 3px 2px #fb96db; box-shadow: 1px 1px 3px 2px #fb96db;">
Div content here</div>
This div box has shadow with color #fb96db
Comments
No comments written yet.
Please login to write comment.