Color spaces of #fdafa1
RGB | 253 | 175 | 161 |
---|---|---|---|
HSL | 0.03 | 0.96 | 0.81 |
HSV | 9° | 36° | 99° |
CMYK | 0.00 | 0.31 | 0.36 0.01 |
XYZ | 62.2710 | 54.1158 | 40.8816 |
Yxy | 54.1158 | 0.3960 | 0.3441 |
Hunter Lab | 73.5634 | 22.3631 | 18.5450 |
CIE-Lab | 78.5292 | 26.8092 | 18.6970 |
#fdafa1 color RGB value is (253,175,161).
#fdafa1 hex color red value is 253, green value is 175 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #fdafa1 hue: 0.03 , saturation: 0.96 and the lightness value of fdafa1 is 0.81.
The process color (four color CMYK) of #fdafa1 color hex is 0.00, 0.31, 0.36, 0.01. Web safe color of #fdafa1 is #ff9999. Color #fdafa1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10101111 | 10100001 |
Octal | 375 | 257 | 241 |
Decimal | 253 | 175 | 161 |
Hex | FD | AF | A1 |
Shades of #fdafa1
Tints of #fdafa1
RGB Percentages of Color #fdafa1
CMYK Percentages of Color #fdafa1
Complementary Color
#fdafa1 | #a1effd |
#fdafa1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdafa1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdafa1 Color CSS Codes
.mybgcolor {background-color:#fdafa1; } .myforecolor {color:#fdafa1; } .mybordercolor {border:3px solid #fdafa1; }
#fdafa1 Text Font Color
<p style="color:#fdafa1">Text here</p>
This sample text font color is #fdafa1
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.
#fdafa1 Background Color
<div style="background-color:#fdafa1">
Div content here</div>
This div background color is #fdafa1
#fdafa1 Border Color
<div style="border:3px solid #fdafa1">
Div here</div>
This div border color is #fdafa1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,175,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdafa1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdafa1; -webkit-box-shadow: 1px 1px 3px 2px #fdafa1; box-shadow: 1px 1px 3px 2px #fdafa1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,175,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdafa1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdafa1; -webkit-box-shadow: 1px 1px 3px 2px #fdafa1; box-shadow: 1px 1px 3px 2px #fdafa1;">
Div content here</div>
This div box has shadow with color #fdafa1
Comments
No comments written yet.
Please login to write comment.