Color spaces of #f997ae
RGB | 249 | 151 | 174 |
---|---|---|---|
HSL | 0.96 | 0.89 | 0.78 |
HSV | 346° | 39° | 98° |
CMYK | 0.00 | 0.39 | 0.30 0.02 |
XYZ | 57.7735 | 45.3289 | 45.7488 |
Yxy | 45.3289 | 0.3881 | 0.3045 |
Hunter Lab | 67.3267 | 35.3502 | 6.8409 |
CIE-Lab | 73.1079 | 39.4596 | 3.8373 |
#f997ae color RGB value is (249,151,174).
#f997ae hex color red value is 249, green value is 151 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f997ae hue: 0.96 , saturation: 0.89 and the lightness value of f997ae is 0.78.
The process color (four color CMYK) of #f997ae color hex is 0.00, 0.39, 0.30, 0.02. Web safe color of #f997ae is #ff9999. Color #f997ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10010111 | 10101110 |
Octal | 371 | 227 | 256 |
Decimal | 249 | 151 | 174 |
Hex | F9 | 97 | AE |
Shades of #f997ae
Tints of #f997ae
RGB Percentages of Color #f997ae
CMYK Percentages of Color #f997ae
Complementary Color
#f997ae | #97f9e2 |
#f997ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f997ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#f997ae Color CSS Codes
.mybgcolor {background-color:#f997ae; } .myforecolor {color:#f997ae; } .mybordercolor {border:3px solid #f997ae; }
#f997ae Text Font Color
<p style="color:#f997ae">Text here</p>
This sample text font color is #f997ae
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.
#f997ae Background Color
<div style="background-color:#f997ae">
Div content here</div>
This div background color is #f997ae
#f997ae Border Color
<div style="border:3px solid #f997ae">
Div here</div>
This div border color is #f997ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,151,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f997ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f997ae; -webkit-box-shadow: 1px 1px 3px 2px #f997ae; box-shadow: 1px 1px 3px 2px #f997ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,151,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f997ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f997ae; -webkit-box-shadow: 1px 1px 3px 2px #f997ae; box-shadow: 1px 1px 3px 2px #f997ae;">
Div content here</div>
This div box has shadow with color #f997ae
Comments
No comments written yet.
Please login to write comment.