Color spaces of #fcbdcd
RGB | 252 | 189 | 205 |
---|---|---|---|
HSL | 0.96 | 0.91 | 0.86 |
HSV | 345° | 25° | 99° |
CMYK | 0.00 | 0.25 | 0.19 0.01 |
XYZ | 69.3619 | 61.4984 | 65.9722 |
Yxy | 61.4984 | 0.3524 | 0.3124 |
Hunter Lab | 78.4209 | 20.6435 | 5.0165 |
CIE-Lab | 82.6460 | 24.9591 | 0.8416 |
#fcbdcd color RGB value is (252,189,205).
#fcbdcd hex color red value is 252, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fcbdcd hue: 0.96 , saturation: 0.91 and the lightness value of fcbdcd is 0.86.
The process color (four color CMYK) of #fcbdcd color hex is 0.00, 0.25, 0.19, 0.01. Web safe color of #fcbdcd is #ffcccc. Color #fcbdcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111101 | 11001101 |
Octal | 374 | 275 | 315 |
Decimal | 252 | 189 | 205 |
Hex | FC | BD | CD |
Shades of #fcbdcd
Tints of #fcbdcd
RGB Percentages of Color #fcbdcd
CMYK Percentages of Color #fcbdcd
Complementary Color
#fcbdcd | #bdfcec |
#fcbdcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbdcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbdcd Color CSS Codes
.mybgcolor {background-color:#fcbdcd; } .myforecolor {color:#fcbdcd; } .mybordercolor {border:3px solid #fcbdcd; }
#fcbdcd Text Font Color
<p style="color:#fcbdcd">Text here</p>
This sample text font color is #fcbdcd
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.
#fcbdcd Background Color
<div style="background-color:#fcbdcd">
Div content here</div>
This div background color is #fcbdcd
#fcbdcd Border Color
<div style="border:3px solid #fcbdcd">
Div here</div>
This div border color is #fcbdcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,189,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbdcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbdcd; -webkit-box-shadow: 1px 1px 3px 2px #fcbdcd; box-shadow: 1px 1px 3px 2px #fcbdcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,189,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbdcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbdcd; -webkit-box-shadow: 1px 1px 3px 2px #fcbdcd; box-shadow: 1px 1px 3px 2px #fcbdcd;">
Div content here</div>
This div box has shadow with color #fcbdcd
Comments
No comments written yet.
Please login to write comment.