Color spaces of #fb645e
RGB | 251 | 100 | 94 |
---|---|---|---|
HSL | 0.01 | 0.95 | 0.68 |
HSV | 2° | 63° | 98° |
CMYK | 0.00 | 0.60 | 0.63 0.02 |
XYZ | 46.3612 | 30.4317 | 14.0201 |
Yxy | 30.4317 | 0.5105 | 0.3351 |
Hunter Lab | 55.1649 | 53.4747 | 23.5470 |
CIE-Lab | 62.0249 | 57.2739 | 33.5322 |
#fb645e color RGB value is (251,100,94).
#fb645e hex color red value is 251, green value is 100 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fb645e hue: 0.01 , saturation: 0.95 and the lightness value of fb645e is 0.68.
The process color (four color CMYK) of #fb645e color hex is 0.00, 0.60, 0.63, 0.02. Web safe color of #fb645e is #ff6666. Color #fb645e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01100100 | 01011110 |
Octal | 373 | 144 | 136 |
Decimal | 251 | 100 | 94 |
Hex | FB | 64 | 5E |
Shades of #fb645e
Tints of #fb645e
RGB Percentages of Color #fb645e
CMYK Percentages of Color #fb645e
Complementary Color
#fb645e | #5ef5fb |
#fb645e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb645e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb645e Color CSS Codes
.mybgcolor {background-color:#fb645e; } .myforecolor {color:#fb645e; } .mybordercolor {border:3px solid #fb645e; }
#fb645e Text Font Color
<p style="color:#fb645e">Text here</p>
This sample text font color is #fb645e
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.
#fb645e Background Color
<div style="background-color:#fb645e">
Div content here</div>
This div background color is #fb645e
#fb645e Border Color
<div style="border:3px solid #fb645e">
Div here</div>
This div border color is #fb645e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,100,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb645e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb645e; -webkit-box-shadow: 1px 1px 3px 2px #fb645e; box-shadow: 1px 1px 3px 2px #fb645e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,100,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb645e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb645e; -webkit-box-shadow: 1px 1px 3px 2px #fb645e; box-shadow: 1px 1px 3px 2px #fb645e;">
Div content here</div>
This div box has shadow with color #fb645e
Comments
No comments written yet.
Please login to write comment.