Color spaces of #f49ade
RGB | 244 | 154 | 222 |
---|---|---|---|
HSL | 0.87 | 0.80 | 0.78 |
HSV | 315° | 37° | 96° |
CMYK | 0.00 | 0.37 | 0.09 0.04 |
XYZ | 62.0486 | 47.6182 | 75.0282 |
Yxy | 47.6182 | 0.3360 | 0.2578 |
Hunter Lab | 69.0059 | 39.7428 | -16.1602 |
CIE-Lab | 74.5835 | 43.2990 | -20.4734 |
#f49ade color RGB value is (244,154,222).
#f49ade hex color red value is 244, green value is 154 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f49ade hue: 0.87 , saturation: 0.80 and the lightness value of f49ade is 0.78.
The process color (four color CMYK) of #f49ade color hex is 0.00, 0.37, 0.09, 0.04. Web safe color of #f49ade is #ff99cc. Color #f49ade contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10011010 | 11011110 |
Octal | 364 | 232 | 336 |
Decimal | 244 | 154 | 222 |
Hex | F4 | 9A | DE |
Shades of #f49ade
Tints of #f49ade
RGB Percentages of Color #f49ade
CMYK Percentages of Color #f49ade
Complementary Color
#f49ade | #9af4b0 |
#f49ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f49ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#f49ade Color CSS Codes
.mybgcolor {background-color:#f49ade; } .myforecolor {color:#f49ade; } .mybordercolor {border:3px solid #f49ade; }
#f49ade Text Font Color
<p style="color:#f49ade">Text here</p>
This sample text font color is #f49ade
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.
#f49ade Background Color
<div style="background-color:#f49ade">
Div content here</div>
This div background color is #f49ade
#f49ade Border Color
<div style="border:3px solid #f49ade">
Div here</div>
This div border color is #f49ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,154,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f49ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f49ade; -webkit-box-shadow: 1px 1px 3px 2px #f49ade; box-shadow: 1px 1px 3px 2px #f49ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,154,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f49ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f49ade; -webkit-box-shadow: 1px 1px 3px 2px #f49ade; box-shadow: 1px 1px 3px 2px #f49ade;">
Div content here</div>
This div box has shadow with color #f49ade
#f49ade Color Palettes
Comments
No comments written yet.
Please login to write comment.