Color spaces of #febfda
RGB | 254 | 191 | 218 |
---|---|---|---|
HSL | 0.93 | 0.97 | 0.87 |
HSV | 334° | 25° | 100° |
CMYK | 0.00 | 0.25 | 0.14 0.00 |
XYZ | 72.1587 | 63.3944 | 74.7628 |
Yxy | 63.3944 | 0.3431 | 0.3014 |
Hunter Lab | 79.6206 | 22.4352 | 0.0618 |
CIE-Lab | 83.6495 | 26.6045 | -4.6339 |
#febfda color RGB value is (254,191,218).
#febfda hex color red value is 254, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #febfda hue: 0.93 , saturation: 0.97 and the lightness value of febfda is 0.87.
The process color (four color CMYK) of #febfda color hex is 0.00, 0.25, 0.14, 0.00. Web safe color of #febfda is #ffcccc. Color #febfda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111111 | 11011010 |
Octal | 376 | 277 | 332 |
Decimal | 254 | 191 | 218 |
Hex | FE | BF | DA |
Shades of #febfda
Tints of #febfda
RGB Percentages of Color #febfda
CMYK Percentages of Color #febfda
Complementary Color
#febfda | #bffee3 |
#febfda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febfda Color Preview on White Background
Lorem ipsum dolor sit amet.
#febfda Color CSS Codes
.mybgcolor {background-color:#febfda; } .myforecolor {color:#febfda; } .mybordercolor {border:3px solid #febfda; }
#febfda Text Font Color
<p style="color:#febfda">Text here</p>
This sample text font color is #febfda
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.
#febfda Background Color
<div style="background-color:#febfda">
Div content here</div>
This div background color is #febfda
#febfda Border Color
<div style="border:3px solid #febfda">
Div here</div>
This div border color is #febfda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,191,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febfda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febfda; -webkit-box-shadow: 1px 1px 3px 2px #febfda; box-shadow: 1px 1px 3px 2px #febfda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,191,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febfda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febfda; -webkit-box-shadow: 1px 1px 3px 2px #febfda; box-shadow: 1px 1px 3px 2px #febfda;">
Div content here</div>
This div box has shadow with color #febfda
Comments
No comments written yet.
Please login to write comment.