Color spaces of #fda996
RGB | 253 | 169 | 150 |
---|---|---|---|
HSL | 0.03 | 0.96 | 0.79 |
HSV | 11° | 41° | 99° |
CMYK | 0.00 | 0.33 | 0.41 0.01 |
XYZ | 60.2010 | 51.4606 | 35.6141 |
Yxy | 51.4606 | 0.4088 | 0.3494 |
Hunter Lab | 71.7360 | 24.2594 | 20.7801 |
CIE-Lab | 76.9572 | 28.7189 | 22.4706 |
#fda996 color RGB value is (253,169,150).
#fda996 hex color red value is 253, green value is 169 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #fda996 hue: 0.03 , saturation: 0.96 and the lightness value of fda996 is 0.79.
The process color (four color CMYK) of #fda996 color hex is 0.00, 0.33, 0.41, 0.01. Web safe color of #fda996 is #ff9999. Color #fda996 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10101001 | 10010110 |
Octal | 375 | 251 | 226 |
Decimal | 253 | 169 | 150 |
Hex | FD | A9 | 96 |
Shades of #fda996
Tints of #fda996
RGB Percentages of Color #fda996
CMYK Percentages of Color #fda996
Complementary Color
#fda996 | #96eafd |
#fda996 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fda996 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fda996 Color CSS Codes
.mybgcolor {background-color:#fda996; } .myforecolor {color:#fda996; } .mybordercolor {border:3px solid #fda996; }
#fda996 Text Font Color
<p style="color:#fda996">Text here</p>
This sample text font color is #fda996
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.
#fda996 Background Color
<div style="background-color:#fda996">
Div content here</div>
This div background color is #fda996
#fda996 Border Color
<div style="border:3px solid #fda996">
Div here</div>
This div border color is #fda996
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,169,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fda996; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fda996; -webkit-box-shadow: 1px 1px 3px 2px #fda996; box-shadow: 1px 1px 3px 2px #fda996; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,169,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fda996">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fda996; -webkit-box-shadow: 1px 1px 3px 2px #fda996; box-shadow: 1px 1px 3px 2px #fda996;">
Div content here</div>
This div box has shadow with color #fda996
Comments
No comments written yet.
Please login to write comment.