Color spaces of #fcaeeb
RGB | 252 | 174 | 235 |
---|---|---|---|
HSL | 0.87 | 0.93 | 0.84 |
HSV | 313° | 31° | 99° |
CMYK | 0.00 | 0.31 | 0.07 0.01 |
XYZ | 70.2763 | 56.9657 | 85.8888 |
Yxy | 56.9657 | 0.3297 | 0.2673 |
Hunter Lab | 75.4756 | 34.1212 | -14.6371 |
CIE-Lab | 80.1603 | 37.6427 | -19.0008 |
#fcaeeb color RGB value is (252,174,235).
#fcaeeb hex color red value is 252, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fcaeeb hue: 0.87 , saturation: 0.93 and the lightness value of fcaeeb is 0.84.
The process color (four color CMYK) of #fcaeeb color hex is 0.00, 0.31, 0.07, 0.01. Web safe color of #fcaeeb is #ff99ff. Color #fcaeeb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101110 | 11101011 |
Octal | 374 | 256 | 353 |
Decimal | 252 | 174 | 235 |
Hex | FC | AE | EB |
Shades of #fcaeeb
Tints of #fcaeeb
RGB Percentages of Color #fcaeeb
CMYK Percentages of Color #fcaeeb
Complementary Color
#fcaeeb | #aefcbf |
#fcaeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcaeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcaeeb Color CSS Codes
.mybgcolor {background-color:#fcaeeb; } .myforecolor {color:#fcaeeb; } .mybordercolor {border:3px solid #fcaeeb; }
#fcaeeb Text Font Color
<p style="color:#fcaeeb">Text here</p>
This sample text font color is #fcaeeb
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.
#fcaeeb Background Color
<div style="background-color:#fcaeeb">
Div content here</div>
This div background color is #fcaeeb
#fcaeeb Border Color
<div style="border:3px solid #fcaeeb">
Div here</div>
This div border color is #fcaeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,174,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcaeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcaeeb; -webkit-box-shadow: 1px 1px 3px 2px #fcaeeb; box-shadow: 1px 1px 3px 2px #fcaeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,174,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 #fcaeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcaeeb; -webkit-box-shadow: 1px 1px 3px 2px #fcaeeb; box-shadow: 1px 1px 3px 2px #fcaeeb;">
Div content here</div>
This div box has shadow with color #fcaeeb
Comments
No comments written yet.
Please login to write comment.