Color spaces of #fdcbfe
RGB | 253 | 203 | 254 |
---|---|---|---|
HSL | 0.83 | 0.96 | 0.90 |
HSV | 299° | 20° | 100° |
CMYK | 0.00 | 0.20 | 0.00 0.00 |
XYZ | 79.7533 | 70.7503 | 103.2186 |
Yxy | 70.7503 | 0.3143 | 0.2788 |
Hunter Lab | 84.1132 | 22.0496 | -13.8778 |
CIE-Lab | 87.3636 | 26.0670 | -18.2569 |
#fdcbfe color RGB value is (253,203,254).
#fdcbfe hex color red value is 253, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fdcbfe hue: 0.83 , saturation: 0.96 and the lightness value of fdcbfe is 0.90.
The process color (four color CMYK) of #fdcbfe color hex is 0.00, 0.20, 0.00, 0.00. Web safe color of #fdcbfe is #ffccff. Color #fdcbfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001011 | 11111110 |
Octal | 375 | 313 | 376 |
Decimal | 253 | 203 | 254 |
Hex | FD | CB | FE |
Shades of #fdcbfe
Tints of #fdcbfe
RGB Percentages of Color #fdcbfe
CMYK Percentages of Color #fdcbfe
Complementary Color
#fdcbfe | #ccfecb |
#fdcbfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdcbfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdcbfe Color CSS Codes
.mybgcolor {background-color:#fdcbfe; } .myforecolor {color:#fdcbfe; } .mybordercolor {border:3px solid #fdcbfe; }
#fdcbfe Text Font Color
<p style="color:#fdcbfe">Text here</p>
This sample text font color is #fdcbfe
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.
#fdcbfe Background Color
<div style="background-color:#fdcbfe">
Div content here</div>
This div background color is #fdcbfe
#fdcbfe Border Color
<div style="border:3px solid #fdcbfe">
Div here</div>
This div border color is #fdcbfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,203,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdcbfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdcbfe; -webkit-box-shadow: 1px 1px 3px 2px #fdcbfe; box-shadow: 1px 1px 3px 2px #fdcbfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,203,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdcbfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcbfe; -webkit-box-shadow: 1px 1px 3px 2px #fdcbfe; box-shadow: 1px 1px 3px 2px #fdcbfe;">
Div content here</div>
This div box has shadow with color #fdcbfe
Comments
No comments written yet.
Please login to write comment.