Color spaces of #fe91ad
RGB | 254 | 145 | 173 |
---|---|---|---|
HSL | 0.96 | 0.98 | 0.78 |
HSV | 345° | 43° | 100° |
CMYK | 0.00 | 0.43 | 0.32 0.00 |
XYZ | 58.5413 | 44.3388 | 45.0079 |
Yxy | 44.3388 | 0.3958 | 0.2998 |
Hunter Lab | 66.5874 | 40.4030 | 6.5357 |
CIE-Lab | 72.4544 | 44.1447 | 3.5236 |
#fe91ad color RGB value is (254,145,173).
#fe91ad hex color red value is 254, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fe91ad hue: 0.96 , saturation: 0.98 and the lightness value of fe91ad is 0.78.
The process color (four color CMYK) of #fe91ad color hex is 0.00, 0.43, 0.32, 0.00. Web safe color of #fe91ad is #ff9999. Color #fe91ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10010001 | 10101101 |
Octal | 376 | 221 | 255 |
Decimal | 254 | 145 | 173 |
Hex | FE | 91 | AD |
Shades of #fe91ad
Tints of #fe91ad
RGB Percentages of Color #fe91ad
CMYK Percentages of Color #fe91ad
Complementary Color
#fe91ad | #91fee2 |
#fe91ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe91ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe91ad Color CSS Codes
.mybgcolor {background-color:#fe91ad; } .myforecolor {color:#fe91ad; } .mybordercolor {border:3px solid #fe91ad; }
#fe91ad Text Font Color
<p style="color:#fe91ad">Text here</p>
This sample text font color is #fe91ad
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.
#fe91ad Background Color
<div style="background-color:#fe91ad">
Div content here</div>
This div background color is #fe91ad
#fe91ad Border Color
<div style="border:3px solid #fe91ad">
Div here</div>
This div border color is #fe91ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,145,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe91ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe91ad; -webkit-box-shadow: 1px 1px 3px 2px #fe91ad; box-shadow: 1px 1px 3px 2px #fe91ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,145,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe91ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe91ad; -webkit-box-shadow: 1px 1px 3px 2px #fe91ad; box-shadow: 1px 1px 3px 2px #fe91ad;">
Div content here</div>
This div box has shadow with color #fe91ad
Comments
No comments written yet.
Please login to write comment.