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