Color spaces of #fa1acf
RGB | 250 | 26 | 207 |
---|---|---|---|
HSL | 0.87 | 0.96 | 0.54 |
HSV | 312° | 90° | 98° |
CMYK | 0.00 | 0.90 | 0.17 0.02 |
XYZ | 51.0562 | 25.5678 | 61.2756 |
Yxy | 25.5678 | 0.3702 | 0.1854 |
Hunter Lab | 50.5646 | 91.7473 | -36.4540 |
CIE-Lab | 57.6245 | 89.1026 | -38.1835 |
#fa1acf color RGB value is (250,26,207).
#fa1acf hex color red value is 250, green value is 26 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fa1acf hue: 0.87 , saturation: 0.96 and the lightness value of fa1acf is 0.54.
The process color (four color CMYK) of #fa1acf color hex is 0.00, 0.90, 0.17, 0.02. Web safe color of #fa1acf is #ff33cc. Color #fa1acf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00011010 | 11001111 |
Octal | 372 | 32 | 317 |
Decimal | 250 | 26 | 207 |
Hex | FA | 1A | CF |
Shades of #fa1acf
Tints of #fa1acf
RGB Percentages of Color #fa1acf
CMYK Percentages of Color #fa1acf
Complementary Color
#fa1acf | #1afa45 |
#fa1acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa1acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa1acf Color CSS Codes
.mybgcolor {background-color:#fa1acf; } .myforecolor {color:#fa1acf; } .mybordercolor {border:3px solid #fa1acf; }
#fa1acf Text Font Color
<p style="color:#fa1acf">Text here</p>
This sample text font color is #fa1acf
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.
#fa1acf Background Color
<div style="background-color:#fa1acf">
Div content here</div>
This div background color is #fa1acf
#fa1acf Border Color
<div style="border:3px solid #fa1acf">
Div here</div>
This div border color is #fa1acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,26,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa1acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa1acf; -webkit-box-shadow: 1px 1px 3px 2px #fa1acf; box-shadow: 1px 1px 3px 2px #fa1acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,26,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa1acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa1acf; -webkit-box-shadow: 1px 1px 3px 2px #fa1acf; box-shadow: 1px 1px 3px 2px #fa1acf;">
Div content here</div>
This div box has shadow with color #fa1acf
Comments
No comments written yet.
Please login to write comment.