Color spaces of #fcbffd
RGB | 252 | 191 | 253 |
---|---|---|---|
HSL | 0.83 | 0.94 | 0.87 |
HSV | 299° | 25° | 99° |
CMYK | 0.00 | 0.25 | 0.00 0.01 |
XYZ | 76.5053 | 65.0489 | 101.4519 |
Yxy | 65.0489 | 0.3148 | 0.2677 |
Hunter Lab | 80.6529 | 28.1780 | -18.1228 |
CIE-Lab | 84.5089 | 31.8805 | -22.0512 |
#fcbffd color RGB value is (252,191,253).
#fcbffd hex color red value is 252, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fcbffd hue: 0.83 , saturation: 0.94 and the lightness value of fcbffd is 0.87.
The process color (four color CMYK) of #fcbffd color hex is 0.00, 0.25, 0.00, 0.01. Web safe color of #fcbffd is #ffccff. Color #fcbffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10111111 | 11111101 |
Octal | 374 | 277 | 375 |
Decimal | 252 | 191 | 253 |
Hex | FC | BF | FD |
Shades of #fcbffd
Tints of #fcbffd
RGB Percentages of Color #fcbffd
CMYK Percentages of Color #fcbffd
Complementary Color
#fcbffd | #c0fdbf |
#fcbffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcbffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcbffd Color CSS Codes
.mybgcolor {background-color:#fcbffd; } .myforecolor {color:#fcbffd; } .mybordercolor {border:3px solid #fcbffd; }
#fcbffd Text Font Color
<p style="color:#fcbffd">Text here</p>
This sample text font color is #fcbffd
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.
#fcbffd Background Color
<div style="background-color:#fcbffd">
Div content here</div>
This div background color is #fcbffd
#fcbffd Border Color
<div style="border:3px solid #fcbffd">
Div here</div>
This div border color is #fcbffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,191,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcbffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcbffd; -webkit-box-shadow: 1px 1px 3px 2px #fcbffd; box-shadow: 1px 1px 3px 2px #fcbffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,191,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcbffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbffd; -webkit-box-shadow: 1px 1px 3px 2px #fcbffd; box-shadow: 1px 1px 3px 2px #fcbffd;">
Div content here</div>
This div box has shadow with color #fcbffd
Comments
No comments written yet.
Please login to write comment.