Color spaces of #fcdbe2
RGB | 252 | 219 | 226 |
---|---|---|---|
HSL | 0.96 | 0.85 | 0.92 |
HSV | 347° | 13° | 99° |
CMYK | 0.00 | 0.13 | 0.10 0.01 |
XYZ | 79.2039 | 76.8495 | 82.6104 |
Yxy | 76.8495 | 0.3319 | 0.3220 |
Hunter Lab | 87.6638 | 7.8622 | 5.4925 |
CIE-Lab | 90.2523 | 12.5301 | 0.7810 |
#fcdbe2 color RGB value is (252,219,226).
#fcdbe2 hex color red value is 252, green value is 219 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #fcdbe2 hue: 0.96 , saturation: 0.85 and the lightness value of fcdbe2 is 0.92.
The process color (four color CMYK) of #fcdbe2 color hex is 0.00, 0.13, 0.10, 0.01. Web safe color of #fcdbe2 is #ffcccc. Color #fcdbe2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011011 | 11100010 |
Octal | 374 | 333 | 342 |
Decimal | 252 | 219 | 226 |
Hex | FC | DB | E2 |
Shades of #fcdbe2
Tints of #fcdbe2
RGB Percentages of Color #fcdbe2
CMYK Percentages of Color #fcdbe2
Complementary Color
#fcdbe2 | #dbfcf5 |
#fcdbe2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdbe2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdbe2 Color CSS Codes
.mybgcolor {background-color:#fcdbe2; } .myforecolor {color:#fcdbe2; } .mybordercolor {border:3px solid #fcdbe2; }
#fcdbe2 Text Font Color
<p style="color:#fcdbe2">Text here</p>
This sample text font color is #fcdbe2
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.
#fcdbe2 Background Color
<div style="background-color:#fcdbe2">
Div content here</div>
This div background color is #fcdbe2
#fcdbe2 Border Color
<div style="border:3px solid #fcdbe2">
Div here</div>
This div border color is #fcdbe2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,219,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdbe2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdbe2; -webkit-box-shadow: 1px 1px 3px 2px #fcdbe2; box-shadow: 1px 1px 3px 2px #fcdbe2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,219,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdbe2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdbe2; -webkit-box-shadow: 1px 1px 3px 2px #fcdbe2; box-shadow: 1px 1px 3px 2px #fcdbe2;">
Div content here</div>
This div box has shadow with color #fcdbe2
#fcdbe2 Color Palettes
Comments
No comments written yet.
Please login to write comment.