Color spaces of #fcdbd9
RGB | 252 | 219 | 217 |
---|---|---|---|
HSL | 0.01 | 0.85 | 0.92 |
HSV | 3° | 14° | 99° |
CMYK | 0.00 | 0.13 | 0.14 0.01 |
XYZ | 78.0008 | 76.3682 | 76.2751 |
Yxy | 76.3682 | 0.3382 | 0.3311 |
Hunter Lab | 87.3889 | 6.3933 | 9.4225 |
CIE-Lab | 90.0300 | 11.0937 | 5.1853 |
#fcdbd9 color RGB value is (252,219,217).
#fcdbd9 hex color red value is 252, green value is 219 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #fcdbd9 hue: 0.01 , saturation: 0.85 and the lightness value of fcdbd9 is 0.92.
The process color (four color CMYK) of #fcdbd9 color hex is 0.00, 0.13, 0.14, 0.01. Web safe color of #fcdbd9 is #ffcccc. Color #fcdbd9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011011 | 11011001 |
Octal | 374 | 333 | 331 |
Decimal | 252 | 219 | 217 |
Hex | FC | DB | D9 |
Shades of #fcdbd9
Tints of #fcdbd9
RGB Percentages of Color #fcdbd9
CMYK Percentages of Color #fcdbd9
Complementary Color
#fcdbd9 | #d9fafc |
#fcdbd9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdbd9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdbd9 Color CSS Codes
.mybgcolor {background-color:#fcdbd9; } .myforecolor {color:#fcdbd9; } .mybordercolor {border:3px solid #fcdbd9; }
#fcdbd9 Text Font Color
<p style="color:#fcdbd9">Text here</p>
This sample text font color is #fcdbd9
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.
#fcdbd9 Background Color
<div style="background-color:#fcdbd9">
Div content here</div>
This div background color is #fcdbd9
#fcdbd9 Border Color
<div style="border:3px solid #fcdbd9">
Div here</div>
This div border color is #fcdbd9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,219,217, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdbd9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdbd9; -webkit-box-shadow: 1px 1px 3px 2px #fcdbd9; box-shadow: 1px 1px 3px 2px #fcdbd9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,219,217, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdbd9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdbd9; -webkit-box-shadow: 1px 1px 3px 2px #fcdbd9; box-shadow: 1px 1px 3px 2px #fcdbd9;">
Div content here</div>
This div box has shadow with color #fcdbd9
#fcdbd9 Color Palettes
Comments
No comments written yet.
Please login to write comment.