Color spaces of #fbaacb
RGB | 251 | 170 | 203 |
---|---|---|---|
HSL | 0.93 | 0.91 | 0.83 |
HSV | 336° | 32° | 98° |
CMYK | 0.00 | 0.32 | 0.19 0.02 |
XYZ | 64.9379 | 53.5705 | 63.4174 |
Yxy | 53.5705 | 0.3569 | 0.2945 |
Hunter Lab | 73.1919 | 30.2845 | -0.1378 |
CIE-Lab | 78.2106 | 34.2953 | -4.5921 |
#fbaacb color RGB value is (251,170,203).
#fbaacb hex color red value is 251, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fbaacb hue: 0.93 , saturation: 0.91 and the lightness value of fbaacb is 0.83.
The process color (four color CMYK) of #fbaacb color hex is 0.00, 0.32, 0.19, 0.02. Web safe color of #fbaacb is #ff99cc. Color #fbaacb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101010 | 11001011 |
Octal | 373 | 252 | 313 |
Decimal | 251 | 170 | 203 |
Hex | FB | AA | CB |
Shades of #fbaacb
Tints of #fbaacb
RGB Percentages of Color #fbaacb
CMYK Percentages of Color #fbaacb
Complementary Color
#fbaacb | #aafbda |
#fbaacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbaacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbaacb Color CSS Codes
.mybgcolor {background-color:#fbaacb; } .myforecolor {color:#fbaacb; } .mybordercolor {border:3px solid #fbaacb; }
#fbaacb Text Font Color
<p style="color:#fbaacb">Text here</p>
This sample text font color is #fbaacb
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.
#fbaacb Background Color
<div style="background-color:#fbaacb">
Div content here</div>
This div background color is #fbaacb
#fbaacb Border Color
<div style="border:3px solid #fbaacb">
Div here</div>
This div border color is #fbaacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,170,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbaacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbaacb; -webkit-box-shadow: 1px 1px 3px 2px #fbaacb; box-shadow: 1px 1px 3px 2px #fbaacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,170,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbaacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbaacb; -webkit-box-shadow: 1px 1px 3px 2px #fbaacb; box-shadow: 1px 1px 3px 2px #fbaacb;">
Div content here</div>
This div box has shadow with color #fbaacb
Comments
No comments written yet.
Please login to write comment.