Color spaces of #fe06bc
RGB | 254 | 6 | 188 |
---|---|---|---|
HSL | 0.88 | 0.99 | 0.51 |
HSV | 316° | 98° | 100° |
CMYK | 0.00 | 0.98 | 0.26 0.00 |
XYZ | 50.0153 | 24.8319 | 49.7339 |
Yxy | 24.8319 | 0.4015 | 0.1993 |
Hunter Lab | 49.8316 | 91.9526 | -24.2916 |
CIE-Lab | 56.9113 | 89.3958 | -28.3170 |
#fe06bc color RGB value is (254,6,188).
#fe06bc hex color red value is 254, green value is 6 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fe06bc hue: 0.88 , saturation: 0.99 and the lightness value of fe06bc is 0.51.
The process color (four color CMYK) of #fe06bc color hex is 0.00, 0.98, 0.26, 0.00. Web safe color of #fe06bc is #ff00cc. Color #fe06bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00000110 | 10111100 |
Octal | 376 | 6 | 274 |
Decimal | 254 | 6 | 188 |
Hex | FE | 6 | BC |
Shades of #fe06bc
Tints of #fe06bc
RGB Percentages of Color #fe06bc
CMYK Percentages of Color #fe06bc
Complementary Color
#fe06bc | #06fe48 |
#fe06bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe06bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe06bc Color CSS Codes
.mybgcolor {background-color:#fe06bc; } .myforecolor {color:#fe06bc; } .mybordercolor {border:3px solid #fe06bc; }
#fe06bc Text Font Color
<p style="color:#fe06bc">Text here</p>
This sample text font color is #fe06bc
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.
#fe06bc Background Color
<div style="background-color:#fe06bc">
Div content here</div>
This div background color is #fe06bc
#fe06bc Border Color
<div style="border:3px solid #fe06bc">
Div here</div>
This div border color is #fe06bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,6,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe06bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe06bc; -webkit-box-shadow: 1px 1px 3px 2px #fe06bc; box-shadow: 1px 1px 3px 2px #fe06bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,6,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 #fe06bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe06bc; -webkit-box-shadow: 1px 1px 3px 2px #fe06bc; box-shadow: 1px 1px 3px 2px #fe06bc;">
Div content here</div>
This div box has shadow with color #fe06bc
Comments
No comments written yet.
Please login to write comment.