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