Color spaces of #faadea
RGB | 250 | 173 | 234 |
---|---|---|---|
HSL | 0.87 | 0.89 | 0.83 |
HSV | 312° | 31° | 98° |
CMYK | 0.00 | 0.31 | 0.06 0.02 |
XYZ | 69.2192 | 56.1516 | 85.0320 |
Yxy | 56.1516 | 0.3290 | 0.2669 |
Hunter Lab | 74.9344 | 33.7508 | -14.8254 |
CIE-Lab | 79.7000 | 37.3482 | -19.1778 |
#faadea color RGB value is (250,173,234).
#faadea hex color red value is 250, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #faadea hue: 0.87 , saturation: 0.89 and the lightness value of faadea is 0.83.
The process color (four color CMYK) of #faadea color hex is 0.00, 0.31, 0.06, 0.02. Web safe color of #faadea is #ff99ff. Color #faadea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10101101 | 11101010 |
Octal | 372 | 255 | 352 |
Decimal | 250 | 173 | 234 |
Hex | FA | AD | EA |
Shades of #faadea
Tints of #faadea
RGB Percentages of Color #faadea
CMYK Percentages of Color #faadea
Complementary Color
#faadea | #adfabd |
#faadea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faadea Color Preview on White Background
Lorem ipsum dolor sit amet.
#faadea Color CSS Codes
.mybgcolor {background-color:#faadea; } .myforecolor {color:#faadea; } .mybordercolor {border:3px solid #faadea; }
#faadea Text Font Color
<p style="color:#faadea">Text here</p>
This sample text font color is #faadea
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.
#faadea Background Color
<div style="background-color:#faadea">
Div content here</div>
This div background color is #faadea
#faadea Border Color
<div style="border:3px solid #faadea">
Div here</div>
This div border color is #faadea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,173,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faadea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faadea; -webkit-box-shadow: 1px 1px 3px 2px #faadea; box-shadow: 1px 1px 3px 2px #faadea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,173,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faadea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faadea; -webkit-box-shadow: 1px 1px 3px 2px #faadea; box-shadow: 1px 1px 3px 2px #faadea;">
Div content here</div>
This div box has shadow with color #faadea
Comments
No comments written yet.
Please login to write comment.