Color spaces of #fb878a
RGB | 251 | 135 | 138 |
---|---|---|---|
HSL | 1.00 | 0.94 | 0.76 |
HSV | 358° | 46° | 98° |
CMYK | 0.00 | 0.46 | 0.45 0.02 |
XYZ | 53.0351 | 39.6722 | 28.9070 |
Yxy | 39.6722 | 0.4361 | 0.3262 |
Hunter Lab | 62.9859 | 40.0745 | 16.8793 |
CIE-Lab | 69.2354 | 44.2404 | 18.4158 |
#fb878a color RGB value is (251,135,138).
#fb878a hex color red value is 251, green value is 135 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fb878a hue: 1.00 , saturation: 0.94 and the lightness value of fb878a is 0.76.
The process color (four color CMYK) of #fb878a color hex is 0.00, 0.46, 0.45, 0.02. Web safe color of #fb878a is #ff9999. Color #fb878a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10000111 | 10001010 |
Octal | 373 | 207 | 212 |
Decimal | 251 | 135 | 138 |
Hex | FB | 87 | 8A |
Shades of #fb878a
Tints of #fb878a
RGB Percentages of Color #fb878a
CMYK Percentages of Color #fb878a
Complementary Color
#fb878a | #87fbf8 |
#fb878a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb878a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb878a Color CSS Codes
.mybgcolor {background-color:#fb878a; } .myforecolor {color:#fb878a; } .mybordercolor {border:3px solid #fb878a; }
#fb878a Text Font Color
<p style="color:#fb878a">Text here</p>
This sample text font color is #fb878a
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.
#fb878a Background Color
<div style="background-color:#fb878a">
Div content here</div>
This div background color is #fb878a
#fb878a Border Color
<div style="border:3px solid #fb878a">
Div here</div>
This div border color is #fb878a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,135,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb878a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb878a; -webkit-box-shadow: 1px 1px 3px 2px #fb878a; box-shadow: 1px 1px 3px 2px #fb878a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,135,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb878a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb878a; -webkit-box-shadow: 1px 1px 3px 2px #fb878a; box-shadow: 1px 1px 3px 2px #fb878a;">
Div content here</div>
This div box has shadow with color #fb878a
Comments
No comments written yet.
Please login to write comment.