Color spaces of #fab0fd
RGB | 250 | 176 | 253 |
---|---|---|---|
HSL | 0.83 | 0.95 | 0.84 |
HSV | 298° | 30° | 99° |
CMYK | 0.01 | 0.30 | 0.00 0.01 |
XYZ | 72.6793 | 58.4665 | 100.3831 |
Yxy | 58.4665 | 0.3139 | 0.2525 |
Hunter Lab | 76.4634 | 35.8553 | -24.3131 |
CIE-Lab | 80.9975 | 39.1299 | -27.4171 |
#fab0fd color RGB value is (250,176,253).
#fab0fd hex color red value is 250, green value is 176 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fab0fd hue: 0.83 , saturation: 0.95 and the lightness value of fab0fd is 0.84.
The process color (four color CMYK) of #fab0fd color hex is 0.01, 0.30, 0.00, 0.01. Web safe color of #fab0fd is #ff99ff. Color #fab0fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10110000 | 11111101 |
Octal | 372 | 260 | 375 |
Decimal | 250 | 176 | 253 |
Hex | FA | B0 | FD |
Shades of #fab0fd
Tints of #fab0fd
RGB Percentages of Color #fab0fd
CMYK Percentages of Color #fab0fd
Complementary Color
#fab0fd | #b3fdb0 |
#fab0fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fab0fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fab0fd Color CSS Codes
.mybgcolor {background-color:#fab0fd; } .myforecolor {color:#fab0fd; } .mybordercolor {border:3px solid #fab0fd; }
#fab0fd Text Font Color
<p style="color:#fab0fd">Text here</p>
This sample text font color is #fab0fd
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.
#fab0fd Background Color
<div style="background-color:#fab0fd">
Div content here</div>
This div background color is #fab0fd
#fab0fd Border Color
<div style="border:3px solid #fab0fd">
Div here</div>
This div border color is #fab0fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,176,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fab0fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fab0fd; -webkit-box-shadow: 1px 1px 3px 2px #fab0fd; box-shadow: 1px 1px 3px 2px #fab0fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,176,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 #fab0fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fab0fd; -webkit-box-shadow: 1px 1px 3px 2px #fab0fd; box-shadow: 1px 1px 3px 2px #fab0fd;">
Div content here</div>
This div box has shadow with color #fab0fd
Comments
No comments written yet.
Please login to write comment.