Color spaces of #faabdf
RGB | 250 | 171 | 223 |
---|---|---|---|
HSL | 0.89 | 0.89 | 0.83 |
HSV | 321° | 32° | 98° |
CMYK | 0.00 | 0.32 | 0.11 0.02 |
XYZ | 67.3065 | 54.7775 | 76.8377 |
Yxy | 54.7775 | 0.3384 | 0.2754 |
Hunter Lab | 74.0118 | 32.8076 | -9.7455 |
CIE-Lab | 78.9129 | 36.5586 | -14.4177 |
#faabdf color RGB value is (250,171,223).
#faabdf hex color red value is 250, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #faabdf hue: 0.89 , saturation: 0.89 and the lightness value of faabdf is 0.83.
The process color (four color CMYK) of #faabdf color hex is 0.00, 0.32, 0.11, 0.02. Web safe color of #faabdf is #ff99cc. Color #faabdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101011 | 11011111 |
Octal | 372 | 253 | 337 |
Decimal | 250 | 171 | 223 |
Hex | FA | AB | DF |
Shades of #faabdf
Tints of #faabdf
RGB Percentages of Color #faabdf
CMYK Percentages of Color #faabdf
Complementary Color
#faabdf | #abfac6 |
#faabdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faabdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#faabdf Color CSS Codes
.mybgcolor {background-color:#faabdf; } .myforecolor {color:#faabdf; } .mybordercolor {border:3px solid #faabdf; }
#faabdf Text Font Color
<p style="color:#faabdf">Text here</p>
This sample text font color is #faabdf
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.
#faabdf Background Color
<div style="background-color:#faabdf">
Div content here</div>
This div background color is #faabdf
#faabdf Border Color
<div style="border:3px solid #faabdf">
Div here</div>
This div border color is #faabdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,171,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faabdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faabdf; -webkit-box-shadow: 1px 1px 3px 2px #faabdf; box-shadow: 1px 1px 3px 2px #faabdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,171,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faabdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faabdf; -webkit-box-shadow: 1px 1px 3px 2px #faabdf; box-shadow: 1px 1px 3px 2px #faabdf;">
Div content here</div>
This div box has shadow with color #faabdf
Comments
No comments written yet.
Please login to write comment.