Color spaces of #fdd49f
RGB | 253 | 212 | 159 |
---|---|---|---|
HSL | 0.09 | 0.96 | 0.81 |
HSV | 34° | 37° | 99° |
CMYK | 0.00 | 0.16 | 0.37 0.01 |
XYZ | 70.3095 | 70.4728 | 42.6978 |
Yxy | 70.4728 | 0.3832 | 0.3841 |
Hunter Lab | 83.9481 | 2.5910 | 28.6075 |
CIE-Lab | 87.2282 | 7.2486 | 31.5896 |
#fdd49f color RGB value is (253,212,159).
#fdd49f hex color red value is 253, green value is 212 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fdd49f hue: 0.09 , saturation: 0.96 and the lightness value of fdd49f is 0.81.
The process color (four color CMYK) of #fdd49f color hex is 0.00, 0.16, 0.37, 0.01. Web safe color of #fdd49f is #ffcc99. Color #fdd49f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11010100 | 10011111 |
Octal | 375 | 324 | 237 |
Decimal | 253 | 212 | 159 |
Hex | FD | D4 | 9F |
Shades of #fdd49f
Tints of #fdd49f
RGB Percentages of Color #fdd49f
CMYK Percentages of Color #fdd49f
Complementary Color
#fdd49f | #9fc8fd |
#fdd49f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdd49f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdd49f Color CSS Codes
.mybgcolor {background-color:#fdd49f; } .myforecolor {color:#fdd49f; } .mybordercolor {border:3px solid #fdd49f; }
#fdd49f Text Font Color
<p style="color:#fdd49f">Text here</p>
This sample text font color is #fdd49f
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.
#fdd49f Background Color
<div style="background-color:#fdd49f">
Div content here</div>
This div background color is #fdd49f
#fdd49f Border Color
<div style="border:3px solid #fdd49f">
Div here</div>
This div border color is #fdd49f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,212,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdd49f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdd49f; -webkit-box-shadow: 1px 1px 3px 2px #fdd49f; box-shadow: 1px 1px 3px 2px #fdd49f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,212,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdd49f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdd49f; -webkit-box-shadow: 1px 1px 3px 2px #fdd49f; box-shadow: 1px 1px 3px 2px #fdd49f;">
Div content here</div>
This div box has shadow with color #fdd49f
Comments
No comments written yet.
Please login to write comment.