Color spaces of #fccde6
RGB | 252 | 205 | 230 |
---|---|---|---|
HSL | 0.91 | 0.89 | 0.90 |
HSV | 328° | 19° | 99° |
CMYK | 0.00 | 0.19 | 0.09 0.01 |
XYZ | 76.2591 | 70.0713 | 84.3687 |
Yxy | 70.0713 | 0.3306 | 0.3037 |
Hunter Lab | 83.7086 | 16.1246 | -1.1615 |
CIE-Lab | 87.0318 | 20.5065 | -6.0566 |
#fccde6 color RGB value is (252,205,230).
#fccde6 hex color red value is 252, green value is 205 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fccde6 hue: 0.91 , saturation: 0.89 and the lightness value of fccde6 is 0.90.
The process color (four color CMYK) of #fccde6 color hex is 0.00, 0.19, 0.09, 0.01. Web safe color of #fccde6 is #ffccff. Color #fccde6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001101 | 11100110 |
Octal | 374 | 315 | 346 |
Decimal | 252 | 205 | 230 |
Hex | FC | CD | E6 |
Shades of #fccde6
Tints of #fccde6
RGB Percentages of Color #fccde6
CMYK Percentages of Color #fccde6
Complementary Color
#fccde6 | #cdfce3 |
#fccde6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccde6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccde6 Color CSS Codes
.mybgcolor {background-color:#fccde6; } .myforecolor {color:#fccde6; } .mybordercolor {border:3px solid #fccde6; }
#fccde6 Text Font Color
<p style="color:#fccde6">Text here</p>
This sample text font color is #fccde6
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.
#fccde6 Background Color
<div style="background-color:#fccde6">
Div content here</div>
This div background color is #fccde6
#fccde6 Border Color
<div style="border:3px solid #fccde6">
Div here</div>
This div border color is #fccde6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,205,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccde6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccde6; -webkit-box-shadow: 1px 1px 3px 2px #fccde6; box-shadow: 1px 1px 3px 2px #fccde6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,205,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccde6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccde6; -webkit-box-shadow: 1px 1px 3px 2px #fccde6; box-shadow: 1px 1px 3px 2px #fccde6;">
Div content here</div>
This div box has shadow with color #fccde6
Comments
No comments written yet.
Please login to write comment.