Color spaces of #fbaaa4
RGB | 251 | 170 | 164 |
---|---|---|---|
HSL | 0.01 | 0.92 | 0.81 |
HSV | 4° | 35° | 98° |
CMYK | 0.00 | 0.32 | 0.35 0.02 |
XYZ | 60.8592 | 51.9390 | 41.9396 |
Yxy | 51.9390 | 0.3933 | 0.3357 |
Hunter Lab | 72.0687 | 24.6160 | 15.9449 |
CIE-Lab | 77.2443 | 29.0404 | 15.2477 |
#fbaaa4 color RGB value is (251,170,164).
#fbaaa4 hex color red value is 251, green value is 170 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #fbaaa4 hue: 0.01 , saturation: 0.92 and the lightness value of fbaaa4 is 0.81.
The process color (four color CMYK) of #fbaaa4 color hex is 0.00, 0.32, 0.35, 0.02. Web safe color of #fbaaa4 is #ff9999. Color #fbaaa4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101010 | 10100100 |
Octal | 373 | 252 | 244 |
Decimal | 251 | 170 | 164 |
Hex | FB | AA | A4 |
Shades of #fbaaa4
Tints of #fbaaa4
RGB Percentages of Color #fbaaa4
CMYK Percentages of Color #fbaaa4
Complementary Color
#fbaaa4 | #a4f5fb |
#fbaaa4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbaaa4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbaaa4 Color CSS Codes
.mybgcolor {background-color:#fbaaa4; } .myforecolor {color:#fbaaa4; } .mybordercolor {border:3px solid #fbaaa4; }
#fbaaa4 Text Font Color
<p style="color:#fbaaa4">Text here</p>
This sample text font color is #fbaaa4
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.
#fbaaa4 Background Color
<div style="background-color:#fbaaa4">
Div content here</div>
This div background color is #fbaaa4
#fbaaa4 Border Color
<div style="border:3px solid #fbaaa4">
Div here</div>
This div border color is #fbaaa4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,170,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbaaa4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbaaa4; -webkit-box-shadow: 1px 1px 3px 2px #fbaaa4; box-shadow: 1px 1px 3px 2px #fbaaa4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,170,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbaaa4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbaaa4; -webkit-box-shadow: 1px 1px 3px 2px #fbaaa4; box-shadow: 1px 1px 3px 2px #fbaaa4;">
Div content here</div>
This div box has shadow with color #fbaaa4
Comments
No comments written yet.
Please login to write comment.