Color spaces of #fabcb2
RGB | 250 | 188 | 178 |
---|---|---|---|
HSL | 0.02 | 0.88 | 0.84 |
HSV | 8° | 29° | 98° |
CMYK | 0.00 | 0.25 | 0.29 0.02 |
XYZ | 65.4434 | 59.5048 | 50.1558 |
Yxy | 59.5048 | 0.3737 | 0.3398 |
Hunter Lab | 77.1394 | 16.4418 | 15.4474 |
CIE-Lab | 81.5683 | 20.9624 | 13.7608 |
#fabcb2 color RGB value is (250,188,178).
#fabcb2 hex color red value is 250, green value is 188 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #fabcb2 hue: 0.02 , saturation: 0.88 and the lightness value of fabcb2 is 0.84.
The process color (four color CMYK) of #fabcb2 color hex is 0.00, 0.25, 0.29, 0.02. Web safe color of #fabcb2 is #ffcc99. Color #fabcb2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10111100 | 10110010 |
Octal | 372 | 274 | 262 |
Decimal | 250 | 188 | 178 |
Hex | FA | BC | B2 |
Shades of #fabcb2
Tints of #fabcb2
RGB Percentages of Color #fabcb2
CMYK Percentages of Color #fabcb2
Complementary Color
#fabcb2 | #b2f0fa |
#fabcb2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fabcb2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fabcb2 Color CSS Codes
.mybgcolor {background-color:#fabcb2; } .myforecolor {color:#fabcb2; } .mybordercolor {border:3px solid #fabcb2; }
#fabcb2 Text Font Color
<p style="color:#fabcb2">Text here</p>
This sample text font color is #fabcb2
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.
#fabcb2 Background Color
<div style="background-color:#fabcb2">
Div content here</div>
This div background color is #fabcb2
#fabcb2 Border Color
<div style="border:3px solid #fabcb2">
Div here</div>
This div border color is #fabcb2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,188,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fabcb2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fabcb2; -webkit-box-shadow: 1px 1px 3px 2px #fabcb2; box-shadow: 1px 1px 3px 2px #fabcb2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,188,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fabcb2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fabcb2; -webkit-box-shadow: 1px 1px 3px 2px #fabcb2; box-shadow: 1px 1px 3px 2px #fabcb2;">
Div content here</div>
This div box has shadow with color #fabcb2
Comments
No comments written yet.
Please login to write comment.