Color spaces of #fbc1fe
RGB | 251 | 193 | 254 |
---|---|---|---|
HSL | 0.83 | 0.97 | 0.88 |
HSV | 297° | 24° | 100° |
CMYK | 0.01 | 0.24 | 0.00 0.00 |
XYZ | 76.7430 | 65.8049 | 102.4228 |
Yxy | 65.8049 | 0.3133 | 0.2686 |
Hunter Lab | 81.1202 | 26.9078 | -18.0757 |
CIE-Lab | 84.8968 | 30.6898 | -22.0036 |
#fbc1fe color RGB value is (251,193,254).
#fbc1fe hex color red value is 251, green value is 193 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fbc1fe hue: 0.83 , saturation: 0.97 and the lightness value of fbc1fe is 0.88.
The process color (four color CMYK) of #fbc1fe color hex is 0.01, 0.24, 0.00, 0.00. Web safe color of #fbc1fe is #ffccff. Color #fbc1fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11000001 | 11111110 |
Octal | 373 | 301 | 376 |
Decimal | 251 | 193 | 254 |
Hex | FB | C1 | FE |
Shades of #fbc1fe
Tints of #fbc1fe
RGB Percentages of Color #fbc1fe
CMYK Percentages of Color #fbc1fe
Complementary Color
#fbc1fe | #c4fec1 |
#fbc1fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbc1fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbc1fe Color CSS Codes
.mybgcolor {background-color:#fbc1fe; } .myforecolor {color:#fbc1fe; } .mybordercolor {border:3px solid #fbc1fe; }
#fbc1fe Text Font Color
<p style="color:#fbc1fe">Text here</p>
This sample text font color is #fbc1fe
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.
#fbc1fe Background Color
<div style="background-color:#fbc1fe">
Div content here</div>
This div background color is #fbc1fe
#fbc1fe Border Color
<div style="border:3px solid #fbc1fe">
Div here</div>
This div border color is #fbc1fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,193,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbc1fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbc1fe; -webkit-box-shadow: 1px 1px 3px 2px #fbc1fe; box-shadow: 1px 1px 3px 2px #fbc1fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,193,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 #fbc1fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbc1fe; -webkit-box-shadow: 1px 1px 3px 2px #fbc1fe; box-shadow: 1px 1px 3px 2px #fbc1fe;">
Div content here</div>
This div box has shadow with color #fbc1fe
Related Colors
Comments
No comments written yet.
Please login to write comment.