Color spaces of #fdb9eb
RGB | 253 | 185 | 235 |
---|---|---|---|
HSL | 0.88 | 0.94 | 0.86 |
HSV | 316° | 27° | 99° |
CMYK | 0.00 | 0.27 | 0.07 0.01 |
XYZ | 72.8524 | 61.5787 | 86.6434 |
Yxy | 61.5787 | 0.3295 | 0.2785 |
Hunter Lab | 78.4721 | 28.3907 | -10.5334 |
CIE-Lab | 82.6889 | 32.2020 | -15.1808 |
#fdb9eb color RGB value is (253,185,235).
#fdb9eb hex color red value is 253, green value is 185 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fdb9eb hue: 0.88 , saturation: 0.94 and the lightness value of fdb9eb is 0.86.
The process color (four color CMYK) of #fdb9eb color hex is 0.00, 0.27, 0.07, 0.01. Web safe color of #fdb9eb is #ffccff. Color #fdb9eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111001 | 11101011 |
Octal | 375 | 271 | 353 |
Decimal | 253 | 185 | 235 |
Hex | FD | B9 | EB |
Shades of #fdb9eb
Tints of #fdb9eb
RGB Percentages of Color #fdb9eb
CMYK Percentages of Color #fdb9eb
Complementary Color
#fdb9eb | #b9fdcb |
#fdb9eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdb9eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdb9eb Color CSS Codes
.mybgcolor {background-color:#fdb9eb; } .myforecolor {color:#fdb9eb; } .mybordercolor {border:3px solid #fdb9eb; }
#fdb9eb Text Font Color
<p style="color:#fdb9eb">Text here</p>
This sample text font color is #fdb9eb
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.
#fdb9eb Background Color
<div style="background-color:#fdb9eb">
Div content here</div>
This div background color is #fdb9eb
#fdb9eb Border Color
<div style="border:3px solid #fdb9eb">
Div here</div>
This div border color is #fdb9eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,185,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdb9eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdb9eb; -webkit-box-shadow: 1px 1px 3px 2px #fdb9eb; box-shadow: 1px 1px 3px 2px #fdb9eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,185,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdb9eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdb9eb; -webkit-box-shadow: 1px 1px 3px 2px #fdb9eb; box-shadow: 1px 1px 3px 2px #fdb9eb;">
Div content here</div>
This div box has shadow with color #fdb9eb
#fdb9eb Color Palettes
Comments
No comments written yet.
Please login to write comment.