Color spaces of #fd1acf
RGB | 253 | 26 | 207 |
---|---|---|---|
HSL | 0.87 | 0.98 | 0.55 |
HSV | 312° | 90° | 99° |
CMYK | 0.00 | 0.90 | 0.18 0.01 |
XYZ | 52.1399 | 26.1264 | 61.3263 |
Yxy | 26.1264 | 0.3735 | 0.1872 |
Hunter Lab | 51.1140 | 92.6332 | -35.3560 |
CIE-Lab | 58.1568 | 89.6637 | -37.3113 |
#fd1acf color RGB value is (253,26,207).
#fd1acf hex color red value is 253, green value is 26 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fd1acf hue: 0.87 , saturation: 0.98 and the lightness value of fd1acf is 0.55.
The process color (four color CMYK) of #fd1acf color hex is 0.00, 0.90, 0.18, 0.01. Web safe color of #fd1acf is #ff33cc. Color #fd1acf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00011010 | 11001111 |
Octal | 375 | 32 | 317 |
Decimal | 253 | 26 | 207 |
Hex | FD | 1A | CF |
Shades of #fd1acf
Tints of #fd1acf
RGB Percentages of Color #fd1acf
CMYK Percentages of Color #fd1acf
Complementary Color
#fd1acf | #1afd48 |
#fd1acf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd1acf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd1acf Color CSS Codes
.mybgcolor {background-color:#fd1acf; } .myforecolor {color:#fd1acf; } .mybordercolor {border:3px solid #fd1acf; }
#fd1acf Text Font Color
<p style="color:#fd1acf">Text here</p>
This sample text font color is #fd1acf
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.
#fd1acf Background Color
<div style="background-color:#fd1acf">
Div content here</div>
This div background color is #fd1acf
#fd1acf Border Color
<div style="border:3px solid #fd1acf">
Div here</div>
This div border color is #fd1acf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,26,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd1acf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd1acf; -webkit-box-shadow: 1px 1px 3px 2px #fd1acf; box-shadow: 1px 1px 3px 2px #fd1acf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,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 #fd1acf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd1acf; -webkit-box-shadow: 1px 1px 3px 2px #fd1acf; box-shadow: 1px 1px 3px 2px #fd1acf;">
Div content here</div>
This div box has shadow with color #fd1acf
Comments
No comments written yet.
Please login to write comment.