Color spaces of #f1aeeb
RGB | 241 | 174 | 235 |
---|---|---|---|
HSL | 0.85 | 0.71 | 0.81 |
HSV | 305° | 28° | 95° |
CMYK | 0.00 | 0.28 | 0.02 0.05 |
XYZ | 66.4071 | 54.9710 | 85.7077 |
Yxy | 54.9710 | 0.3207 | 0.2655 |
Hunter Lab | 74.1424 | 30.1277 | -16.6388 |
CIE-Lab | 79.0246 | 34.0834 | -20.8290 |
#f1aeeb color RGB value is (241,174,235).
#f1aeeb hex color red value is 241, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f1aeeb hue: 0.85 , saturation: 0.71 and the lightness value of f1aeeb is 0.81.
The process color (four color CMYK) of #f1aeeb color hex is 0.00, 0.28, 0.02, 0.05. Web safe color of #f1aeeb is #ff99ff. Color #f1aeeb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10101110 | 11101011 |
Octal | 361 | 256 | 353 |
Decimal | 241 | 174 | 235 |
Hex | F1 | AE | EB |
Shades of #f1aeeb
Tints of #f1aeeb
RGB Percentages of Color #f1aeeb
CMYK Percentages of Color #f1aeeb
Complementary Color
#f1aeeb | #aef1b4 |
#f1aeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1aeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1aeeb Color CSS Codes
.mybgcolor {background-color:#f1aeeb; } .myforecolor {color:#f1aeeb; } .mybordercolor {border:3px solid #f1aeeb; }
#f1aeeb Text Font Color
<p style="color:#f1aeeb">Text here</p>
This sample text font color is #f1aeeb
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.
#f1aeeb Background Color
<div style="background-color:#f1aeeb">
Div content here</div>
This div background color is #f1aeeb
#f1aeeb Border Color
<div style="border:3px solid #f1aeeb">
Div here</div>
This div border color is #f1aeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,174,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1aeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1aeeb; -webkit-box-shadow: 1px 1px 3px 2px #f1aeeb; box-shadow: 1px 1px 3px 2px #f1aeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,174,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f1aeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1aeeb; -webkit-box-shadow: 1px 1px 3px 2px #f1aeeb; box-shadow: 1px 1px 3px 2px #f1aeeb;">
Div content here</div>
This div box has shadow with color #f1aeeb
Comments
No comments written yet.
Please login to write comment.