Color spaces of #fc9bed
RGB | 252 | 155 | 237 |
---|---|---|---|
HSL | 0.86 | 0.94 | 0.80 |
HSV | 309° | 38° | 99° |
CMYK | 0.00 | 0.38 | 0.06 0.01 |
XYZ | 67.1523 | 50.2526 | 86.2812 |
Yxy | 50.2526 | 0.3297 | 0.2467 |
Hunter Lab | 70.8891 | 45.0349 | -22.5413 |
CIE-Lab | 76.2240 | 47.8080 | -26.0684 |
#fc9bed color RGB value is (252,155,237).
#fc9bed hex color red value is 252, green value is 155 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fc9bed hue: 0.86 , saturation: 0.94 and the lightness value of fc9bed is 0.80.
The process color (four color CMYK) of #fc9bed color hex is 0.00, 0.38, 0.06, 0.01. Web safe color of #fc9bed is #ff99ff. Color #fc9bed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10011011 | 11101101 |
Octal | 374 | 233 | 355 |
Decimal | 252 | 155 | 237 |
Hex | FC | 9B | ED |
Shades of #fc9bed
Tints of #fc9bed
RGB Percentages of Color #fc9bed
CMYK Percentages of Color #fc9bed
Complementary Color
#fc9bed | #9bfcaa |
#fc9bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc9bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc9bed Color CSS Codes
.mybgcolor {background-color:#fc9bed; } .myforecolor {color:#fc9bed; } .mybordercolor {border:3px solid #fc9bed; }
#fc9bed Text Font Color
<p style="color:#fc9bed">Text here</p>
This sample text font color is #fc9bed
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.
#fc9bed Background Color
<div style="background-color:#fc9bed">
Div content here</div>
This div background color is #fc9bed
#fc9bed Border Color
<div style="border:3px solid #fc9bed">
Div here</div>
This div border color is #fc9bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,155,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc9bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc9bed; -webkit-box-shadow: 1px 1px 3px 2px #fc9bed; box-shadow: 1px 1px 3px 2px #fc9bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,155,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc9bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc9bed; -webkit-box-shadow: 1px 1px 3px 2px #fc9bed; box-shadow: 1px 1px 3px 2px #fc9bed;">
Div content here</div>
This div box has shadow with color #fc9bed
Comments
No comments written yet.
Please login to write comment.