Color spaces of #fcc6de
RGB | 252 | 198 | 222 |
---|---|---|---|
HSL | 0.93 | 0.90 | 0.88 |
HSV | 333° | 21° | 99° |
CMYK | 0.00 | 0.21 | 0.12 0.01 |
XYZ | 73.5238 | 66.3575 | 78.0404 |
Yxy | 66.3575 | 0.3374 | 0.3045 |
Hunter Lab | 81.4601 | 18.5543 | 0.2211 |
CIE-Lab | 85.1784 | 22.8725 | -4.5393 |
#fcc6de color RGB value is (252,198,222).
#fcc6de hex color red value is 252, green value is 198 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fcc6de hue: 0.93 , saturation: 0.90 and the lightness value of fcc6de is 0.88.
The process color (four color CMYK) of #fcc6de color hex is 0.00, 0.21, 0.12, 0.01. Web safe color of #fcc6de is #ffcccc. Color #fcc6de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11000110 | 11011110 |
Octal | 374 | 306 | 336 |
Decimal | 252 | 198 | 222 |
Hex | FC | C6 | DE |
Shades of #fcc6de
Tints of #fcc6de
RGB Percentages of Color #fcc6de
CMYK Percentages of Color #fcc6de
Complementary Color
#fcc6de | #c6fce4 |
#fcc6de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc6de Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc6de Color CSS Codes
.mybgcolor {background-color:#fcc6de; } .myforecolor {color:#fcc6de; } .mybordercolor {border:3px solid #fcc6de; }
#fcc6de Text Font Color
<p style="color:#fcc6de">Text here</p>
This sample text font color is #fcc6de
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.
#fcc6de Background Color
<div style="background-color:#fcc6de">
Div content here</div>
This div background color is #fcc6de
#fcc6de Border Color
<div style="border:3px solid #fcc6de">
Div here</div>
This div border color is #fcc6de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,198,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc6de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc6de; -webkit-box-shadow: 1px 1px 3px 2px #fcc6de; box-shadow: 1px 1px 3px 2px #fcc6de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,198,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc6de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc6de; -webkit-box-shadow: 1px 1px 3px 2px #fcc6de; box-shadow: 1px 1px 3px 2px #fcc6de;">
Div content here</div>
This div box has shadow with color #fcc6de
Comments
No comments written yet.
Please login to write comment.