Color spaces of #f897ba
RGB | 248 | 151 | 186 |
---|---|---|---|
HSL | 0.94 | 0.87 | 0.78 |
HSV | 338° | 39° | 97° |
CMYK | 0.00 | 0.39 | 0.25 0.03 |
XYZ | 58.6409 | 45.6348 | 52.1721 |
Yxy | 45.6348 | 0.3748 | 0.2917 |
Hunter Lab | 67.5535 | 36.7310 | 1.4974 |
CIE-Lab | 73.3079 | 40.7067 | -2.5238 |
#f897ba color RGB value is (248,151,186).
#f897ba hex color red value is 248, green value is 151 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f897ba hue: 0.94 , saturation: 0.87 and the lightness value of f897ba is 0.78.
The process color (four color CMYK) of #f897ba color hex is 0.00, 0.39, 0.25, 0.03. Web safe color of #f897ba is #ff99cc. Color #f897ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10010111 | 10111010 |
Octal | 370 | 227 | 272 |
Decimal | 248 | 151 | 186 |
Hex | F8 | 97 | BA |
Shades of #f897ba
Tints of #f897ba
RGB Percentages of Color #f897ba
CMYK Percentages of Color #f897ba
Complementary Color
#f897ba | #97f8d5 |
#f897ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f897ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#f897ba Color CSS Codes
.mybgcolor {background-color:#f897ba; } .myforecolor {color:#f897ba; } .mybordercolor {border:3px solid #f897ba; }
#f897ba Text Font Color
<p style="color:#f897ba">Text here</p>
This sample text font color is #f897ba
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.
#f897ba Background Color
<div style="background-color:#f897ba">
Div content here</div>
This div background color is #f897ba
#f897ba Border Color
<div style="border:3px solid #f897ba">
Div here</div>
This div border color is #f897ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,151,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f897ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f897ba; -webkit-box-shadow: 1px 1px 3px 2px #f897ba; box-shadow: 1px 1px 3px 2px #f897ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,151,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f897ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f897ba; -webkit-box-shadow: 1px 1px 3px 2px #f897ba; box-shadow: 1px 1px 3px 2px #f897ba;">
Div content here</div>
This div box has shadow with color #f897ba
Comments
No comments written yet.
Please login to write comment.