Color spaces of #febdbe
RGB | 254 | 189 | 190 |
---|---|---|---|
HSL | 1.00 | 0.97 | 0.87 |
HSV | 359° | 26° | 100° |
CMYK | 0.00 | 0.26 | 0.25 0.00 |
XYZ | 68.3649 | 61.1837 | 56.9216 |
Yxy | 61.1837 | 0.3666 | 0.3281 |
Hunter Lab | 78.2200 | 19.1254 | 11.6080 |
CIE-Lab | 82.4774 | 23.5184 | 8.6737 |
#febdbe color RGB value is (254,189,190).
#febdbe hex color red value is 254, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #febdbe hue: 1.00 , saturation: 0.97 and the lightness value of febdbe is 0.87.
The process color (four color CMYK) of #febdbe color hex is 0.00, 0.26, 0.25, 0.00. Web safe color of #febdbe is #ffcccc. Color #febdbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111101 | 10111110 |
Octal | 376 | 275 | 276 |
Decimal | 254 | 189 | 190 |
Hex | FE | BD | BE |
Shades of #febdbe
Tints of #febdbe
RGB Percentages of Color #febdbe
CMYK Percentages of Color #febdbe
Complementary Color
#febdbe | #bdfefd |
#febdbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febdbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#febdbe Color CSS Codes
.mybgcolor {background-color:#febdbe; } .myforecolor {color:#febdbe; } .mybordercolor {border:3px solid #febdbe; }
#febdbe Text Font Color
<p style="color:#febdbe">Text here</p>
This sample text font color is #febdbe
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.
#febdbe Background Color
<div style="background-color:#febdbe">
Div content here</div>
This div background color is #febdbe
#febdbe Border Color
<div style="border:3px solid #febdbe">
Div here</div>
This div border color is #febdbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,189,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febdbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febdbe; -webkit-box-shadow: 1px 1px 3px 2px #febdbe; box-shadow: 1px 1px 3px 2px #febdbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,189,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febdbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febdbe; -webkit-box-shadow: 1px 1px 3px 2px #febdbe; box-shadow: 1px 1px 3px 2px #febdbe;">
Div content here</div>
This div box has shadow with color #febdbe
Comments
No comments written yet.
Please login to write comment.