Color spaces of #fbabcc
RGB | 251 | 171 | 204 |
---|---|---|---|
HSL | 0.93 | 0.91 | 0.83 |
HSV | 335° | 32° | 98° |
CMYK | 0.00 | 0.32 | 0.19 0.02 |
XYZ | 65.2457 | 53.9947 | 64.1099 |
Yxy | 53.9947 | 0.3559 | 0.2945 |
Hunter Lab | 73.4811 | 29.9027 | -0.2919 |
CIE-Lab | 78.4586 | 33.9210 | -4.7702 |
#fbabcc color RGB value is (251,171,204).
#fbabcc hex color red value is 251, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fbabcc hue: 0.93 , saturation: 0.91 and the lightness value of fbabcc is 0.83.
The process color (four color CMYK) of #fbabcc color hex is 0.00, 0.32, 0.19, 0.02. Web safe color of #fbabcc is #ff99cc. Color #fbabcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101011 | 11001100 |
Octal | 373 | 253 | 314 |
Decimal | 251 | 171 | 204 |
Hex | FB | AB | CC |
Shades of #fbabcc
Tints of #fbabcc
RGB Percentages of Color #fbabcc
CMYK Percentages of Color #fbabcc
Complementary Color
#fbabcc | #abfbda |
#fbabcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbabcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbabcc Color CSS Codes
.mybgcolor {background-color:#fbabcc; } .myforecolor {color:#fbabcc; } .mybordercolor {border:3px solid #fbabcc; }
#fbabcc Text Font Color
<p style="color:#fbabcc">Text here</p>
This sample text font color is #fbabcc
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.
#fbabcc Background Color
<div style="background-color:#fbabcc">
Div content here</div>
This div background color is #fbabcc
#fbabcc Border Color
<div style="border:3px solid #fbabcc">
Div here</div>
This div border color is #fbabcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,171,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbabcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbabcc; -webkit-box-shadow: 1px 1px 3px 2px #fbabcc; box-shadow: 1px 1px 3px 2px #fbabcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,171,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbabcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbabcc; -webkit-box-shadow: 1px 1px 3px 2px #fbabcc; box-shadow: 1px 1px 3px 2px #fbabcc;">
Div content here</div>
This div box has shadow with color #fbabcc
Comments
No comments written yet.
Please login to write comment.