Color spaces of #f97abb
RGB | 249 | 122 | 187 |
---|---|---|---|
HSL | 0.91 | 0.91 | 0.73 |
HSV | 329° | 51° | 98° |
CMYK | 0.00 | 0.51 | 0.25 0.02 |
XYZ | 54.9961 | 37.6467 | 51.3816 |
Yxy | 37.6467 | 0.3819 | 0.2614 |
Hunter Lab | 61.3569 | 52.6205 | -6.7009 |
CIE-Lab | 67.7594 | 55.6146 | -11.2958 |
#f97abb color RGB value is (249,122,187).
#f97abb hex color red value is 249, green value is 122 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f97abb hue: 0.91 , saturation: 0.91 and the lightness value of f97abb is 0.73.
The process color (four color CMYK) of #f97abb color hex is 0.00, 0.51, 0.25, 0.02. Web safe color of #f97abb is #ff66cc. Color #f97abb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01111010 | 10111011 |
Octal | 371 | 172 | 273 |
Decimal | 249 | 122 | 187 |
Hex | F9 | 7A | BB |
Shades of #f97abb
Tints of #f97abb
RGB Percentages of Color #f97abb
CMYK Percentages of Color #f97abb
Complementary Color
#f97abb | #7af9b8 |
#f97abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f97abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f97abb Color CSS Codes
.mybgcolor {background-color:#f97abb; } .myforecolor {color:#f97abb; } .mybordercolor {border:3px solid #f97abb; }
#f97abb Text Font Color
<p style="color:#f97abb">Text here</p>
This sample text font color is #f97abb
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.
#f97abb Background Color
<div style="background-color:#f97abb">
Div content here</div>
This div background color is #f97abb
#f97abb Border Color
<div style="border:3px solid #f97abb">
Div here</div>
This div border color is #f97abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,122,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f97abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f97abb; -webkit-box-shadow: 1px 1px 3px 2px #f97abb; box-shadow: 1px 1px 3px 2px #f97abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,122,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f97abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f97abb; -webkit-box-shadow: 1px 1px 3px 2px #f97abb; box-shadow: 1px 1px 3px 2px #f97abb;">
Div content here</div>
This div box has shadow with color #f97abb
Comments
No comments written yet.
Please login to write comment.