Color spaces of #fbfab3
RGB | 251 | 250 | 179 |
---|---|---|---|
HSL | 0.16 | 0.90 | 0.84 |
HSV | 59° | 29° | 98° |
CMYK | 0.00 | 0.00 | 0.29 0.02 |
XYZ | 82.1060 | 92.1351 | 56.1042 |
Yxy | 92.1351 | 0.3564 | 0.4000 |
Hunter Lab | 95.9870 | -15.2908 | 32.5361 |
CIE-Lab | 96.8755 | -10.3403 | 34.2730 |
#fbfab3 color RGB value is (251,250,179).
#fbfab3 hex color red value is 251, green value is 250 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #fbfab3 hue: 0.16 , saturation: 0.90 and the lightness value of fbfab3 is 0.84.
The process color (four color CMYK) of #fbfab3 color hex is 0.00, 0.00, 0.29, 0.02. Web safe color of #fbfab3 is #ffffcc. Color #fbfab3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111010 | 10110011 |
Octal | 373 | 372 | 263 |
Decimal | 251 | 250 | 179 |
Hex | FB | FA | B3 |
Shades of #fbfab3
Tints of #fbfab3
RGB Percentages of Color #fbfab3
CMYK Percentages of Color #fbfab3
Complementary Color
#fbfab3 | #b3b4fb |
#fbfab3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfab3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfab3 Color CSS Codes
.mybgcolor {background-color:#fbfab3; } .myforecolor {color:#fbfab3; } .mybordercolor {border:3px solid #fbfab3; }
#fbfab3 Text Font Color
<p style="color:#fbfab3">Text here</p>
This sample text font color is #fbfab3
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.
#fbfab3 Background Color
<div style="background-color:#fbfab3">
Div content here</div>
This div background color is #fbfab3
#fbfab3 Border Color
<div style="border:3px solid #fbfab3">
Div here</div>
This div border color is #fbfab3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,250,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfab3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfab3; -webkit-box-shadow: 1px 1px 3px 2px #fbfab3; box-shadow: 1px 1px 3px 2px #fbfab3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,250,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfab3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfab3; -webkit-box-shadow: 1px 1px 3px 2px #fbfab3; box-shadow: 1px 1px 3px 2px #fbfab3;">
Div content here</div>
This div box has shadow with color #fbfab3
Related Colors
Comments
No comments written yet.
Please login to write comment.