Color spaces of #fcccfc
RGB | 252 | 204 | 252 |
---|---|---|---|
HSL | 0.83 | 0.89 | 0.89 |
HSV | 300° | 19° | 99° |
CMYK | 0.00 | 0.19 | 0.00 0.01 |
XYZ | 79.3084 | 70.9095 | 101.6023 |
Yxy | 70.9095 | 0.3149 | 0.2816 |
Hunter Lab | 84.2078 | 20.7509 | -12.5919 |
CIE-Lab | 87.4410 | 24.8546 | -17.0924 |
#fcccfc color RGB value is (252,204,252).
#fcccfc hex color red value is 252, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fcccfc hue: 0.83 , saturation: 0.89 and the lightness value of fcccfc is 0.89.
The process color (four color CMYK) of #fcccfc color hex is 0.00, 0.19, 0.00, 0.01. Web safe color of #fcccfc is #ffccff. Color #fcccfc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001100 | 11111100 |
Octal | 374 | 314 | 374 |
Decimal | 252 | 204 | 252 |
Hex | FC | CC | FC |
Shades of #fcccfc
Tints of #fcccfc
RGB Percentages of Color #fcccfc
CMYK Percentages of Color #fcccfc
Complementary Color
#fcccfc | #ccfccc |
#fcccfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcccfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcccfc Color CSS Codes
.mybgcolor {background-color:#fcccfc; } .myforecolor {color:#fcccfc; } .mybordercolor {border:3px solid #fcccfc; }
#fcccfc Text Font Color
<p style="color:#fcccfc">Text here</p>
This sample text font color is #fcccfc
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.
#fcccfc Background Color
<div style="background-color:#fcccfc">
Div content here</div>
This div background color is #fcccfc
#fcccfc Border Color
<div style="border:3px solid #fcccfc">
Div here</div>
This div border color is #fcccfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,204,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcccfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcccfc; -webkit-box-shadow: 1px 1px 3px 2px #fcccfc; box-shadow: 1px 1px 3px 2px #fcccfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,204,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcccfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcccfc; -webkit-box-shadow: 1px 1px 3px 2px #fcccfc; box-shadow: 1px 1px 3px 2px #fcccfc;">
Div content here</div>
This div box has shadow with color #fcccfc
#fcccfc Color Palettes
Comments
No comments written yet.
Please login to write comment.