Color spaces of #f5bcdb
RGB | 245 | 188 | 219 |
---|---|---|---|
HSL | 0.91 | 0.74 | 0.85 |
HSV | 327° | 23° | 96° |
CMYK | 0.00 | 0.23 | 0.11 0.04 |
XYZ | 68.4256 | 60.4934 | 75.0878 |
Yxy | 60.4934 | 0.3354 | 0.2965 |
Hunter Lab | 77.7775 | 20.9267 | -2.7954 |
CIE-Lab | 82.1056 | 25.2533 | -7.5509 |
#f5bcdb color RGB value is (245,188,219).
#f5bcdb hex color red value is 245, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f5bcdb hue: 0.91 , saturation: 0.74 and the lightness value of f5bcdb is 0.85.
The process color (four color CMYK) of #f5bcdb color hex is 0.00, 0.23, 0.11, 0.04. Web safe color of #f5bcdb is #ffcccc. Color #f5bcdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10111100 | 11011011 |
Octal | 365 | 274 | 333 |
Decimal | 245 | 188 | 219 |
Hex | F5 | BC | DB |
Shades of #f5bcdb
Tints of #f5bcdb
RGB Percentages of Color #f5bcdb
CMYK Percentages of Color #f5bcdb
Complementary Color
#f5bcdb | #bcf5d6 |
#f5bcdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5bcdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5bcdb Color CSS Codes
.mybgcolor {background-color:#f5bcdb; } .myforecolor {color:#f5bcdb; } .mybordercolor {border:3px solid #f5bcdb; }
#f5bcdb Text Font Color
<p style="color:#f5bcdb">Text here</p>
This sample text font color is #f5bcdb
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.
#f5bcdb Background Color
<div style="background-color:#f5bcdb">
Div content here</div>
This div background color is #f5bcdb
#f5bcdb Border Color
<div style="border:3px solid #f5bcdb">
Div here</div>
This div border color is #f5bcdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,188,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5bcdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5bcdb; -webkit-box-shadow: 1px 1px 3px 2px #f5bcdb; box-shadow: 1px 1px 3px 2px #f5bcdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,188,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 #f5bcdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5bcdb; -webkit-box-shadow: 1px 1px 3px 2px #f5bcdb; box-shadow: 1px 1px 3px 2px #f5bcdb;">
Div content here</div>
This div box has shadow with color #f5bcdb
Comments
No comments written yet.
Please login to write comment.