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