Color spaces of #f89feb
RGB | 248 | 159 | 235 |
---|---|---|---|
HSL | 0.86 | 0.86 | 0.80 |
HSV | 309° | 36° | 97° |
CMYK | 0.00 | 0.36 | 0.05 0.03 |
XYZ | 66.1049 | 50.7509 | 84.9091 |
Yxy | 50.7509 | 0.3276 | 0.2515 |
Hunter Lab | 71.2397 | 40.9648 | -20.7988 |
CIE-Lab | 76.5279 | 44.1710 | -24.5583 |
#f89feb color RGB value is (248,159,235).
#f89feb hex color red value is 248, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f89feb hue: 0.86 , saturation: 0.86 and the lightness value of f89feb is 0.80.
The process color (four color CMYK) of #f89feb color hex is 0.00, 0.36, 0.05, 0.03. Web safe color of #f89feb is #ff99ff. Color #f89feb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10011111 | 11101011 |
Octal | 370 | 237 | 353 |
Decimal | 248 | 159 | 235 |
Hex | F8 | 9F | EB |
Shades of #f89feb
Tints of #f89feb
RGB Percentages of Color #f89feb
CMYK Percentages of Color #f89feb
Complementary Color
#f89feb | #9ff8ac |
#f89feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f89feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f89feb Color CSS Codes
.mybgcolor {background-color:#f89feb; } .myforecolor {color:#f89feb; } .mybordercolor {border:3px solid #f89feb; }
#f89feb Text Font Color
<p style="color:#f89feb">Text here</p>
This sample text font color is #f89feb
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.
#f89feb Background Color
<div style="background-color:#f89feb">
Div content here</div>
This div background color is #f89feb
#f89feb Border Color
<div style="border:3px solid #f89feb">
Div here</div>
This div border color is #f89feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,159,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f89feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f89feb; -webkit-box-shadow: 1px 1px 3px 2px #f89feb; box-shadow: 1px 1px 3px 2px #f89feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,159,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f89feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f89feb; -webkit-box-shadow: 1px 1px 3px 2px #f89feb; box-shadow: 1px 1px 3px 2px #f89feb;">
Div content here</div>
This div box has shadow with color #f89feb
Comments
No comments written yet.
Please login to write comment.