Color spaces of #fb9dda
RGB | 251 | 157 | 218 |
---|---|---|---|
HSL | 0.89 | 0.92 | 0.80 |
HSV | 321° | 37° | 98° |
CMYK | 0.00 | 0.37 | 0.13 0.02 |
XYZ | 64.4955 | 49.6851 | 72.5206 |
Yxy | 49.6851 | 0.3454 | 0.2661 |
Hunter Lab | 70.4877 | 39.9723 | -11.6586 |
CIE-Lab | 75.8756 | 43.3579 | -16.2553 |
#fb9dda color RGB value is (251,157,218).
#fb9dda hex color red value is 251, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fb9dda hue: 0.89 , saturation: 0.92 and the lightness value of fb9dda is 0.80.
The process color (four color CMYK) of #fb9dda color hex is 0.00, 0.37, 0.13, 0.02. Web safe color of #fb9dda is #ff99cc. Color #fb9dda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10011101 | 11011010 |
Octal | 373 | 235 | 332 |
Decimal | 251 | 157 | 218 |
Hex | FB | 9D | DA |
Shades of #fb9dda
Tints of #fb9dda
RGB Percentages of Color #fb9dda
CMYK Percentages of Color #fb9dda
Complementary Color
#fb9dda | #9dfbbe |
#fb9dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb9dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb9dda Color CSS Codes
.mybgcolor {background-color:#fb9dda; } .myforecolor {color:#fb9dda; } .mybordercolor {border:3px solid #fb9dda; }
#fb9dda Text Font Color
<p style="color:#fb9dda">Text here</p>
This sample text font color is #fb9dda
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.
#fb9dda Background Color
<div style="background-color:#fb9dda">
Div content here</div>
This div background color is #fb9dda
#fb9dda Border Color
<div style="border:3px solid #fb9dda">
Div here</div>
This div border color is #fb9dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,157,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb9dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb9dda; -webkit-box-shadow: 1px 1px 3px 2px #fb9dda; box-shadow: 1px 1px 3px 2px #fb9dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,157,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb9dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb9dda; -webkit-box-shadow: 1px 1px 3px 2px #fb9dda; box-shadow: 1px 1px 3px 2px #fb9dda;">
Div content here</div>
This div box has shadow with color #fb9dda
#fb9dda Color Palettes
Comments
No comments written yet.
Please login to write comment.