Color spaces of #fdadcb
RGB | 253 | 173 | 203 |
---|---|---|---|
HSL | 0.94 | 0.95 | 0.84 |
HSV | 338° | 32° | 99° |
CMYK | 0.00 | 0.32 | 0.20 0.01 |
XYZ | 66.2311 | 55.0816 | 63.6410 |
Yxy | 55.0816 | 0.3581 | 0.2978 |
Hunter Lab | 74.2170 | 29.4134 | 1.1108 |
CIE-Lab | 79.0882 | 33.4166 | -3.2750 |
#fdadcb color RGB value is (253,173,203).
#fdadcb hex color red value is 253, green value is 173 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fdadcb hue: 0.94 , saturation: 0.95 and the lightness value of fdadcb is 0.84.
The process color (four color CMYK) of #fdadcb color hex is 0.00, 0.32, 0.20, 0.01. Web safe color of #fdadcb is #ff99cc. Color #fdadcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10101101 | 11001011 |
Octal | 375 | 255 | 313 |
Decimal | 253 | 173 | 203 |
Hex | FD | AD | CB |
Shades of #fdadcb
Tints of #fdadcb
RGB Percentages of Color #fdadcb
CMYK Percentages of Color #fdadcb
Complementary Color
#fdadcb | #adfddf |
#fdadcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdadcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdadcb Color CSS Codes
.mybgcolor {background-color:#fdadcb; } .myforecolor {color:#fdadcb; } .mybordercolor {border:3px solid #fdadcb; }
#fdadcb Text Font Color
<p style="color:#fdadcb">Text here</p>
This sample text font color is #fdadcb
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.
#fdadcb Background Color
<div style="background-color:#fdadcb">
Div content here</div>
This div background color is #fdadcb
#fdadcb Border Color
<div style="border:3px solid #fdadcb">
Div here</div>
This div border color is #fdadcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,173,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdadcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdadcb; -webkit-box-shadow: 1px 1px 3px 2px #fdadcb; box-shadow: 1px 1px 3px 2px #fdadcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,173,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 #fdadcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdadcb; -webkit-box-shadow: 1px 1px 3px 2px #fdadcb; box-shadow: 1px 1px 3px 2px #fdadcb;">
Div content here</div>
This div box has shadow with color #fdadcb
Comments
No comments written yet.
Please login to write comment.