Color spaces of #fb485c
RGB | 251 | 72 | 92 |
---|---|---|---|
HSL | 0.98 | 0.96 | 0.63 |
HSV | 353° | 71° | 98° |
CMYK | 0.00 | 0.71 | 0.63 0.02 |
XYZ | 44.0328 | 25.9167 | 12.8068 |
Yxy | 25.9167 | 0.5321 | 0.3132 |
Hunter Lab | 50.9084 | 65.3022 | 20.7206 |
CIE-Lab | 57.9579 | 68.1016 | 29.5217 |
#fb485c color RGB value is (251,72,92).
#fb485c hex color red value is 251, green value is 72 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fb485c hue: 0.98 , saturation: 0.96 and the lightness value of fb485c is 0.63.
The process color (four color CMYK) of #fb485c color hex is 0.00, 0.71, 0.63, 0.02. Web safe color of #fb485c is #ff3366. Color #fb485c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 01001000 | 01011100 |
Octal | 373 | 110 | 134 |
Decimal | 251 | 72 | 92 |
Hex | FB | 48 | 5C |
Shades of #fb485c
Tints of #fb485c
RGB Percentages of Color #fb485c
CMYK Percentages of Color #fb485c
Complementary Color
#fb485c | #48fbe7 |
#fb485c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb485c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb485c Color CSS Codes
.mybgcolor {background-color:#fb485c; } .myforecolor {color:#fb485c; } .mybordercolor {border:3px solid #fb485c; }
#fb485c Text Font Color
<p style="color:#fb485c">Text here</p>
This sample text font color is #fb485c
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.
#fb485c Background Color
<div style="background-color:#fb485c">
Div content here</div>
This div background color is #fb485c
#fb485c Border Color
<div style="border:3px solid #fb485c">
Div here</div>
This div border color is #fb485c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,72,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb485c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb485c; -webkit-box-shadow: 1px 1px 3px 2px #fb485c; box-shadow: 1px 1px 3px 2px #fb485c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,72,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb485c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb485c; -webkit-box-shadow: 1px 1px 3px 2px #fb485c; box-shadow: 1px 1px 3px 2px #fb485c;">
Div content here</div>
This div box has shadow with color #fb485c
Comments
No comments written yet.
Please login to write comment.