Color spaces of #f1aada
RGB | 241 | 170 | 218 |
---|---|---|---|
HSL | 0.89 | 0.72 | 0.81 |
HSV | 319° | 29° | 95° |
CMYK | 0.00 | 0.29 | 0.10 0.05 |
XYZ | 63.3052 | 52.5122 | 73.1290 |
Yxy | 52.5122 | 0.3350 | 0.2779 |
Hunter Lab | 72.4653 | 29.1221 | -9.1073 |
CIE-Lab | 77.5861 | 33.2651 | -13.7932 |
#f1aada color RGB value is (241,170,218).
#f1aada hex color red value is 241, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f1aada hue: 0.89 , saturation: 0.72 and the lightness value of f1aada is 0.81.
The process color (four color CMYK) of #f1aada color hex is 0.00, 0.29, 0.10, 0.05. Web safe color of #f1aada is #ff99cc. Color #f1aada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10101010 | 11011010 |
Octal | 361 | 252 | 332 |
Decimal | 241 | 170 | 218 |
Hex | F1 | AA | DA |
Shades of #f1aada
Tints of #f1aada
RGB Percentages of Color #f1aada
CMYK Percentages of Color #f1aada
Complementary Color
#f1aada | #aaf1c1 |
#f1aada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1aada Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1aada Color CSS Codes
.mybgcolor {background-color:#f1aada; } .myforecolor {color:#f1aada; } .mybordercolor {border:3px solid #f1aada; }
#f1aada Text Font Color
<p style="color:#f1aada">Text here</p>
This sample text font color is #f1aada
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.
#f1aada Background Color
<div style="background-color:#f1aada">
Div content here</div>
This div background color is #f1aada
#f1aada Border Color
<div style="border:3px solid #f1aada">
Div here</div>
This div border color is #f1aada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,170,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1aada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1aada; -webkit-box-shadow: 1px 1px 3px 2px #f1aada; box-shadow: 1px 1px 3px 2px #f1aada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,170,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 #f1aada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1aada; -webkit-box-shadow: 1px 1px 3px 2px #f1aada; box-shadow: 1px 1px 3px 2px #f1aada;">
Div content here</div>
This div box has shadow with color #f1aada
Comments
No comments written yet.
Please login to write comment.