Color spaces of #fba8ec
RGB | 251 | 168 | 236 |
---|---|---|---|
HSL | 0.86 | 0.91 | 0.82 |
HSV | 311° | 33° | 98° |
CMYK | 0.00 | 0.33 | 0.06 0.02 |
XYZ | 68.9266 | 54.5706 | 86.2572 |
Yxy | 54.5706 | 0.3286 | 0.2602 |
Hunter Lab | 73.8719 | 37.2746 | -17.5202 |
CIE-Lab | 78.7933 | 40.6218 | -21.6215 |
#fba8ec color RGB value is (251,168,236).
#fba8ec hex color red value is 251, green value is 168 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fba8ec hue: 0.86 , saturation: 0.91 and the lightness value of fba8ec is 0.82.
The process color (four color CMYK) of #fba8ec color hex is 0.00, 0.33, 0.06, 0.02. Web safe color of #fba8ec is #ff99ff. Color #fba8ec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101000 | 11101100 |
Octal | 373 | 250 | 354 |
Decimal | 251 | 168 | 236 |
Hex | FB | A8 | EC |
Shades of #fba8ec
Tints of #fba8ec
RGB Percentages of Color #fba8ec
CMYK Percentages of Color #fba8ec
Complementary Color
#fba8ec | #a8fbb7 |
#fba8ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fba8ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#fba8ec Color CSS Codes
.mybgcolor {background-color:#fba8ec; } .myforecolor {color:#fba8ec; } .mybordercolor {border:3px solid #fba8ec; }
#fba8ec Text Font Color
<p style="color:#fba8ec">Text here</p>
This sample text font color is #fba8ec
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.
#fba8ec Background Color
<div style="background-color:#fba8ec">
Div content here</div>
This div background color is #fba8ec
#fba8ec Border Color
<div style="border:3px solid #fba8ec">
Div here</div>
This div border color is #fba8ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,168,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fba8ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fba8ec; -webkit-box-shadow: 1px 1px 3px 2px #fba8ec; box-shadow: 1px 1px 3px 2px #fba8ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,168,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fba8ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fba8ec; -webkit-box-shadow: 1px 1px 3px 2px #fba8ec; box-shadow: 1px 1px 3px 2px #fba8ec;">
Div content here</div>
This div box has shadow with color #fba8ec
Comments
No comments written yet.
Please login to write comment.