Color spaces of #faabfd
RGB | 250 | 171 | 253 |
---|---|---|---|
HSL | 0.83 | 0.95 | 0.83 |
HSV | 298° | 32° | 99° |
CMYK | 0.01 | 0.32 | 0.00 0.01 |
XYZ | 71.7169 | 56.5417 | 100.0622 |
Yxy | 56.5417 | 0.3141 | 0.2476 |
Hunter Lab | 75.1942 | 38.6555 | -26.2622 |
CIE-Lab | 79.9211 | 41.7421 | -29.0652 |
#faabfd color RGB value is (250,171,253).
#faabfd hex color red value is 250, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #faabfd hue: 0.83 , saturation: 0.95 and the lightness value of faabfd is 0.83.
The process color (four color CMYK) of #faabfd color hex is 0.01, 0.32, 0.00, 0.01. Web safe color of #faabfd is #ff99ff. Color #faabfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101011 | 11111101 |
Octal | 372 | 253 | 375 |
Decimal | 250 | 171 | 253 |
Hex | FA | AB | FD |
Shades of #faabfd
Tints of #faabfd
RGB Percentages of Color #faabfd
CMYK Percentages of Color #faabfd
Complementary Color
#faabfd | #aefdab |
#faabfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faabfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#faabfd Color CSS Codes
.mybgcolor {background-color:#faabfd; } .myforecolor {color:#faabfd; } .mybordercolor {border:3px solid #faabfd; }
#faabfd Text Font Color
<p style="color:#faabfd">Text here</p>
This sample text font color is #faabfd
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.
#faabfd Background Color
<div style="background-color:#faabfd">
Div content here</div>
This div background color is #faabfd
#faabfd Border Color
<div style="border:3px solid #faabfd">
Div here</div>
This div border color is #faabfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,171,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faabfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faabfd; -webkit-box-shadow: 1px 1px 3px 2px #faabfd; box-shadow: 1px 1px 3px 2px #faabfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,171,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 #faabfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faabfd; -webkit-box-shadow: 1px 1px 3px 2px #faabfd; box-shadow: 1px 1px 3px 2px #faabfd;">
Div content here</div>
This div box has shadow with color #faabfd
Related Colors
Comments
No comments written yet.
Please login to write comment.