Color spaces of #fdcdfa
RGB | 253 | 205 | 250 |
---|---|---|---|
HSL | 0.84 | 0.92 | 0.90 |
HSV | 304° | 19° | 99° |
CMYK | 0.00 | 0.19 | 0.01 0.01 |
XYZ | 79.5947 | 71.4474 | 100.0381 |
Yxy | 71.4474 | 0.3170 | 0.2846 |
Hunter Lab | 84.5266 | 20.1636 | -11.0018 |
CIE-Lab | 87.7019 | 24.2957 | -15.6344 |
#fdcdfa color RGB value is (253,205,250).
#fdcdfa hex color red value is 253, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fdcdfa hue: 0.84 , saturation: 0.92 and the lightness value of fdcdfa is 0.90.
The process color (four color CMYK) of #fdcdfa color hex is 0.00, 0.19, 0.01, 0.01. Web safe color of #fdcdfa is #ffccff. Color #fdcdfa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001101 | 11111010 |
Octal | 375 | 315 | 372 |
Decimal | 253 | 205 | 250 |
Hex | FD | CD | FA |
Shades of #fdcdfa
Tints of #fdcdfa
RGB Percentages of Color #fdcdfa
CMYK Percentages of Color #fdcdfa
Complementary Color
#fdcdfa | #cdfdd0 |
#fdcdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdcdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdcdfa Color CSS Codes
.mybgcolor {background-color:#fdcdfa; } .myforecolor {color:#fdcdfa; } .mybordercolor {border:3px solid #fdcdfa; }
#fdcdfa Text Font Color
<p style="color:#fdcdfa">Text here</p>
This sample text font color is #fdcdfa
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.
#fdcdfa Background Color
<div style="background-color:#fdcdfa">
Div content here</div>
This div background color is #fdcdfa
#fdcdfa Border Color
<div style="border:3px solid #fdcdfa">
Div here</div>
This div border color is #fdcdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,205,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdcdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdcdfa; -webkit-box-shadow: 1px 1px 3px 2px #fdcdfa; box-shadow: 1px 1px 3px 2px #fdcdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,205,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdcdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcdfa; -webkit-box-shadow: 1px 1px 3px 2px #fdcdfa; box-shadow: 1px 1px 3px 2px #fdcdfa;">
Div content here</div>
This div box has shadow with color #fdcdfa
Related Colors
Comments
No comments written yet.
Please login to write comment.