Color spaces of #fcabbf
RGB | 252 | 171 | 191 |
---|---|---|---|
HSL | 0.96 | 0.93 | 0.83 |
HSV | 345° | 32° | 99° |
CMYK | 0.00 | 0.32 | 0.24 0.01 |
XYZ | 64.1118 | 53.5829 | 56.2537 |
Yxy | 53.5829 | 0.3686 | 0.3080 |
Hunter Lab | 73.2003 | 28.2369 | 5.6765 |
CIE-Lab | 78.2179 | 32.3886 | 1.9624 |
#fcabbf color RGB value is (252,171,191).
#fcabbf hex color red value is 252, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fcabbf hue: 0.96 , saturation: 0.93 and the lightness value of fcabbf is 0.83.
The process color (four color CMYK) of #fcabbf color hex is 0.00, 0.32, 0.24, 0.01. Web safe color of #fcabbf is #ff99cc. Color #fcabbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101011 | 10111111 |
Octal | 374 | 253 | 277 |
Decimal | 252 | 171 | 191 |
Hex | FC | AB | BF |
Shades of #fcabbf
Tints of #fcabbf
RGB Percentages of Color #fcabbf
CMYK Percentages of Color #fcabbf
Complementary Color
#fcabbf | #abfce8 |
#fcabbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcabbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcabbf Color CSS Codes
.mybgcolor {background-color:#fcabbf; } .myforecolor {color:#fcabbf; } .mybordercolor {border:3px solid #fcabbf; }
#fcabbf Text Font Color
<p style="color:#fcabbf">Text here</p>
This sample text font color is #fcabbf
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.
#fcabbf Background Color
<div style="background-color:#fcabbf">
Div content here</div>
This div background color is #fcabbf
#fcabbf Border Color
<div style="border:3px solid #fcabbf">
Div here</div>
This div border color is #fcabbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,171,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcabbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcabbf; -webkit-box-shadow: 1px 1px 3px 2px #fcabbf; box-shadow: 1px 1px 3px 2px #fcabbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,171,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcabbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcabbf; -webkit-box-shadow: 1px 1px 3px 2px #fcabbf; box-shadow: 1px 1px 3px 2px #fcabbf;">
Div content here</div>
This div box has shadow with color #fcabbf
Comments
No comments written yet.
Please login to write comment.