Color spaces of #fa9ceb
RGB | 250 | 156 | 235 |
---|---|---|---|
HSL | 0.86 | 0.90 | 0.80 |
HSV | 310° | 38° | 98° |
CMYK | 0.00 | 0.38 | 0.06 0.02 |
XYZ | 66.3082 | 50.0991 | 84.7725 |
Yxy | 50.0991 | 0.3296 | 0.2490 |
Hunter Lab | 70.7807 | 43.3546 | -21.4638 |
CIE-Lab | 76.1300 | 46.3394 | -25.1454 |
#fa9ceb color RGB value is (250,156,235).
#fa9ceb hex color red value is 250, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fa9ceb hue: 0.86 , saturation: 0.90 and the lightness value of fa9ceb is 0.80.
The process color (four color CMYK) of #fa9ceb color hex is 0.00, 0.38, 0.06, 0.02. Web safe color of #fa9ceb is #ff99ff. Color #fa9ceb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10011100 | 11101011 |
Octal | 372 | 234 | 353 |
Decimal | 250 | 156 | 235 |
Hex | FA | 9C | EB |
Shades of #fa9ceb
Tints of #fa9ceb
RGB Percentages of Color #fa9ceb
CMYK Percentages of Color #fa9ceb
Complementary Color
#fa9ceb | #9cfaab |
#fa9ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa9ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa9ceb Color CSS Codes
.mybgcolor {background-color:#fa9ceb; } .myforecolor {color:#fa9ceb; } .mybordercolor {border:3px solid #fa9ceb; }
#fa9ceb Text Font Color
<p style="color:#fa9ceb">Text here</p>
This sample text font color is #fa9ceb
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.
#fa9ceb Background Color
<div style="background-color:#fa9ceb">
Div content here</div>
This div background color is #fa9ceb
#fa9ceb Border Color
<div style="border:3px solid #fa9ceb">
Div here</div>
This div border color is #fa9ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,156,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa9ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa9ceb; -webkit-box-shadow: 1px 1px 3px 2px #fa9ceb; box-shadow: 1px 1px 3px 2px #fa9ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,156,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa9ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa9ceb; -webkit-box-shadow: 1px 1px 3px 2px #fa9ceb; box-shadow: 1px 1px 3px 2px #fa9ceb;">
Div content here</div>
This div box has shadow with color #fa9ceb
Comments
No comments written yet.
Please login to write comment.