Color spaces of #fb98de
RGB | 251 | 152 | 222 |
---|---|---|---|
HSL | 0.88 | 0.93 | 0.79 |
HSV | 318° | 39° | 98° |
CMYK | 0.00 | 0.39 | 0.12 0.02 |
XYZ | 64.1967 | 48.2396 | 75.0349 |
Yxy | 48.2396 | 0.3424 | 0.2573 |
Hunter Lab | 69.4547 | 43.4410 | -15.4352 |
CIE-Lab | 74.9758 | 46.5567 | -19.8023 |
#fb98de color RGB value is (251,152,222).
#fb98de hex color red value is 251, green value is 152 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fb98de hue: 0.88 , saturation: 0.93 and the lightness value of fb98de is 0.79.
The process color (four color CMYK) of #fb98de color hex is 0.00, 0.39, 0.12, 0.02. Web safe color of #fb98de is #ff99cc. Color #fb98de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10011000 | 11011110 |
Octal | 373 | 230 | 336 |
Decimal | 251 | 152 | 222 |
Hex | FB | 98 | DE |
Shades of #fb98de
Tints of #fb98de
RGB Percentages of Color #fb98de
CMYK Percentages of Color #fb98de
Complementary Color
#fb98de | #98fbb5 |
#fb98de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb98de Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb98de Color CSS Codes
.mybgcolor {background-color:#fb98de; } .myforecolor {color:#fb98de; } .mybordercolor {border:3px solid #fb98de; }
#fb98de Text Font Color
<p style="color:#fb98de">Text here</p>
This sample text font color is #fb98de
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.
#fb98de Background Color
<div style="background-color:#fb98de">
Div content here</div>
This div background color is #fb98de
#fb98de Border Color
<div style="border:3px solid #fb98de">
Div here</div>
This div border color is #fb98de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,152,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb98de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb98de; -webkit-box-shadow: 1px 1px 3px 2px #fb98de; box-shadow: 1px 1px 3px 2px #fb98de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,152,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 #fb98de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb98de; -webkit-box-shadow: 1px 1px 3px 2px #fb98de; box-shadow: 1px 1px 3px 2px #fb98de;">
Div content here</div>
This div box has shadow with color #fb98de
Comments
No comments written yet.
Please login to write comment.