Color spaces of #facb96
RGB | 250 | 203 | 150 |
---|---|---|---|
HSL | 0.09 | 0.91 | 0.78 |
HSV | 32° | 40° | 98° |
CMYK | 0.00 | 0.19 | 0.40 0.02 |
XYZ | 66.2853 | 65.2379 | 37.9527 |
Yxy | 65.2379 | 0.3911 | 0.3849 |
Hunter Lab | 80.7700 | 5.1417 | 28.6794 |
CIE-Lab | 84.6062 | 9.7533 | 32.7060 |
#facb96 color RGB value is (250,203,150).
#facb96 hex color red value is 250, green value is 203 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #facb96 hue: 0.09 , saturation: 0.91 and the lightness value of facb96 is 0.78.
The process color (four color CMYK) of #facb96 color hex is 0.00, 0.19, 0.40, 0.02. Web safe color of #facb96 is #ffcc99. Color #facb96 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001011 | 10010110 |
Octal | 372 | 313 | 226 |
Decimal | 250 | 203 | 150 |
Hex | FA | CB | 96 |
Shades of #facb96
Tints of #facb96
RGB Percentages of Color #facb96
CMYK Percentages of Color #facb96
Complementary Color
#facb96 | #96c5fa |
#facb96 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#facb96 Color Preview on White Background
Lorem ipsum dolor sit amet.
#facb96 Color CSS Codes
.mybgcolor {background-color:#facb96; } .myforecolor {color:#facb96; } .mybordercolor {border:3px solid #facb96; }
#facb96 Text Font Color
<p style="color:#facb96">Text here</p>
This sample text font color is #facb96
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.
#facb96 Background Color
<div style="background-color:#facb96">
Div content here</div>
This div background color is #facb96
#facb96 Border Color
<div style="border:3px solid #facb96">
Div here</div>
This div border color is #facb96
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,203,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #facb96; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #facb96; -webkit-box-shadow: 1px 1px 3px 2px #facb96; box-shadow: 1px 1px 3px 2px #facb96; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,203,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #facb96">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #facb96; -webkit-box-shadow: 1px 1px 3px 2px #facb96; box-shadow: 1px 1px 3px 2px #facb96;">
Div content here</div>
This div box has shadow with color #facb96
Comments
No comments written yet.
Please login to write comment.