Color spaces of #fb88df
RGB | 251 | 136 | 223 |
---|---|---|---|
HSL | 0.87 | 0.93 | 0.76 |
HSV | 315° | 46° | 98° |
CMYK | 0.00 | 0.46 | 0.11 0.02 |
XYZ | 61.9071 | 43.4453 | 74.9349 |
Yxy | 43.4453 | 0.3434 | 0.2410 |
Hunter Lab | 65.9130 | 52.3036 | -21.2662 |
CIE-Lab | 71.8562 | 54.7247 | -25.1024 |
#fb88df color RGB value is (251,136,223).
#fb88df hex color red value is 251, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fb88df hue: 0.87 , saturation: 0.93 and the lightness value of fb88df is 0.76.
The process color (four color CMYK) of #fb88df color hex is 0.00, 0.46, 0.11, 0.02. Web safe color of #fb88df is #ff99cc. Color #fb88df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10001000 | 11011111 |
Octal | 373 | 210 | 337 |
Decimal | 251 | 136 | 223 |
Hex | FB | 88 | DF |
Shades of #fb88df
Tints of #fb88df
RGB Percentages of Color #fb88df
CMYK Percentages of Color #fb88df
Complementary Color
#fb88df | #88fba4 |
#fb88df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb88df Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb88df Color CSS Codes
.mybgcolor {background-color:#fb88df; } .myforecolor {color:#fb88df; } .mybordercolor {border:3px solid #fb88df; }
#fb88df Text Font Color
<p style="color:#fb88df">Text here</p>
This sample text font color is #fb88df
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.
#fb88df Background Color
<div style="background-color:#fb88df">
Div content here</div>
This div background color is #fb88df
#fb88df Border Color
<div style="border:3px solid #fb88df">
Div here</div>
This div border color is #fb88df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,136,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb88df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb88df; -webkit-box-shadow: 1px 1px 3px 2px #fb88df; box-shadow: 1px 1px 3px 2px #fb88df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,136,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb88df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb88df; -webkit-box-shadow: 1px 1px 3px 2px #fb88df; box-shadow: 1px 1px 3px 2px #fb88df;">
Div content here</div>
This div box has shadow with color #fb88df
Comments
No comments written yet.
Please login to write comment.