Color spaces of #fddabd
RGB | 253 | 218 | 189 |
---|---|---|---|
HSL | 0.08 | 0.94 | 0.87 |
HSV | 27° | 25° | 99° |
CMYK | 0.00 | 0.14 | 0.25 0.01 |
XYZ | 74.7647 | 74.6996 | 58.6220 |
Yxy | 74.6996 | 0.3593 | 0.3590 |
Hunter Lab | 86.4289 | 3.1595 | 20.2857 |
CIE-Lab | 89.2521 | 7.8814 | 18.7656 |
#fddabd color RGB value is (253,218,189).
#fddabd hex color red value is 253, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fddabd hue: 0.08 , saturation: 0.94 and the lightness value of fddabd is 0.87.
The process color (four color CMYK) of #fddabd color hex is 0.00, 0.14, 0.25, 0.01. Web safe color of #fddabd is #ffcccc. Color #fddabd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011010 | 10111101 |
Octal | 375 | 332 | 275 |
Decimal | 253 | 218 | 189 |
Hex | FD | DA | BD |
Shades of #fddabd
Tints of #fddabd
RGB Percentages of Color #fddabd
CMYK Percentages of Color #fddabd
Complementary Color
#fddabd | #bde0fd |
#fddabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fddabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fddabd Color CSS Codes
.mybgcolor {background-color:#fddabd; } .myforecolor {color:#fddabd; } .mybordercolor {border:3px solid #fddabd; }
#fddabd Text Font Color
<p style="color:#fddabd">Text here</p>
This sample text font color is #fddabd
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.
#fddabd Background Color
<div style="background-color:#fddabd">
Div content here</div>
This div background color is #fddabd
#fddabd Border Color
<div style="border:3px solid #fddabd">
Div here</div>
This div border color is #fddabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,218,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fddabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fddabd; -webkit-box-shadow: 1px 1px 3px 2px #fddabd; box-shadow: 1px 1px 3px 2px #fddabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,218,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fddabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fddabd; -webkit-box-shadow: 1px 1px 3px 2px #fddabd; box-shadow: 1px 1px 3px 2px #fddabd;">
Div content here</div>
This div box has shadow with color #fddabd
Comments
No comments written yet.
Please login to write comment.