Color spaces of #fac0ba
RGB | 250 | 192 | 186 |
---|---|---|---|
HSL | 0.02 | 0.86 | 0.85 |
HSV | 6° | 26° | 98° |
CMYK | 0.00 | 0.23 | 0.26 0.02 |
XYZ | 67.1369 | 61.5684 | 54.7998 |
Yxy | 61.5684 | 0.3659 | 0.3355 |
Hunter Lab | 78.4655 | 15.4140 | 13.5181 |
CIE-Lab | 82.6834 | 19.9321 | 11.0561 |
#fac0ba color RGB value is (250,192,186).
#fac0ba hex color red value is 250, green value is 192 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fac0ba hue: 0.02 , saturation: 0.86 and the lightness value of fac0ba is 0.85.
The process color (four color CMYK) of #fac0ba color hex is 0.00, 0.23, 0.26, 0.02. Web safe color of #fac0ba is #ffcccc. Color #fac0ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11000000 | 10111010 |
Octal | 372 | 300 | 272 |
Decimal | 250 | 192 | 186 |
Hex | FA | C0 | BA |
Shades of #fac0ba
Tints of #fac0ba
RGB Percentages of Color #fac0ba
CMYK Percentages of Color #fac0ba
Complementary Color
#fac0ba | #baf4fa |
#fac0ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fac0ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#fac0ba Color CSS Codes
.mybgcolor {background-color:#fac0ba; } .myforecolor {color:#fac0ba; } .mybordercolor {border:3px solid #fac0ba; }
#fac0ba Text Font Color
<p style="color:#fac0ba">Text here</p>
This sample text font color is #fac0ba
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.
#fac0ba Background Color
<div style="background-color:#fac0ba">
Div content here</div>
This div background color is #fac0ba
#fac0ba Border Color
<div style="border:3px solid #fac0ba">
Div here</div>
This div border color is #fac0ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,192,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fac0ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fac0ba; -webkit-box-shadow: 1px 1px 3px 2px #fac0ba; box-shadow: 1px 1px 3px 2px #fac0ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,192,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fac0ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fac0ba; -webkit-box-shadow: 1px 1px 3px 2px #fac0ba; box-shadow: 1px 1px 3px 2px #fac0ba;">
Div content here</div>
This div box has shadow with color #fac0ba
Comments
No comments written yet.
Please login to write comment.