Color spaces of #fcbafc
RGB | 252 | 186 | 252 |
---|---|---|---|
HSL | 0.83 | 0.92 | 0.86 |
HSV | 300° | 26° | 99° |
CMYK | 0.00 | 0.26 | 0.00 0.01 |
XYZ | 75.2745 | 62.8415 | 100.2577 |
Yxy | 62.8415 | 0.3158 | 0.2636 |
Hunter Lab | 79.2726 | 30.7702 | -19.4944 |
CIE-Lab | 83.3589 | 34.3297 | -23.2645 |
#fcbafc color RGB value is (252,186,252).
#fcbafc hex color red value is 252, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fcbafc hue: 0.83 , saturation: 0.92 and the lightness value of fcbafc is 0.86.
The process color (four color CMYK) of #fcbafc color hex is 0.00, 0.26, 0.00, 0.01. Web safe color of #fcbafc is #ffccff. Color #fcbafc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111010 | 11111100 |
Octal | 374 | 272 | 374 |
Decimal | 252 | 186 | 252 |
Hex | FC | BA | FC |
Shades of #fcbafc
Tints of #fcbafc
RGB Percentages of Color #fcbafc
CMYK Percentages of Color #fcbafc
Complementary Color
#fcbafc | #bafcba |
#fcbafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbafc Color CSS Codes
.mybgcolor {background-color:#fcbafc; } .myforecolor {color:#fcbafc; } .mybordercolor {border:3px solid #fcbafc; }
#fcbafc Text Font Color
<p style="color:#fcbafc">Text here</p>
This sample text font color is #fcbafc
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.
#fcbafc Background Color
<div style="background-color:#fcbafc">
Div content here</div>
This div background color is #fcbafc
#fcbafc Border Color
<div style="border:3px solid #fcbafc">
Div here</div>
This div border color is #fcbafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,186,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbafc; -webkit-box-shadow: 1px 1px 3px 2px #fcbafc; box-shadow: 1px 1px 3px 2px #fcbafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,186,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbafc; -webkit-box-shadow: 1px 1px 3px 2px #fcbafc; box-shadow: 1px 1px 3px 2px #fcbafc;">
Div content here</div>
This div box has shadow with color #fcbafc
Comments
No comments written yet.
Please login to write comment.