Color spaces of #fbbea5
RGB | 251 | 190 | 165 |
---|---|---|---|
HSL | 0.05 | 0.91 | 0.82 |
HSV | 17° | 34° | 98° |
CMYK | 0.00 | 0.24 | 0.34 0.02 |
XYZ | 64.9886 | 60.0528 | 43.7634 |
Yxy | 60.0528 | 0.3850 | 0.3558 |
Hunter Lab | 77.4937 | 14.0815 | 20.7625 |
CIE-Lab | 81.8669 | 18.6502 | 21.1381 |
#fbbea5 color RGB value is (251,190,165).
#fbbea5 hex color red value is 251, green value is 190 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #fbbea5 hue: 0.05 , saturation: 0.91 and the lightness value of fbbea5 is 0.82.
The process color (four color CMYK) of #fbbea5 color hex is 0.00, 0.24, 0.34, 0.02. Web safe color of #fbbea5 is #ffcc99. Color #fbbea5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111110 | 10100101 |
Octal | 373 | 276 | 245 |
Decimal | 251 | 190 | 165 |
Hex | FB | BE | A5 |
Shades of #fbbea5
Tints of #fbbea5
RGB Percentages of Color #fbbea5
CMYK Percentages of Color #fbbea5
Complementary Color
#fbbea5 | #a5e2fb |
#fbbea5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbea5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbea5 Color CSS Codes
.mybgcolor {background-color:#fbbea5; } .myforecolor {color:#fbbea5; } .mybordercolor {border:3px solid #fbbea5; }
#fbbea5 Text Font Color
<p style="color:#fbbea5">Text here</p>
This sample text font color is #fbbea5
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.
#fbbea5 Background Color
<div style="background-color:#fbbea5">
Div content here</div>
This div background color is #fbbea5
#fbbea5 Border Color
<div style="border:3px solid #fbbea5">
Div here</div>
This div border color is #fbbea5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,190,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbea5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbea5; -webkit-box-shadow: 1px 1px 3px 2px #fbbea5; box-shadow: 1px 1px 3px 2px #fbbea5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,190,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbea5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbea5; -webkit-box-shadow: 1px 1px 3px 2px #fbbea5; box-shadow: 1px 1px 3px 2px #fbbea5;">
Div content here</div>
This div box has shadow with color #fbbea5
Comments
No comments written yet.
Please login to write comment.