Color spaces of #fc9fbb
RGB | 252 | 159 | 187 |
---|---|---|---|
HSL | 0.95 | 0.94 | 0.81 |
HSV | 342° | 37° | 99° |
CMYK | 0.00 | 0.37 | 0.26 0.01 |
XYZ | 61.5127 | 49.0796 | 53.2449 |
Yxy | 49.0796 | 0.3755 | 0.2996 |
Hunter Lab | 70.0568 | 34.1307 | 3.9779 |
CIE-Lab | 75.5008 | 38.0926 | 0.1916 |
#fc9fbb color RGB value is (252,159,187).
#fc9fbb hex color red value is 252, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fc9fbb hue: 0.95 , saturation: 0.94 and the lightness value of fc9fbb is 0.81.
The process color (four color CMYK) of #fc9fbb color hex is 0.00, 0.37, 0.26, 0.01. Web safe color of #fc9fbb is #ff99cc. Color #fc9fbb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10011111 | 10111011 |
Octal | 374 | 237 | 273 |
Decimal | 252 | 159 | 187 |
Hex | FC | 9F | BB |
Shades of #fc9fbb
Tints of #fc9fbb
RGB Percentages of Color #fc9fbb
CMYK Percentages of Color #fc9fbb
Complementary Color
#fc9fbb | #9ffce0 |
#fc9fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc9fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc9fbb Color CSS Codes
.mybgcolor {background-color:#fc9fbb; } .myforecolor {color:#fc9fbb; } .mybordercolor {border:3px solid #fc9fbb; }
#fc9fbb Text Font Color
<p style="color:#fc9fbb">Text here</p>
This sample text font color is #fc9fbb
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.
#fc9fbb Background Color
<div style="background-color:#fc9fbb">
Div content here</div>
This div background color is #fc9fbb
#fc9fbb Border Color
<div style="border:3px solid #fc9fbb">
Div here</div>
This div border color is #fc9fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,159,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc9fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc9fbb; -webkit-box-shadow: 1px 1px 3px 2px #fc9fbb; box-shadow: 1px 1px 3px 2px #fc9fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,159,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc9fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc9fbb; -webkit-box-shadow: 1px 1px 3px 2px #fc9fbb; box-shadow: 1px 1px 3px 2px #fc9fbb;">
Div content here</div>
This div box has shadow with color #fc9fbb
#fc9fbb Color Palettes
Comments
No comments written yet.
Please login to write comment.