Color spaces of #febcab
RGB | 254 | 188 | 171 |
---|---|---|---|
HSL | 0.03 | 0.98 | 0.83 |
HSV | 12° | 33° | 100° |
CMYK | 0.00 | 0.26 | 0.33 0.00 |
XYZ | 66.2070 | 59.9775 | 46.6154 |
Yxy | 59.9775 | 0.3831 | 0.3471 |
Hunter Lab | 77.4451 | 17.0687 | 18.5241 |
CIE-Lab | 81.8260 | 21.5623 | 17.9285 |
#febcab color RGB value is (254,188,171).
#febcab hex color red value is 254, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #febcab hue: 0.03 , saturation: 0.98 and the lightness value of febcab is 0.83.
The process color (four color CMYK) of #febcab color hex is 0.00, 0.26, 0.33, 0.00. Web safe color of #febcab is #ffcc99. Color #febcab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111100 | 10101011 |
Octal | 376 | 274 | 253 |
Decimal | 254 | 188 | 171 |
Hex | FE | BC | AB |
Shades of #febcab
Tints of #febcab
RGB Percentages of Color #febcab
CMYK Percentages of Color #febcab
Complementary Color
#febcab | #abedfe |
#febcab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febcab Color Preview on White Background
Lorem ipsum dolor sit amet.
#febcab Color CSS Codes
.mybgcolor {background-color:#febcab; } .myforecolor {color:#febcab; } .mybordercolor {border:3px solid #febcab; }
#febcab Text Font Color
<p style="color:#febcab">Text here</p>
This sample text font color is #febcab
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.
#febcab Background Color
<div style="background-color:#febcab">
Div content here</div>
This div background color is #febcab
#febcab Border Color
<div style="border:3px solid #febcab">
Div here</div>
This div border color is #febcab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,188,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febcab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febcab; -webkit-box-shadow: 1px 1px 3px 2px #febcab; box-shadow: 1px 1px 3px 2px #febcab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,188,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febcab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febcab; -webkit-box-shadow: 1px 1px 3px 2px #febcab; box-shadow: 1px 1px 3px 2px #febcab;">
Div content here</div>
This div box has shadow with color #febcab
Comments
No comments written yet.
Please login to write comment.