Color spaces of #fcabf2
RGB | 252 | 171 | 242 |
---|---|---|---|
HSL | 0.85 | 0.93 | 0.83 |
HSV | 307° | 32° | 99° |
CMYK | 0.00 | 0.32 | 0.04 0.01 |
XYZ | 70.7348 | 56.2321 | 91.1301 |
Yxy | 56.2321 | 0.3243 | 0.2578 |
Hunter Lab | 74.9881 | 37.1465 | -19.5612 |
CIE-Lab | 79.7457 | 40.4107 | -23.4006 |
#fcabf2 color RGB value is (252,171,242).
#fcabf2 hex color red value is 252, green value is 171 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #fcabf2 hue: 0.85 , saturation: 0.93 and the lightness value of fcabf2 is 0.83.
The process color (four color CMYK) of #fcabf2 color hex is 0.00, 0.32, 0.04, 0.01. Web safe color of #fcabf2 is #ff99ff. Color #fcabf2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101011 | 11110010 |
Octal | 374 | 253 | 362 |
Decimal | 252 | 171 | 242 |
Hex | FC | AB | F2 |
Shades of #fcabf2
Tints of #fcabf2
RGB Percentages of Color #fcabf2
CMYK Percentages of Color #fcabf2
Complementary Color
#fcabf2 | #abfcb5 |
#fcabf2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcabf2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcabf2 Color CSS Codes
.mybgcolor {background-color:#fcabf2; } .myforecolor {color:#fcabf2; } .mybordercolor {border:3px solid #fcabf2; }
#fcabf2 Text Font Color
<p style="color:#fcabf2">Text here</p>
This sample text font color is #fcabf2
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.
#fcabf2 Background Color
<div style="background-color:#fcabf2">
Div content here</div>
This div background color is #fcabf2
#fcabf2 Border Color
<div style="border:3px solid #fcabf2">
Div here</div>
This div border color is #fcabf2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,171,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcabf2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcabf2; -webkit-box-shadow: 1px 1px 3px 2px #fcabf2; box-shadow: 1px 1px 3px 2px #fcabf2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,171,242, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcabf2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcabf2; -webkit-box-shadow: 1px 1px 3px 2px #fcabf2; box-shadow: 1px 1px 3px 2px #fcabf2;">
Div content here</div>
This div box has shadow with color #fcabf2
Comments
No comments written yet.
Please login to write comment.