Color spaces of #fbc1ff
RGB | 251 | 193 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.88 |
HSV | 296° | 24° | 100° |
CMYK | 0.02 | 0.24 | 0.00 0.00 |
XYZ | 76.9036 | 65.8692 | 103.2685 |
Yxy | 65.8692 | 0.3126 | 0.2677 |
Hunter Lab | 81.1598 | 27.1093 | -18.6292 |
CIE-Lab | 84.9297 | 30.8727 | -22.4849 |
#fbc1ff color RGB value is (251,193,255).
#fbc1ff hex color red value is 251, green value is 193 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbc1ff hue: 0.82 , saturation: 1.00 and the lightness value of fbc1ff is 0.88.
The process color (four color CMYK) of #fbc1ff color hex is 0.02, 0.24, 0.00, 0.00. Web safe color of #fbc1ff is #ffccff. Color #fbc1ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11000001 | 11111111 |
Octal | 373 | 301 | 377 |
Decimal | 251 | 193 | 255 |
Hex | FB | C1 | FF |
Shades of #fbc1ff
Tints of #fbc1ff
RGB Percentages of Color #fbc1ff
CMYK Percentages of Color #fbc1ff
Complementary Color
#fbc1ff | #c5ffc1 |
#fbc1ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc1ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc1ff Color CSS Codes
.mybgcolor {background-color:#fbc1ff; } .myforecolor {color:#fbc1ff; } .mybordercolor {border:3px solid #fbc1ff; }
#fbc1ff Text Font Color
<p style="color:#fbc1ff">Text here</p>
This sample text font color is #fbc1ff
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.
#fbc1ff Background Color
<div style="background-color:#fbc1ff">
Div content here</div>
This div background color is #fbc1ff
#fbc1ff Border Color
<div style="border:3px solid #fbc1ff">
Div here</div>
This div border color is #fbc1ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,193,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc1ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc1ff; -webkit-box-shadow: 1px 1px 3px 2px #fbc1ff; box-shadow: 1px 1px 3px 2px #fbc1ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,193,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbc1ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc1ff; -webkit-box-shadow: 1px 1px 3px 2px #fbc1ff; box-shadow: 1px 1px 3px 2px #fbc1ff;">
Div content here</div>
This div box has shadow with color #fbc1ff
Related Colors
#fbc1ff Color Palettes
Comments
No comments written yet.
Please login to write comment.