Color spaces of #f1addb
RGB | 241 | 173 | 219 |
---|---|---|---|
HSL | 0.89 | 0.71 | 0.81 |
HSV | 319° | 28° | 95° |
CMYK | 0.00 | 0.28 | 0.09 0.05 |
XYZ | 64.0054 | 53.7024 | 74.0100 |
Yxy | 53.7024 | 0.3339 | 0.2801 |
Hunter Lab | 73.2819 | 27.6609 | -8.5817 |
CIE-Lab | 78.2879 | 31.8443 | -13.2838 |
#f1addb color RGB value is (241,173,219).
#f1addb hex color red value is 241, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f1addb hue: 0.89 , saturation: 0.71 and the lightness value of f1addb is 0.81.
The process color (four color CMYK) of #f1addb color hex is 0.00, 0.28, 0.09, 0.05. Web safe color of #f1addb is #ff99cc. Color #f1addb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10101101 | 11011011 |
Octal | 361 | 255 | 333 |
Decimal | 241 | 173 | 219 |
Hex | F1 | AD | DB |
Shades of #f1addb
Tints of #f1addb
RGB Percentages of Color #f1addb
CMYK Percentages of Color #f1addb
Complementary Color
#f1addb | #adf1c3 |
#f1addb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1addb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1addb Color CSS Codes
.mybgcolor {background-color:#f1addb; } .myforecolor {color:#f1addb; } .mybordercolor {border:3px solid #f1addb; }
#f1addb Text Font Color
<p style="color:#f1addb">Text here</p>
This sample text font color is #f1addb
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.
#f1addb Background Color
<div style="background-color:#f1addb">
Div content here</div>
This div background color is #f1addb
#f1addb Border Color
<div style="border:3px solid #f1addb">
Div here</div>
This div border color is #f1addb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,173,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1addb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1addb; -webkit-box-shadow: 1px 1px 3px 2px #f1addb; box-shadow: 1px 1px 3px 2px #f1addb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,173,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f1addb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1addb; -webkit-box-shadow: 1px 1px 3px 2px #f1addb; box-shadow: 1px 1px 3px 2px #f1addb;">
Div content here</div>
This div box has shadow with color #f1addb
Comments
No comments written yet.
Please login to write comment.