Color spaces of #fc5cbd
RGB | 252 | 92 | 189 |
---|---|---|---|
HSL | 0.90 | 0.96 | 0.67 |
HSV | 324° | 63° | 99° |
CMYK | 0.00 | 0.63 | 0.25 0.01 |
XYZ | 53.1573 | 32.0239 | 51.5236 |
Yxy | 32.0239 | 0.3888 | 0.2343 |
Hunter Lab | 56.5897 | 68.6414 | -14.3694 |
CIE-Lab | 63.3626 | 69.8700 | -19.0198 |
#fc5cbd color RGB value is (252,92,189).
#fc5cbd hex color red value is 252, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fc5cbd hue: 0.90 , saturation: 0.96 and the lightness value of fc5cbd is 0.67.
The process color (four color CMYK) of #fc5cbd color hex is 0.00, 0.63, 0.25, 0.01. Web safe color of #fc5cbd is #ff66cc. Color #fc5cbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01011100 | 10111101 |
Octal | 374 | 134 | 275 |
Decimal | 252 | 92 | 189 |
Hex | FC | 5C | BD |
Shades of #fc5cbd
Tints of #fc5cbd
RGB Percentages of Color #fc5cbd
CMYK Percentages of Color #fc5cbd
Complementary Color
#fc5cbd | #5cfc9b |
#fc5cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc5cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc5cbd Color CSS Codes
.mybgcolor {background-color:#fc5cbd; } .myforecolor {color:#fc5cbd; } .mybordercolor {border:3px solid #fc5cbd; }
#fc5cbd Text Font Color
<p style="color:#fc5cbd">Text here</p>
This sample text font color is #fc5cbd
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.
#fc5cbd Background Color
<div style="background-color:#fc5cbd">
Div content here</div>
This div background color is #fc5cbd
#fc5cbd Border Color
<div style="border:3px solid #fc5cbd">
Div here</div>
This div border color is #fc5cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,92,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc5cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc5cbd; -webkit-box-shadow: 1px 1px 3px 2px #fc5cbd; box-shadow: 1px 1px 3px 2px #fc5cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,92,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc5cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc5cbd; -webkit-box-shadow: 1px 1px 3px 2px #fc5cbd; box-shadow: 1px 1px 3px 2px #fc5cbd;">
Div content here</div>
This div box has shadow with color #fc5cbd
Comments
No comments written yet.
Please login to write comment.