Color spaces of #fcbced
RGB | 252 | 188 | 237 |
---|---|---|---|
HSL | 0.87 | 0.91 | 0.86 |
HSV | 314° | 25° | 99° |
CMYK | 0.00 | 0.25 | 0.06 0.01 |
XYZ | 73.4142 | 62.7763 | 88.3685 |
Yxy | 62.7763 | 0.3269 | 0.2796 |
Hunter Lab | 79.2315 | 26.7391 | -10.6653 |
CIE-Lab | 83.3245 | 30.6352 | -15.3068 |
#fcbced color RGB value is (252,188,237).
#fcbced hex color red value is 252, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fcbced hue: 0.87 , saturation: 0.91 and the lightness value of fcbced is 0.86.
The process color (four color CMYK) of #fcbced color hex is 0.00, 0.25, 0.06, 0.01. Web safe color of #fcbced is #ffccff. Color #fcbced contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111100 | 11101101 |
Octal | 374 | 274 | 355 |
Decimal | 252 | 188 | 237 |
Hex | FC | BC | ED |
Shades of #fcbced
Tints of #fcbced
RGB Percentages of Color #fcbced
CMYK Percentages of Color #fcbced
Complementary Color
#fcbced | #bcfccb |
#fcbced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbced Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbced Color CSS Codes
.mybgcolor {background-color:#fcbced; } .myforecolor {color:#fcbced; } .mybordercolor {border:3px solid #fcbced; }
#fcbced Text Font Color
<p style="color:#fcbced">Text here</p>
This sample text font color is #fcbced
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.
#fcbced Background Color
<div style="background-color:#fcbced">
Div content here</div>
This div background color is #fcbced
#fcbced Border Color
<div style="border:3px solid #fcbced">
Div here</div>
This div border color is #fcbced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,188,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbced; -webkit-box-shadow: 1px 1px 3px 2px #fcbced; box-shadow: 1px 1px 3px 2px #fcbced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,188,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbced; -webkit-box-shadow: 1px 1px 3px 2px #fcbced; box-shadow: 1px 1px 3px 2px #fcbced;">
Div content here</div>
This div box has shadow with color #fcbced
Comments
No comments written yet.
Please login to write comment.