Color spaces of #fcc2dc
RGB | 252 | 194 | 220 |
---|---|---|---|
HSL | 0.93 | 0.91 | 0.87 |
HSV | 333° | 23° | 99° |
CMYK | 0.00 | 0.23 | 0.13 0.01 |
XYZ | 72.3549 | 64.4463 | 76.3360 |
Yxy | 64.4463 | 0.3395 | 0.3024 |
Hunter Lab | 80.2785 | 20.3946 | -0.1834 |
CIE-Lab | 84.1976 | 24.6549 | -4.9178 |
#fcc2dc color RGB value is (252,194,220).
#fcc2dc hex color red value is 252, green value is 194 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fcc2dc hue: 0.93 , saturation: 0.91 and the lightness value of fcc2dc is 0.87.
The process color (four color CMYK) of #fcc2dc color hex is 0.00, 0.23, 0.13, 0.01. Web safe color of #fcc2dc is #ffcccc. Color #fcc2dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11000010 | 11011100 |
Octal | 374 | 302 | 334 |
Decimal | 252 | 194 | 220 |
Hex | FC | C2 | DC |
Shades of #fcc2dc
Tints of #fcc2dc
RGB Percentages of Color #fcc2dc
CMYK Percentages of Color #fcc2dc
Complementary Color
#fcc2dc | #c2fce2 |
#fcc2dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc2dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc2dc Color CSS Codes
.mybgcolor {background-color:#fcc2dc; } .myforecolor {color:#fcc2dc; } .mybordercolor {border:3px solid #fcc2dc; }
#fcc2dc Text Font Color
<p style="color:#fcc2dc">Text here</p>
This sample text font color is #fcc2dc
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.
#fcc2dc Background Color
<div style="background-color:#fcc2dc">
Div content here</div>
This div background color is #fcc2dc
#fcc2dc Border Color
<div style="border:3px solid #fcc2dc">
Div here</div>
This div border color is #fcc2dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,194,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc2dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc2dc; -webkit-box-shadow: 1px 1px 3px 2px #fcc2dc; box-shadow: 1px 1px 3px 2px #fcc2dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,194,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc2dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc2dc; -webkit-box-shadow: 1px 1px 3px 2px #fcc2dc; box-shadow: 1px 1px 3px 2px #fcc2dc;">
Div content here</div>
This div box has shadow with color #fcc2dc
Comments
No comments written yet.
Please login to write comment.