Color spaces of #fb97de
RGB | 251 | 151 | 222 |
---|---|---|---|
HSL | 0.88 | 0.93 | 0.79 |
HSV | 317° | 40° | 98° |
CMYK | 0.00 | 0.40 | 0.12 0.02 |
XYZ | 64.0351 | 47.9164 | 74.9810 |
Yxy | 47.9164 | 0.3426 | 0.2563 |
Hunter Lab | 69.2217 | 43.9876 | -15.7678 |
CIE-Lab | 74.7722 | 47.0660 | -20.1110 |
#fb97de color RGB value is (251,151,222).
#fb97de hex color red value is 251, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fb97de hue: 0.88 , saturation: 0.93 and the lightness value of fb97de is 0.79.
The process color (four color CMYK) of #fb97de color hex is 0.00, 0.40, 0.12, 0.02. Web safe color of #fb97de is #ff99cc. Color #fb97de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10010111 | 11011110 |
Octal | 373 | 227 | 336 |
Decimal | 251 | 151 | 222 |
Hex | FB | 97 | DE |
Shades of #fb97de
Tints of #fb97de
RGB Percentages of Color #fb97de
CMYK Percentages of Color #fb97de
Complementary Color
#fb97de | #97fbb4 |
#fb97de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb97de Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb97de Color CSS Codes
.mybgcolor {background-color:#fb97de; } .myforecolor {color:#fb97de; } .mybordercolor {border:3px solid #fb97de; }
#fb97de Text Font Color
<p style="color:#fb97de">Text here</p>
This sample text font color is #fb97de
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.
#fb97de Background Color
<div style="background-color:#fb97de">
Div content here</div>
This div background color is #fb97de
#fb97de Border Color
<div style="border:3px solid #fb97de">
Div here</div>
This div border color is #fb97de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,151,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb97de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb97de; -webkit-box-shadow: 1px 1px 3px 2px #fb97de; box-shadow: 1px 1px 3px 2px #fb97de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,151,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 #fb97de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb97de; -webkit-box-shadow: 1px 1px 3px 2px #fb97de; box-shadow: 1px 1px 3px 2px #fb97de;">
Div content here</div>
This div box has shadow with color #fb97de
Comments
No comments written yet.
Please login to write comment.