Color spaces of #f17fde
RGB | 241 | 127 | 222 |
---|---|---|---|
HSL | 0.86 | 0.80 | 0.72 |
HSV | 310° | 47° | 95° |
CMYK | 0.00 | 0.47 | 0.08 0.05 |
XYZ | 57.0498 | 39.1534 | 73.6578 |
Yxy | 39.1534 | 0.3359 | 0.2305 |
Hunter Lab | 62.5727 | 53.2428 | -25.9927 |
CIE-Lab | 68.8622 | 55.9841 | -29.2555 |
#f17fde color RGB value is (241,127,222).
#f17fde hex color red value is 241, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f17fde hue: 0.86 , saturation: 0.80 and the lightness value of f17fde is 0.72.
The process color (four color CMYK) of #f17fde color hex is 0.00, 0.47, 0.08, 0.05. Web safe color of #f17fde is #ff66cc. Color #f17fde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 01111111 | 11011110 |
Octal | 361 | 177 | 336 |
Decimal | 241 | 127 | 222 |
Hex | F1 | 7F | DE |
Shades of #f17fde
Tints of #f17fde
RGB Percentages of Color #f17fde
CMYK Percentages of Color #f17fde
Complementary Color
#f17fde | #7ff192 |
#f17fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f17fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#f17fde Color CSS Codes
.mybgcolor {background-color:#f17fde; } .myforecolor {color:#f17fde; } .mybordercolor {border:3px solid #f17fde; }
#f17fde Text Font Color
<p style="color:#f17fde">Text here</p>
This sample text font color is #f17fde
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.
#f17fde Background Color
<div style="background-color:#f17fde">
Div content here</div>
This div background color is #f17fde
#f17fde Border Color
<div style="border:3px solid #f17fde">
Div here</div>
This div border color is #f17fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,127,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f17fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f17fde; -webkit-box-shadow: 1px 1px 3px 2px #f17fde; box-shadow: 1px 1px 3px 2px #f17fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,127,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 #f17fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f17fde; -webkit-box-shadow: 1px 1px 3px 2px #f17fde; box-shadow: 1px 1px 3px 2px #f17fde;">
Div content here</div>
This div box has shadow with color #f17fde
Comments
No comments written yet.
Please login to write comment.