Color spaces of #fc0bae
RGB | 252 | 11 | 174 |
---|---|---|---|
HSL | 0.89 | 0.98 | 0.52 |
HSV | 319° | 96° | 99° |
CMYK | 0.00 | 0.96 | 0.31 0.01 |
XYZ | 47.9045 | 23.9908 | 42.1502 |
Yxy | 23.9908 | 0.4200 | 0.2104 |
Hunter Lab | 48.9804 | 88.8634 | -16.7359 |
CIE-Lab | 56.0786 | 87.2244 | -21.4882 |
#fc0bae color RGB value is (252,11,174).
#fc0bae hex color red value is 252, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fc0bae hue: 0.89 , saturation: 0.98 and the lightness value of fc0bae is 0.52.
The process color (four color CMYK) of #fc0bae color hex is 0.00, 0.96, 0.31, 0.01. Web safe color of #fc0bae is #ff0099. Color #fc0bae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 00001011 | 10101110 |
Octal | 374 | 13 | 256 |
Decimal | 252 | 11 | 174 |
Hex | FC | B | AE |
Shades of #fc0bae
Tints of #fc0bae
RGB Percentages of Color #fc0bae
CMYK Percentages of Color #fc0bae
Complementary Color
#fc0bae | #0bfc59 |
#fc0bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc0bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc0bae Color CSS Codes
.mybgcolor {background-color:#fc0bae; } .myforecolor {color:#fc0bae; } .mybordercolor {border:3px solid #fc0bae; }
#fc0bae Text Font Color
<p style="color:#fc0bae">Text here</p>
This sample text font color is #fc0bae
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.
#fc0bae Background Color
<div style="background-color:#fc0bae">
Div content here</div>
This div background color is #fc0bae
#fc0bae Border Color
<div style="border:3px solid #fc0bae">
Div here</div>
This div border color is #fc0bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,11,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc0bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc0bae; -webkit-box-shadow: 1px 1px 3px 2px #fc0bae; box-shadow: 1px 1px 3px 2px #fc0bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,11,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 #fc0bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc0bae; -webkit-box-shadow: 1px 1px 3px 2px #fc0bae; box-shadow: 1px 1px 3px 2px #fc0bae;">
Div content here</div>
This div box has shadow with color #fc0bae
Comments
No comments written yet.
Please login to write comment.