Color spaces of #fe8bde
RGB | 254 | 139 | 222 |
---|---|---|---|
HSL | 0.88 | 0.98 | 0.77 |
HSV | 317° | 45° | 100° |
CMYK | 0.00 | 0.45 | 0.13 0.00 |
XYZ | 63.2905 | 44.8100 | 74.4207 |
Yxy | 44.8100 | 0.3468 | 0.2455 |
Hunter Lab | 66.9403 | 51.6222 | -19.0573 |
CIE-Lab | 72.7666 | 54.0050 | -23.1279 |
#fe8bde color RGB value is (254,139,222).
#fe8bde hex color red value is 254, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fe8bde hue: 0.88 , saturation: 0.98 and the lightness value of fe8bde is 0.77.
The process color (four color CMYK) of #fe8bde color hex is 0.00, 0.45, 0.13, 0.00. Web safe color of #fe8bde is #ff99cc. Color #fe8bde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10001011 | 11011110 |
Octal | 376 | 213 | 336 |
Decimal | 254 | 139 | 222 |
Hex | FE | 8B | DE |
Shades of #fe8bde
Tints of #fe8bde
RGB Percentages of Color #fe8bde
CMYK Percentages of Color #fe8bde
Complementary Color
#fe8bde | #8bfeab |
#fe8bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe8bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe8bde Color CSS Codes
.mybgcolor {background-color:#fe8bde; } .myforecolor {color:#fe8bde; } .mybordercolor {border:3px solid #fe8bde; }
#fe8bde Text Font Color
<p style="color:#fe8bde">Text here</p>
This sample text font color is #fe8bde
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.
#fe8bde Background Color
<div style="background-color:#fe8bde">
Div content here</div>
This div background color is #fe8bde
#fe8bde Border Color
<div style="border:3px solid #fe8bde">
Div here</div>
This div border color is #fe8bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,139,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe8bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe8bde; -webkit-box-shadow: 1px 1px 3px 2px #fe8bde; box-shadow: 1px 1px 3px 2px #fe8bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,139,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe8bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe8bde; -webkit-box-shadow: 1px 1px 3px 2px #fe8bde; box-shadow: 1px 1px 3px 2px #fe8bde;">
Div content here</div>
This div box has shadow with color #fe8bde
Related Colors
Comments
No comments written yet.
Please login to write comment.