Color spaces of #fe69bc
RGB | 254 | 105 | 188 |
---|---|---|---|
HSL | 0.91 | 0.99 | 0.70 |
HSV | 327° | 59° | 100° |
CMYK | 0.00 | 0.59 | 0.26 0.00 |
XYZ | 55.0017 | 34.8048 | 51.3960 |
Yxy | 34.8048 | 0.3895 | 0.2465 |
Hunter Lab | 58.9956 | 63.1736 | -10.3556 |
CIE-Lab | 65.5964 | 64.9521 | -15.0397 |
#fe69bc color RGB value is (254,105,188).
#fe69bc hex color red value is 254, green value is 105 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fe69bc hue: 0.91 , saturation: 0.99 and the lightness value of fe69bc is 0.70.
The process color (four color CMYK) of #fe69bc color hex is 0.00, 0.59, 0.26, 0.00. Web safe color of #fe69bc is #ff66cc. Color #fe69bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01101001 | 10111100 |
Octal | 376 | 151 | 274 |
Decimal | 254 | 105 | 188 |
Hex | FE | 69 | BC |
Shades of #fe69bc
Tints of #fe69bc
RGB Percentages of Color #fe69bc
CMYK Percentages of Color #fe69bc
Complementary Color
#fe69bc | #69feab |
#fe69bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe69bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe69bc Color CSS Codes
.mybgcolor {background-color:#fe69bc; } .myforecolor {color:#fe69bc; } .mybordercolor {border:3px solid #fe69bc; }
#fe69bc Text Font Color
<p style="color:#fe69bc">Text here</p>
This sample text font color is #fe69bc
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.
#fe69bc Background Color
<div style="background-color:#fe69bc">
Div content here</div>
This div background color is #fe69bc
#fe69bc Border Color
<div style="border:3px solid #fe69bc">
Div here</div>
This div border color is #fe69bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,105,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe69bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe69bc; -webkit-box-shadow: 1px 1px 3px 2px #fe69bc; box-shadow: 1px 1px 3px 2px #fe69bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,105,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe69bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe69bc; -webkit-box-shadow: 1px 1px 3px 2px #fe69bc; box-shadow: 1px 1px 3px 2px #fe69bc;">
Div content here</div>
This div box has shadow with color #fe69bc
Comments
No comments written yet.
Please login to write comment.