Color spaces of #fa9fef
RGB | 250 | 159 | 239 |
---|---|---|---|
HSL | 0.85 | 0.90 | 0.80 |
HSV | 307° | 36° | 98° |
CMYK | 0.00 | 0.36 | 0.04 0.02 |
XYZ | 67.4025 | 51.3523 | 88.0208 |
Yxy | 51.3523 | 0.3260 | 0.2483 |
Hunter Lab | 71.6605 | 42.4877 | -22.6637 |
CIE-Lab | 76.8919 | 45.4816 | -26.1525 |
#fa9fef color RGB value is (250,159,239).
#fa9fef hex color red value is 250, green value is 159 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fa9fef hue: 0.85 , saturation: 0.90 and the lightness value of fa9fef is 0.80.
The process color (four color CMYK) of #fa9fef color hex is 0.00, 0.36, 0.04, 0.02. Web safe color of #fa9fef is #ff99ff. Color #fa9fef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10011111 | 11101111 |
Octal | 372 | 237 | 357 |
Decimal | 250 | 159 | 239 |
Hex | FA | 9F | EF |
Shades of #fa9fef
Tints of #fa9fef
RGB Percentages of Color #fa9fef
CMYK Percentages of Color #fa9fef
Complementary Color
#fa9fef | #9ffaaa |
#fa9fef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa9fef Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa9fef Color CSS Codes
.mybgcolor {background-color:#fa9fef; } .myforecolor {color:#fa9fef; } .mybordercolor {border:3px solid #fa9fef; }
#fa9fef Text Font Color
<p style="color:#fa9fef">Text here</p>
This sample text font color is #fa9fef
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.
#fa9fef Background Color
<div style="background-color:#fa9fef">
Div content here</div>
This div background color is #fa9fef
#fa9fef Border Color
<div style="border:3px solid #fa9fef">
Div here</div>
This div border color is #fa9fef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,159,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa9fef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa9fef; -webkit-box-shadow: 1px 1px 3px 2px #fa9fef; box-shadow: 1px 1px 3px 2px #fa9fef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,159,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa9fef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa9fef; -webkit-box-shadow: 1px 1px 3px 2px #fa9fef; box-shadow: 1px 1px 3px 2px #fa9fef;">
Div content here</div>
This div box has shadow with color #fa9fef
Comments
No comments written yet.
Please login to write comment.