Color spaces of #faabfb
RGB | 250 | 171 | 251 |
---|---|---|---|
HSL | 0.83 | 0.91 | 0.83 |
HSV | 299° | 32° | 98° |
CMYK | 0.00 | 0.32 | 0.00 0.02 |
XYZ | 71.3998 | 56.4148 | 98.3928 |
Yxy | 56.4148 | 0.3156 | 0.2494 |
Hunter Lab | 75.1098 | 38.2410 | -25.0922 |
CIE-Lab | 79.8493 | 41.3798 | -28.1016 |
#faabfb color RGB value is (250,171,251).
#faabfb hex color red value is 250, green value is 171 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #faabfb hue: 0.83 , saturation: 0.91 and the lightness value of faabfb is 0.83.
The process color (four color CMYK) of #faabfb color hex is 0.00, 0.32, 0.00, 0.02. Web safe color of #faabfb is #ff99ff. Color #faabfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101011 | 11111011 |
Octal | 372 | 253 | 373 |
Decimal | 250 | 171 | 251 |
Hex | FA | AB | FB |
Shades of #faabfb
Tints of #faabfb
RGB Percentages of Color #faabfb
CMYK Percentages of Color #faabfb
Complementary Color
#faabfb | #acfbab |
#faabfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faabfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#faabfb Color CSS Codes
.mybgcolor {background-color:#faabfb; } .myforecolor {color:#faabfb; } .mybordercolor {border:3px solid #faabfb; }
#faabfb Text Font Color
<p style="color:#faabfb">Text here</p>
This sample text font color is #faabfb
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.
#faabfb Background Color
<div style="background-color:#faabfb">
Div content here</div>
This div background color is #faabfb
#faabfb Border Color
<div style="border:3px solid #faabfb">
Div here</div>
This div border color is #faabfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,171,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faabfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faabfb; -webkit-box-shadow: 1px 1px 3px 2px #faabfb; box-shadow: 1px 1px 3px 2px #faabfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,171,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 #faabfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faabfb; -webkit-box-shadow: 1px 1px 3px 2px #faabfb; box-shadow: 1px 1px 3px 2px #faabfb;">
Div content here</div>
This div box has shadow with color #faabfb
Comments
No comments written yet.
Please login to write comment.