Color spaces of #ffbcd8
RGB | 255 | 188 | 216 |
---|---|---|---|
HSL | 0.93 | 1.00 | 0.87 |
HSV | 335° | 26° | 100° |
CMYK | 0.00 | 0.26 | 0.15 0.00 |
XYZ | 71.6179 | 62.1843 | 73.1938 |
Yxy | 62.1843 | 0.3460 | 0.3004 |
Hunter Lab | 78.8570 | 24.1138 | 0.1679 |
CIE-Lab | 83.0113 | 28.2127 | -4.4911 |
#ffbcd8 color RGB value is (255,188,216).
#ffbcd8 hex color red value is 255, green value is 188 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ffbcd8 hue: 0.93 , saturation: 1.00 and the lightness value of ffbcd8 is 0.87.
The process color (four color CMYK) of #ffbcd8 color hex is 0.00, 0.26, 0.15, 0.00. Web safe color of #ffbcd8 is #ffcccc. Color #ffbcd8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111100 | 11011000 |
Octal | 377 | 274 | 330 |
Decimal | 255 | 188 | 216 |
Hex | FF | BC | D8 |
Shades of #ffbcd8
Tints of #ffbcd8
RGB Percentages of Color #ffbcd8
CMYK Percentages of Color #ffbcd8
Complementary Color
#ffbcd8 | #bcffe3 |
#ffbcd8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffbcd8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffbcd8 Color CSS Codes
.mybgcolor {background-color:#ffbcd8; } .myforecolor {color:#ffbcd8; } .mybordercolor {border:3px solid #ffbcd8; }
#ffbcd8 Text Font Color
<p style="color:#ffbcd8">Text here</p>
This sample text font color is #ffbcd8
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.
#ffbcd8 Background Color
<div style="background-color:#ffbcd8">
Div content here</div>
This div background color is #ffbcd8
#ffbcd8 Border Color
<div style="border:3px solid #ffbcd8">
Div here</div>
This div border color is #ffbcd8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,188,216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffbcd8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffbcd8; -webkit-box-shadow: 1px 1px 3px 2px #ffbcd8; box-shadow: 1px 1px 3px 2px #ffbcd8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,188,216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffbcd8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbcd8; -webkit-box-shadow: 1px 1px 3px 2px #ffbcd8; box-shadow: 1px 1px 3px 2px #ffbcd8;">
Div content here</div>
This div box has shadow with color #ffbcd8
#ffbcd8 Color Palettes
Comments
No comments written yet.
Please login to write comment.