Color spaces of #fa8edf
RGB | 250 | 142 | 223 |
---|---|---|---|
HSL | 0.88 | 0.92 | 0.77 |
HSV | 315° | 43° | 98° |
CMYK | 0.00 | 0.43 | 0.11 0.02 |
XYZ | 62.4166 | 44.9977 | 75.2077 |
Yxy | 44.9977 | 0.3418 | 0.2464 |
Hunter Lab | 67.0803 | 48.6993 | -19.5173 |
CIE-Lab | 72.8904 | 51.4527 | -23.5333 |
#fa8edf color RGB value is (250,142,223).
#fa8edf hex color red value is 250, green value is 142 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fa8edf hue: 0.88 , saturation: 0.92 and the lightness value of fa8edf is 0.77.
The process color (four color CMYK) of #fa8edf color hex is 0.00, 0.43, 0.11, 0.02. Web safe color of #fa8edf is #ff99cc. Color #fa8edf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10001110 | 11011111 |
Octal | 372 | 216 | 337 |
Decimal | 250 | 142 | 223 |
Hex | FA | 8E | DF |
Shades of #fa8edf
Tints of #fa8edf
RGB Percentages of Color #fa8edf
CMYK Percentages of Color #fa8edf
Complementary Color
#fa8edf | #8efaa9 |
#fa8edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa8edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa8edf Color CSS Codes
.mybgcolor {background-color:#fa8edf; } .myforecolor {color:#fa8edf; } .mybordercolor {border:3px solid #fa8edf; }
#fa8edf Text Font Color
<p style="color:#fa8edf">Text here</p>
This sample text font color is #fa8edf
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.
#fa8edf Background Color
<div style="background-color:#fa8edf">
Div content here</div>
This div background color is #fa8edf
#fa8edf Border Color
<div style="border:3px solid #fa8edf">
Div here</div>
This div border color is #fa8edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,142,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa8edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa8edf; -webkit-box-shadow: 1px 1px 3px 2px #fa8edf; box-shadow: 1px 1px 3px 2px #fa8edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,142,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa8edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa8edf; -webkit-box-shadow: 1px 1px 3px 2px #fa8edf; box-shadow: 1px 1px 3px 2px #fa8edf;">
Div content here</div>
This div box has shadow with color #fa8edf
Comments
No comments written yet.
Please login to write comment.