Color spaces of #fbbc90
RGB | 251 | 188 | 144 |
---|---|---|---|
HSL | 0.07 | 0.93 | 0.77 |
HSV | 25° | 43° | 98° |
CMYK | 0.00 | 0.25 | 0.43 0.02 |
XYZ | 62.8009 | 58.4893 | 34.3652 |
Yxy | 58.4893 | 0.4035 | 0.3758 |
Hunter Lab | 76.4783 | 12.7400 | 26.8931 |
CIE-Lab | 81.0101 | 17.3441 | 31.0883 |
#fbbc90 color RGB value is (251,188,144).
#fbbc90 hex color red value is 251, green value is 188 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #fbbc90 hue: 0.07 , saturation: 0.93 and the lightness value of fbbc90 is 0.77.
The process color (four color CMYK) of #fbbc90 color hex is 0.00, 0.25, 0.43, 0.02. Web safe color of #fbbc90 is #ffcc99. Color #fbbc90 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10111100 | 10010000 |
Octal | 373 | 274 | 220 |
Decimal | 251 | 188 | 144 |
Hex | FB | BC | 90 |
Shades of #fbbc90
Tints of #fbbc90
RGB Percentages of Color #fbbc90
CMYK Percentages of Color #fbbc90
Complementary Color
#fbbc90 | #90cffb |
#fbbc90 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbbc90 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbbc90 Color CSS Codes
.mybgcolor {background-color:#fbbc90; } .myforecolor {color:#fbbc90; } .mybordercolor {border:3px solid #fbbc90; }
#fbbc90 Text Font Color
<p style="color:#fbbc90">Text here</p>
This sample text font color is #fbbc90
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.
#fbbc90 Background Color
<div style="background-color:#fbbc90">
Div content here</div>
This div background color is #fbbc90
#fbbc90 Border Color
<div style="border:3px solid #fbbc90">
Div here</div>
This div border color is #fbbc90
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,188,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbbc90; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbbc90; -webkit-box-shadow: 1px 1px 3px 2px #fbbc90; box-shadow: 1px 1px 3px 2px #fbbc90; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,188,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbbc90">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbbc90; -webkit-box-shadow: 1px 1px 3px 2px #fbbc90; box-shadow: 1px 1px 3px 2px #fbbc90;">
Div content here</div>
This div box has shadow with color #fbbc90
Comments
No comments written yet.
Please login to write comment.