Color spaces of #febefa
RGB | 254 | 190 | 250 |
---|---|---|---|
HSL | 0.84 | 0.97 | 0.87 |
HSV | 304° | 25° | 100° |
CMYK | 0.00 | 0.25 | 0.02 0.00 |
XYZ | 76.5418 | 64.7999 | 98.9159 |
Yxy | 64.7999 | 0.3186 | 0.2697 |
Hunter Lab | 80.4984 | 28.8544 | -16.5063 |
CIE-Lab | 84.3805 | 32.5079 | -20.6312 |
#febefa color RGB value is (254,190,250).
#febefa hex color red value is 254, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #febefa hue: 0.84 , saturation: 0.97 and the lightness value of febefa is 0.87.
The process color (four color CMYK) of #febefa color hex is 0.00, 0.25, 0.02, 0.00. Web safe color of #febefa is #ffccff. Color #febefa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111110 | 11111010 |
Octal | 376 | 276 | 372 |
Decimal | 254 | 190 | 250 |
Hex | FE | BE | FA |
Shades of #febefa
Tints of #febefa
RGB Percentages of Color #febefa
CMYK Percentages of Color #febefa
Complementary Color
#febefa | #befec2 |
#febefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#febefa Color CSS Codes
.mybgcolor {background-color:#febefa; } .myforecolor {color:#febefa; } .mybordercolor {border:3px solid #febefa; }
#febefa Text Font Color
<p style="color:#febefa">Text here</p>
This sample text font color is #febefa
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.
#febefa Background Color
<div style="background-color:#febefa">
Div content here</div>
This div background color is #febefa
#febefa Border Color
<div style="border:3px solid #febefa">
Div here</div>
This div border color is #febefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,190,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febefa; -webkit-box-shadow: 1px 1px 3px 2px #febefa; box-shadow: 1px 1px 3px 2px #febefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,190,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febefa; -webkit-box-shadow: 1px 1px 3px 2px #febefa; box-shadow: 1px 1px 3px 2px #febefa;">
Div content here</div>
This div box has shadow with color #febefa
Comments
No comments written yet.
Please login to write comment.