Color spaces of #fcdbb5
RGB | 252 | 219 | 181 |
---|---|---|---|
HSL | 0.09 | 0.92 | 0.85 |
HSV | 32° | 28° | 99° |
CMYK | 0.00 | 0.13 | 0.28 0.01 |
XYZ | 73.8169 | 74.6947 | 54.2430 |
Yxy | 74.6947 | 0.3641 | 0.3684 |
Hunter Lab | 86.4261 | 1.2120 | 23.2865 |
CIE-Lab | 89.2498 | 5.9326 | 22.9182 |
#fcdbb5 color RGB value is (252,219,181).
#fcdbb5 hex color red value is 252, green value is 219 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fcdbb5 hue: 0.09 , saturation: 0.92 and the lightness value of fcdbb5 is 0.85.
The process color (four color CMYK) of #fcdbb5 color hex is 0.00, 0.13, 0.28, 0.01. Web safe color of #fcdbb5 is #ffcccc. Color #fcdbb5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011011 | 10110101 |
Octal | 374 | 333 | 265 |
Decimal | 252 | 219 | 181 |
Hex | FC | DB | B5 |
Shades of #fcdbb5
Tints of #fcdbb5
RGB Percentages of Color #fcdbb5
CMYK Percentages of Color #fcdbb5
Complementary Color
#fcdbb5 | #b5d6fc |
#fcdbb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdbb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdbb5 Color CSS Codes
.mybgcolor {background-color:#fcdbb5; } .myforecolor {color:#fcdbb5; } .mybordercolor {border:3px solid #fcdbb5; }
#fcdbb5 Text Font Color
<p style="color:#fcdbb5">Text here</p>
This sample text font color is #fcdbb5
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.
#fcdbb5 Background Color
<div style="background-color:#fcdbb5">
Div content here</div>
This div background color is #fcdbb5
#fcdbb5 Border Color
<div style="border:3px solid #fcdbb5">
Div here</div>
This div border color is #fcdbb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,219,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdbb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdbb5; -webkit-box-shadow: 1px 1px 3px 2px #fcdbb5; box-shadow: 1px 1px 3px 2px #fcdbb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,219,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdbb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdbb5; -webkit-box-shadow: 1px 1px 3px 2px #fcdbb5; box-shadow: 1px 1px 3px 2px #fcdbb5;">
Div content here</div>
This div box has shadow with color #fcdbb5
Comments
No comments written yet.
Please login to write comment.