Color spaces of #f4afda
RGB | 244 | 175 | 218 |
---|---|---|---|
HSL | 0.90 | 0.76 | 0.82 |
HSV | 323° | 28° | 96° |
CMYK | 0.00 | 0.28 | 0.11 0.04 |
XYZ | 65.2931 | 54.9550 | 73.4957 |
Yxy | 54.9550 | 0.3370 | 0.2836 |
Hunter Lab | 74.1316 | 27.4875 | -6.8892 |
CIE-Lab | 79.0153 | 31.6282 | -11.6213 |
#f4afda color RGB value is (244,175,218).
#f4afda hex color red value is 244, green value is 175 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f4afda hue: 0.90 , saturation: 0.76 and the lightness value of f4afda is 0.82.
The process color (four color CMYK) of #f4afda color hex is 0.00, 0.28, 0.11, 0.04. Web safe color of #f4afda is #ff99cc. Color #f4afda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10101111 | 11011010 |
Octal | 364 | 257 | 332 |
Decimal | 244 | 175 | 218 |
Hex | F4 | AF | DA |
Shades of #f4afda
Tints of #f4afda
RGB Percentages of Color #f4afda
CMYK Percentages of Color #f4afda
Complementary Color
#f4afda | #aff4c9 |
#f4afda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4afda Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4afda Color CSS Codes
.mybgcolor {background-color:#f4afda; } .myforecolor {color:#f4afda; } .mybordercolor {border:3px solid #f4afda; }
#f4afda Text Font Color
<p style="color:#f4afda">Text here</p>
This sample text font color is #f4afda
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.
#f4afda Background Color
<div style="background-color:#f4afda">
Div content here</div>
This div background color is #f4afda
#f4afda Border Color
<div style="border:3px solid #f4afda">
Div here</div>
This div border color is #f4afda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,175,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4afda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4afda; -webkit-box-shadow: 1px 1px 3px 2px #f4afda; box-shadow: 1px 1px 3px 2px #f4afda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,175,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4afda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4afda; -webkit-box-shadow: 1px 1px 3px 2px #f4afda; box-shadow: 1px 1px 3px 2px #f4afda;">
Div content here</div>
This div box has shadow with color #f4afda
Comments
No comments written yet.
Please login to write comment.