Color spaces of #febfa6
RGB | 254 | 191 | 166 |
---|---|---|---|
HSL | 0.05 | 0.98 | 0.82 |
HSV | 17° | 35° | 100° |
CMYK | 0.00 | 0.25 | 0.35 0.00 |
XYZ | 66.3868 | 61.0856 | 44.3681 |
Yxy | 61.0856 | 0.3863 | 0.3555 |
Hunter Lab | 78.1573 | 14.8427 | 21.0525 |
CIE-Lab | 82.4247 | 19.3822 | 21.4232 |
#febfa6 color RGB value is (254,191,166).
#febfa6 hex color red value is 254, green value is 191 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #febfa6 hue: 0.05 , saturation: 0.98 and the lightness value of febfa6 is 0.82.
The process color (four color CMYK) of #febfa6 color hex is 0.00, 0.25, 0.35, 0.00. Web safe color of #febfa6 is #ffcc99. Color #febfa6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111111 | 10100110 |
Octal | 376 | 277 | 246 |
Decimal | 254 | 191 | 166 |
Hex | FE | BF | A6 |
Shades of #febfa6
Tints of #febfa6
RGB Percentages of Color #febfa6
CMYK Percentages of Color #febfa6
Complementary Color
#febfa6 | #a6e5fe |
#febfa6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febfa6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#febfa6 Color CSS Codes
.mybgcolor {background-color:#febfa6; } .myforecolor {color:#febfa6; } .mybordercolor {border:3px solid #febfa6; }
#febfa6 Text Font Color
<p style="color:#febfa6">Text here</p>
This sample text font color is #febfa6
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.
#febfa6 Background Color
<div style="background-color:#febfa6">
Div content here</div>
This div background color is #febfa6
#febfa6 Border Color
<div style="border:3px solid #febfa6">
Div here</div>
This div border color is #febfa6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,191,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febfa6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febfa6; -webkit-box-shadow: 1px 1px 3px 2px #febfa6; box-shadow: 1px 1px 3px 2px #febfa6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,191,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febfa6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febfa6; -webkit-box-shadow: 1px 1px 3px 2px #febfa6; box-shadow: 1px 1px 3px 2px #febfa6;">
Div content here</div>
This div box has shadow with color #febfa6
Comments
No comments written yet.
Please login to write comment.