Color spaces of #fb676e
RGB | 251 | 103 | 110 |
---|---|---|---|
HSL | 0.99 | 0.95 | 0.69 |
HSV | 357° | 59° | 98° |
CMYK | 0.00 | 0.59 | 0.56 0.02 |
XYZ | 47.4484 | 31.3355 | 18.2994 |
Yxy | 31.3355 | 0.4887 | 0.3228 |
Hunter Lab | 55.9781 | 53.3392 | 19.8026 |
CIE-Lab | 62.7898 | 57.0297 | 25.4734 |
#fb676e color RGB value is (251,103,110).
#fb676e hex color red value is 251, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fb676e hue: 0.99 , saturation: 0.95 and the lightness value of fb676e is 0.69.
The process color (four color CMYK) of #fb676e color hex is 0.00, 0.59, 0.56, 0.02. Web safe color of #fb676e is #ff6666. Color #fb676e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01100111 | 01101110 |
Octal | 373 | 147 | 156 |
Decimal | 251 | 103 | 110 |
Hex | FB | 67 | 6E |
Shades of #fb676e
Tints of #fb676e
RGB Percentages of Color #fb676e
CMYK Percentages of Color #fb676e
Complementary Color
#fb676e | #67fbf4 |
#fb676e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb676e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb676e Color CSS Codes
.mybgcolor {background-color:#fb676e; } .myforecolor {color:#fb676e; } .mybordercolor {border:3px solid #fb676e; }
#fb676e Text Font Color
<p style="color:#fb676e">Text here</p>
This sample text font color is #fb676e
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.
#fb676e Background Color
<div style="background-color:#fb676e">
Div content here</div>
This div background color is #fb676e
#fb676e Border Color
<div style="border:3px solid #fb676e">
Div here</div>
This div border color is #fb676e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,103,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb676e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb676e; -webkit-box-shadow: 1px 1px 3px 2px #fb676e; box-shadow: 1px 1px 3px 2px #fb676e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,103,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb676e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb676e; -webkit-box-shadow: 1px 1px 3px 2px #fb676e; box-shadow: 1px 1px 3px 2px #fb676e;">
Div content here</div>
This div box has shadow with color #fb676e
Comments
No comments written yet.
Please login to write comment.