Color spaces of #fccdde
RGB | 252 | 205 | 222 |
---|---|---|---|
HSL | 0.94 | 0.89 | 0.90 |
HSV | 338° | 19° | 99° |
CMYK | 0.00 | 0.19 | 0.12 0.01 |
XYZ | 75.1610 | 69.6320 | 78.5861 |
Yxy | 69.6320 | 0.3365 | 0.3117 |
Hunter Lab | 83.4458 | 14.7478 | 2.5750 |
CIE-Lab | 86.8161 | 19.1956 | -2.1321 |
#fccdde color RGB value is (252,205,222).
#fccdde hex color red value is 252, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fccdde hue: 0.94 , saturation: 0.89 and the lightness value of fccdde is 0.90.
The process color (four color CMYK) of #fccdde color hex is 0.00, 0.19, 0.12, 0.01. Web safe color of #fccdde is #ffcccc. Color #fccdde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001101 | 11011110 |
Octal | 374 | 315 | 336 |
Decimal | 252 | 205 | 222 |
Hex | FC | CD | DE |
Shades of #fccdde
Tints of #fccdde
RGB Percentages of Color #fccdde
CMYK Percentages of Color #fccdde
Complementary Color
#fccdde | #cdfceb |
#fccdde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccdde Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccdde Color CSS Codes
.mybgcolor {background-color:#fccdde; } .myforecolor {color:#fccdde; } .mybordercolor {border:3px solid #fccdde; }
#fccdde Text Font Color
<p style="color:#fccdde">Text here</p>
This sample text font color is #fccdde
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.
#fccdde Background Color
<div style="background-color:#fccdde">
Div content here</div>
This div background color is #fccdde
#fccdde Border Color
<div style="border:3px solid #fccdde">
Div here</div>
This div border color is #fccdde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,205,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccdde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccdde; -webkit-box-shadow: 1px 1px 3px 2px #fccdde; box-shadow: 1px 1px 3px 2px #fccdde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,205,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 #fccdde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccdde; -webkit-box-shadow: 1px 1px 3px 2px #fccdde; box-shadow: 1px 1px 3px 2px #fccdde;">
Div content here</div>
This div box has shadow with color #fccdde
Comments
No comments written yet.
Please login to write comment.