Color spaces of #fba1de
RGB | 251 | 161 | 222 |
---|---|---|---|
HSL | 0.89 | 0.92 | 0.81 |
HSV | 319° | 36° | 98° |
CMYK | 0.00 | 0.36 | 0.12 0.02 |
XYZ | 65.7133 | 51.2729 | 75.5404 |
Yxy | 51.2729 | 0.3413 | 0.2663 |
Hunter Lab | 71.6051 | 38.5038 | -12.4249 |
CIE-Lab | 76.8440 | 41.9317 | -16.9770 |
#fba1de color RGB value is (251,161,222).
#fba1de hex color red value is 251, green value is 161 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fba1de hue: 0.89 , saturation: 0.92 and the lightness value of fba1de is 0.81.
The process color (four color CMYK) of #fba1de color hex is 0.00, 0.36, 0.12, 0.02. Web safe color of #fba1de is #ff99cc. Color #fba1de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10100001 | 11011110 |
Octal | 373 | 241 | 336 |
Decimal | 251 | 161 | 222 |
Hex | FB | A1 | DE |
Shades of #fba1de
Tints of #fba1de
RGB Percentages of Color #fba1de
CMYK Percentages of Color #fba1de
Complementary Color
#fba1de | #a1fbbe |
#fba1de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fba1de Color Preview on White Background
Lorem ipsum dolor sit amet.
#fba1de Color CSS Codes
.mybgcolor {background-color:#fba1de; } .myforecolor {color:#fba1de; } .mybordercolor {border:3px solid #fba1de; }
#fba1de Text Font Color
<p style="color:#fba1de">Text here</p>
This sample text font color is #fba1de
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.
#fba1de Background Color
<div style="background-color:#fba1de">
Div content here</div>
This div background color is #fba1de
#fba1de Border Color
<div style="border:3px solid #fba1de">
Div here</div>
This div border color is #fba1de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,161,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fba1de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fba1de; -webkit-box-shadow: 1px 1px 3px 2px #fba1de; box-shadow: 1px 1px 3px 2px #fba1de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,161,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fba1de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fba1de; -webkit-box-shadow: 1px 1px 3px 2px #fba1de; box-shadow: 1px 1px 3px 2px #fba1de;">
Div content here</div>
This div box has shadow with color #fba1de
Comments
No comments written yet.
Please login to write comment.