Color spaces of #fc96ab
RGB | 252 | 150 | 171 |
---|---|---|---|
HSL | 0.97 | 0.94 | 0.79 |
HSV | 348° | 40° | 99° |
CMYK | 0.00 | 0.40 | 0.32 0.01 |
XYZ | 58.4019 | 45.4484 | 44.2224 |
Yxy | 45.4484 | 0.3944 | 0.3069 |
Hunter Lab | 67.4154 | 36.6573 | 8.2984 |
CIE-Lab | 73.1862 | 40.6525 | 5.6571 |
#fc96ab color RGB value is (252,150,171).
#fc96ab hex color red value is 252, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fc96ab hue: 0.97 , saturation: 0.94 and the lightness value of fc96ab is 0.79.
The process color (four color CMYK) of #fc96ab color hex is 0.00, 0.40, 0.32, 0.01. Web safe color of #fc96ab is #ff9999. Color #fc96ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10010110 | 10101011 |
Octal | 374 | 226 | 253 |
Decimal | 252 | 150 | 171 |
Hex | FC | 96 | AB |
Shades of #fc96ab
Tints of #fc96ab
RGB Percentages of Color #fc96ab
CMYK Percentages of Color #fc96ab
Complementary Color
#fc96ab | #96fce7 |
#fc96ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc96ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc96ab Color CSS Codes
.mybgcolor {background-color:#fc96ab; } .myforecolor {color:#fc96ab; } .mybordercolor {border:3px solid #fc96ab; }
#fc96ab Text Font Color
<p style="color:#fc96ab">Text here</p>
This sample text font color is #fc96ab
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.
#fc96ab Background Color
<div style="background-color:#fc96ab">
Div content here</div>
This div background color is #fc96ab
#fc96ab Border Color
<div style="border:3px solid #fc96ab">
Div here</div>
This div border color is #fc96ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,150,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc96ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc96ab; -webkit-box-shadow: 1px 1px 3px 2px #fc96ab; box-shadow: 1px 1px 3px 2px #fc96ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,150,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc96ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc96ab; -webkit-box-shadow: 1px 1px 3px 2px #fc96ab; box-shadow: 1px 1px 3px 2px #fc96ab;">
Div content here</div>
This div box has shadow with color #fc96ab
Comments
No comments written yet.
Please login to write comment.