Color spaces of #feb8ee
RGB | 254 | 184 | 238 |
---|---|---|---|
HSL | 0.87 | 0.97 | 0.86 |
HSV | 314° | 28° | 100° |
CMYK | 0.00 | 0.28 | 0.06 0.00 |
XYZ | 73.4462 | 61.5249 | 88.8934 |
Yxy | 61.5249 | 0.3281 | 0.2748 |
Hunter Lab | 78.4378 | 29.8745 | -12.2868 |
CIE-Lab | 82.6601 | 33.5658 | -16.8210 |
#feb8ee color RGB value is (254,184,238).
#feb8ee hex color red value is 254, green value is 184 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #feb8ee hue: 0.87 , saturation: 0.97 and the lightness value of feb8ee is 0.86.
The process color (four color CMYK) of #feb8ee color hex is 0.00, 0.28, 0.06, 0.00. Web safe color of #feb8ee is #ffccff. Color #feb8ee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111000 | 11101110 |
Octal | 376 | 270 | 356 |
Decimal | 254 | 184 | 238 |
Hex | FE | B8 | EE |
Shades of #feb8ee
Tints of #feb8ee
RGB Percentages of Color #feb8ee
CMYK Percentages of Color #feb8ee
Complementary Color
#feb8ee | #b8fec8 |
#feb8ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feb8ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#feb8ee Color CSS Codes
.mybgcolor {background-color:#feb8ee; } .myforecolor {color:#feb8ee; } .mybordercolor {border:3px solid #feb8ee; }
#feb8ee Text Font Color
<p style="color:#feb8ee">Text here</p>
This sample text font color is #feb8ee
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.
#feb8ee Background Color
<div style="background-color:#feb8ee">
Div content here</div>
This div background color is #feb8ee
#feb8ee Border Color
<div style="border:3px solid #feb8ee">
Div here</div>
This div border color is #feb8ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,184,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feb8ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feb8ee; -webkit-box-shadow: 1px 1px 3px 2px #feb8ee; box-shadow: 1px 1px 3px 2px #feb8ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,184,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feb8ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feb8ee; -webkit-box-shadow: 1px 1px 3px 2px #feb8ee; box-shadow: 1px 1px 3px 2px #feb8ee;">
Div content here</div>
This div box has shadow with color #feb8ee
Comments
No comments written yet.
Please login to write comment.