Color spaces of #facba6
RGB | 250 | 203 | 166 |
---|---|---|---|
HSL | 0.07 | 0.89 | 0.82 |
HSV | 26° | 34° | 98° |
CMYK | 0.00 | 0.19 | 0.34 0.02 |
XYZ | 67.6632 | 65.7890 | 45.2087 |
Yxy | 65.7890 | 0.3787 | 0.3682 |
Hunter Lab | 81.1104 | 6.9634 | 23.7307 |
CIE-Lab | 84.8887 | 11.5870 | 24.7408 |
#facba6 color RGB value is (250,203,166).
#facba6 hex color red value is 250, green value is 203 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #facba6 hue: 0.07 , saturation: 0.89 and the lightness value of facba6 is 0.82.
The process color (four color CMYK) of #facba6 color hex is 0.00, 0.19, 0.34, 0.02. Web safe color of #facba6 is #ffcc99. Color #facba6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001011 | 10100110 |
Octal | 372 | 313 | 246 |
Decimal | 250 | 203 | 166 |
Hex | FA | CB | A6 |
Shades of #facba6
Tints of #facba6
RGB Percentages of Color #facba6
CMYK Percentages of Color #facba6
Complementary Color
#facba6 | #a6d5fa |
#facba6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#facba6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#facba6 Color CSS Codes
.mybgcolor {background-color:#facba6; } .myforecolor {color:#facba6; } .mybordercolor {border:3px solid #facba6; }
#facba6 Text Font Color
<p style="color:#facba6">Text here</p>
This sample text font color is #facba6
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.
#facba6 Background Color
<div style="background-color:#facba6">
Div content here</div>
This div background color is #facba6
#facba6 Border Color
<div style="border:3px solid #facba6">
Div here</div>
This div border color is #facba6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,203,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #facba6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #facba6; -webkit-box-shadow: 1px 1px 3px 2px #facba6; box-shadow: 1px 1px 3px 2px #facba6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,203,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #facba6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #facba6; -webkit-box-shadow: 1px 1px 3px 2px #facba6; box-shadow: 1px 1px 3px 2px #facba6;">
Div content here</div>
This div box has shadow with color #facba6
Comments
No comments written yet.
Please login to write comment.