Color spaces of #fbabea
RGB | 251 | 171 | 234 |
---|---|---|---|
HSL | 0.87 | 0.91 | 0.83 |
HSV | 313° | 32° | 98° |
CMYK | 0.00 | 0.32 | 0.07 0.02 |
XYZ | 69.1979 | 55.5756 | 84.9219 |
Yxy | 55.5756 | 0.3300 | 0.2650 |
Hunter Lab | 74.5490 | 35.2264 | -15.3554 |
CIE-Lab | 79.3717 | 38.7174 | -19.6644 |
#fbabea color RGB value is (251,171,234).
#fbabea hex color red value is 251, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fbabea hue: 0.87 , saturation: 0.91 and the lightness value of fbabea is 0.83.
The process color (four color CMYK) of #fbabea color hex is 0.00, 0.32, 0.07, 0.02. Web safe color of #fbabea is #ff99ff. Color #fbabea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101011 | 11101010 |
Octal | 373 | 253 | 352 |
Decimal | 251 | 171 | 234 |
Hex | FB | AB | EA |
Shades of #fbabea
Tints of #fbabea
RGB Percentages of Color #fbabea
CMYK Percentages of Color #fbabea
Complementary Color
#fbabea | #abfbbc |
#fbabea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbabea Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbabea Color CSS Codes
.mybgcolor {background-color:#fbabea; } .myforecolor {color:#fbabea; } .mybordercolor {border:3px solid #fbabea; }
#fbabea Text Font Color
<p style="color:#fbabea">Text here</p>
This sample text font color is #fbabea
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.
#fbabea Background Color
<div style="background-color:#fbabea">
Div content here</div>
This div background color is #fbabea
#fbabea Border Color
<div style="border:3px solid #fbabea">
Div here</div>
This div border color is #fbabea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,171,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbabea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbabea; -webkit-box-shadow: 1px 1px 3px 2px #fbabea; box-shadow: 1px 1px 3px 2px #fbabea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,171,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbabea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbabea; -webkit-box-shadow: 1px 1px 3px 2px #fbabea; box-shadow: 1px 1px 3px 2px #fbabea;">
Div content here</div>
This div box has shadow with color #fbabea
Comments
No comments written yet.
Please login to write comment.