Color spaces of #fddacb
RGB | 253 | 218 | 203 |
---|---|---|---|
HSL | 0.05 | 0.93 | 0.89 |
HSV | 18° | 20° | 99° |
CMYK | 0.00 | 0.14 | 0.20 0.01 |
XYZ | 76.3589 | 75.3373 | 67.0169 |
Yxy | 75.3373 | 0.3491 | 0.3445 |
Hunter Lab | 86.7971 | 5.1388 | 14.9795 |
CIE-Lab | 89.5508 | 9.8516 | 11.8578 |
#fddacb color RGB value is (253,218,203).
#fddacb hex color red value is 253, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fddacb hue: 0.05 , saturation: 0.93 and the lightness value of fddacb is 0.89.
The process color (four color CMYK) of #fddacb color hex is 0.00, 0.14, 0.20, 0.01. Web safe color of #fddacb is #ffcccc. Color #fddacb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011010 | 11001011 |
Octal | 375 | 332 | 313 |
Decimal | 253 | 218 | 203 |
Hex | FD | DA | CB |
Shades of #fddacb
Tints of #fddacb
RGB Percentages of Color #fddacb
CMYK Percentages of Color #fddacb
Complementary Color
#fddacb | #cbeefd |
#fddacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fddacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fddacb Color CSS Codes
.mybgcolor {background-color:#fddacb; } .myforecolor {color:#fddacb; } .mybordercolor {border:3px solid #fddacb; }
#fddacb Text Font Color
<p style="color:#fddacb">Text here</p>
This sample text font color is #fddacb
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.
#fddacb Background Color
<div style="background-color:#fddacb">
Div content here</div>
This div background color is #fddacb
#fddacb Border Color
<div style="border:3px solid #fddacb">
Div here</div>
This div border color is #fddacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,218,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fddacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fddacb; -webkit-box-shadow: 1px 1px 3px 2px #fddacb; box-shadow: 1px 1px 3px 2px #fddacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,218,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fddacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fddacb; -webkit-box-shadow: 1px 1px 3px 2px #fddacb; box-shadow: 1px 1px 3px 2px #fddacb;">
Div content here</div>
This div box has shadow with color #fddacb
Comments
No comments written yet.
Please login to write comment.