Color spaces of #fdc2ef
RGB | 253 | 194 | 239 |
---|---|---|---|
HSL | 0.87 | 0.94 | 0.88 |
HSV | 314° | 23° | 99° |
CMYK | 0.00 | 0.23 | 0.06 0.01 |
XYZ | 75.3798 | 65.6982 | 90.3694 |
Yxy | 65.6982 | 0.3257 | 0.2839 |
Hunter Lab | 81.0544 | 24.1580 | -9.3657 |
CIE-Lab | 84.8422 | 28.1517 | -14.0876 |
#fdc2ef color RGB value is (253,194,239).
#fdc2ef hex color red value is 253, green value is 194 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fdc2ef hue: 0.87 , saturation: 0.94 and the lightness value of fdc2ef is 0.88.
The process color (four color CMYK) of #fdc2ef color hex is 0.00, 0.23, 0.06, 0.01. Web safe color of #fdc2ef is #ffccff. Color #fdc2ef contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11000010 | 11101111 |
Octal | 375 | 302 | 357 |
Decimal | 253 | 194 | 239 |
Hex | FD | C2 | EF |
Shades of #fdc2ef
Tints of #fdc2ef
RGB Percentages of Color #fdc2ef
CMYK Percentages of Color #fdc2ef
Complementary Color
#fdc2ef | #c2fdd0 |
#fdc2ef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdc2ef Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdc2ef Color CSS Codes
.mybgcolor {background-color:#fdc2ef; } .myforecolor {color:#fdc2ef; } .mybordercolor {border:3px solid #fdc2ef; }
#fdc2ef Text Font Color
<p style="color:#fdc2ef">Text here</p>
This sample text font color is #fdc2ef
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.
#fdc2ef Background Color
<div style="background-color:#fdc2ef">
Div content here</div>
This div background color is #fdc2ef
#fdc2ef Border Color
<div style="border:3px solid #fdc2ef">
Div here</div>
This div border color is #fdc2ef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,194,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdc2ef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdc2ef; -webkit-box-shadow: 1px 1px 3px 2px #fdc2ef; box-shadow: 1px 1px 3px 2px #fdc2ef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,194,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdc2ef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdc2ef; -webkit-box-shadow: 1px 1px 3px 2px #fdc2ef; box-shadow: 1px 1px 3px 2px #fdc2ef;">
Div content here</div>
This div box has shadow with color #fdc2ef
Comments
No comments written yet.
Please login to write comment.