Color spaces of #fcd3bf
RGB | 252 | 211 | 191 |
---|---|---|---|
HSL | 0.05 | 0.91 | 0.87 |
HSV | 20° | 24° | 99° |
CMYK | 0.00 | 0.16 | 0.24 0.01 |
XYZ | 72.8431 | 71.0456 | 59.1641 |
Yxy | 71.0456 | 0.3587 | 0.3499 |
Hunter Lab | 84.2886 | 6.7567 | 17.3850 |
CIE-Lab | 87.5072 | 11.4140 | 15.2571 |
#fcd3bf color RGB value is (252,211,191).
#fcd3bf hex color red value is 252, green value is 211 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fcd3bf hue: 0.05 , saturation: 0.91 and the lightness value of fcd3bf is 0.87.
The process color (four color CMYK) of #fcd3bf color hex is 0.00, 0.16, 0.24, 0.01. Web safe color of #fcd3bf is #ffcccc. Color #fcd3bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11010011 | 10111111 |
Octal | 374 | 323 | 277 |
Decimal | 252 | 211 | 191 |
Hex | FC | D3 | BF |
Shades of #fcd3bf
Tints of #fcd3bf
RGB Percentages of Color #fcd3bf
CMYK Percentages of Color #fcd3bf
Complementary Color
#fcd3bf | #bfe8fc |
#fcd3bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcd3bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcd3bf Color CSS Codes
.mybgcolor {background-color:#fcd3bf; } .myforecolor {color:#fcd3bf; } .mybordercolor {border:3px solid #fcd3bf; }
#fcd3bf Text Font Color
<p style="color:#fcd3bf">Text here</p>
This sample text font color is #fcd3bf
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.
#fcd3bf Background Color
<div style="background-color:#fcd3bf">
Div content here</div>
This div background color is #fcd3bf
#fcd3bf Border Color
<div style="border:3px solid #fcd3bf">
Div here</div>
This div border color is #fcd3bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,211,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcd3bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcd3bf; -webkit-box-shadow: 1px 1px 3px 2px #fcd3bf; box-shadow: 1px 1px 3px 2px #fcd3bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,211,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcd3bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcd3bf; -webkit-box-shadow: 1px 1px 3px 2px #fcd3bf; box-shadow: 1px 1px 3px 2px #fcd3bf;">
Div content here</div>
This div box has shadow with color #fcd3bf
Comments
No comments written yet.
Please login to write comment.