Color spaces of #feb9ee
RGB | 254 | 185 | 238 |
---|---|---|---|
HSL | 0.87 | 0.97 | 0.86 |
HSV | 314° | 27° | 100° |
CMYK | 0.00 | 0.27 | 0.06 0.00 |
XYZ | 73.6546 | 61.9418 | 88.9629 |
Yxy | 61.9418 | 0.3280 | 0.2758 |
Hunter Lab | 78.7031 | 29.3194 | -11.9269 |
CIE-Lab | 82.8825 | 33.0410 | -16.4863 |
#feb9ee color RGB value is (254,185,238).
#feb9ee hex color red value is 254, green value is 185 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #feb9ee hue: 0.87 , saturation: 0.97 and the lightness value of feb9ee is 0.86.
The process color (four color CMYK) of #feb9ee color hex is 0.00, 0.27, 0.06, 0.00. Web safe color of #feb9ee is #ffccff. Color #feb9ee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111001 | 11101110 |
Octal | 376 | 271 | 356 |
Decimal | 254 | 185 | 238 |
Hex | FE | B9 | EE |
Shades of #feb9ee
Tints of #feb9ee
RGB Percentages of Color #feb9ee
CMYK Percentages of Color #feb9ee
Complementary Color
#feb9ee | #b9fec9 |
#feb9ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feb9ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#feb9ee Color CSS Codes
.mybgcolor {background-color:#feb9ee; } .myforecolor {color:#feb9ee; } .mybordercolor {border:3px solid #feb9ee; }
#feb9ee Text Font Color
<p style="color:#feb9ee">Text here</p>
This sample text font color is #feb9ee
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.
#feb9ee Background Color
<div style="background-color:#feb9ee">
Div content here</div>
This div background color is #feb9ee
#feb9ee Border Color
<div style="border:3px solid #feb9ee">
Div here</div>
This div border color is #feb9ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,185,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feb9ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feb9ee; -webkit-box-shadow: 1px 1px 3px 2px #feb9ee; box-shadow: 1px 1px 3px 2px #feb9ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,185,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 #feb9ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feb9ee; -webkit-box-shadow: 1px 1px 3px 2px #feb9ee; box-shadow: 1px 1px 3px 2px #feb9ee;">
Div content here</div>
This div box has shadow with color #feb9ee
Comments
No comments written yet.
Please login to write comment.