Color spaces of #fac6fb
RGB | 250 | 198 | 251 |
---|---|---|---|
HSL | 0.83 | 0.87 | 0.88 |
HSV | 299° | 21° | 98° |
CMYK | 0.00 | 0.21 | 0.00 0.02 |
XYZ | 77.0310 | 67.6772 | 100.2698 |
Yxy | 67.6772 | 0.3144 | 0.2763 |
Hunter Lab | 82.2662 | 23.1751 | -14.6791 |
CIE-Lab | 85.8448 | 27.1854 | -18.9864 |
#fac6fb color RGB value is (250,198,251).
#fac6fb hex color red value is 250, green value is 198 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fac6fb hue: 0.83 , saturation: 0.87 and the lightness value of fac6fb is 0.88.
The process color (four color CMYK) of #fac6fb color hex is 0.00, 0.21, 0.00, 0.02. Web safe color of #fac6fb is #ffccff. Color #fac6fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11000110 | 11111011 |
Octal | 372 | 306 | 373 |
Decimal | 250 | 198 | 251 |
Hex | FA | C6 | FB |
Shades of #fac6fb
Tints of #fac6fb
RGB Percentages of Color #fac6fb
CMYK Percentages of Color #fac6fb
Complementary Color
#fac6fb | #c7fbc6 |
#fac6fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fac6fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fac6fb Color CSS Codes
.mybgcolor {background-color:#fac6fb; } .myforecolor {color:#fac6fb; } .mybordercolor {border:3px solid #fac6fb; }
#fac6fb Text Font Color
<p style="color:#fac6fb">Text here</p>
This sample text font color is #fac6fb
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.
#fac6fb Background Color
<div style="background-color:#fac6fb">
Div content here</div>
This div background color is #fac6fb
#fac6fb Border Color
<div style="border:3px solid #fac6fb">
Div here</div>
This div border color is #fac6fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,198,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fac6fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fac6fb; -webkit-box-shadow: 1px 1px 3px 2px #fac6fb; box-shadow: 1px 1px 3px 2px #fac6fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,198,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fac6fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fac6fb; -webkit-box-shadow: 1px 1px 3px 2px #fac6fb; box-shadow: 1px 1px 3px 2px #fac6fb;">
Div content here</div>
This div box has shadow with color #fac6fb
Comments
No comments written yet.
Please login to write comment.