Color spaces of #fc99aa
RGB | 252 | 153 | 170 |
---|---|---|---|
HSL | 0.97 | 0.94 | 0.79 |
HSV | 350° | 39° | 99° |
CMYK | 0.00 | 0.39 | 0.33 0.01 |
XYZ | 58.7918 | 46.3802 | 43.8838 |
Yxy | 46.3802 | 0.3944 | 0.3112 |
Hunter Lab | 68.1030 | 34.9148 | 9.4672 |
CIE-Lab | 73.7916 | 38.9869 | 7.0799 |
#fc99aa color RGB value is (252,153,170).
#fc99aa hex color red value is 252, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fc99aa hue: 0.97 , saturation: 0.94 and the lightness value of fc99aa is 0.79.
The process color (four color CMYK) of #fc99aa color hex is 0.00, 0.39, 0.33, 0.01. Web safe color of #fc99aa is #ff9999. Color #fc99aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10011001 | 10101010 |
Octal | 374 | 231 | 252 |
Decimal | 252 | 153 | 170 |
Hex | FC | 99 | AA |
Shades of #fc99aa
Tints of #fc99aa
RGB Percentages of Color #fc99aa
CMYK Percentages of Color #fc99aa
Complementary Color
#fc99aa | #99fceb |
#fc99aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc99aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc99aa Color CSS Codes
.mybgcolor {background-color:#fc99aa; } .myforecolor {color:#fc99aa; } .mybordercolor {border:3px solid #fc99aa; }
#fc99aa Text Font Color
<p style="color:#fc99aa">Text here</p>
This sample text font color is #fc99aa
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.
#fc99aa Background Color
<div style="background-color:#fc99aa">
Div content here</div>
This div background color is #fc99aa
#fc99aa Border Color
<div style="border:3px solid #fc99aa">
Div here</div>
This div border color is #fc99aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,153,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc99aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc99aa; -webkit-box-shadow: 1px 1px 3px 2px #fc99aa; box-shadow: 1px 1px 3px 2px #fc99aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,153,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc99aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc99aa; -webkit-box-shadow: 1px 1px 3px 2px #fc99aa; box-shadow: 1px 1px 3px 2px #fc99aa;">
Div content here</div>
This div box has shadow with color #fc99aa
Comments
No comments written yet.
Please login to write comment.