Color spaces of #ffe5fb
RGB | 255 | 229 | 251 |
---|---|---|---|
HSL | 0.86 | 1.00 | 0.95 |
HSV | 309° | 10° | 100° |
CMYK | 0.00 | 0.10 | 0.02 0.00 |
XYZ | 86.6719 | 84.2637 | 102.9632 |
Yxy | 84.2637 | 0.3164 | 0.3076 |
Hunter Lab | 91.7953 | 7.8957 | -2.2466 |
CIE-Lab | 93.5649 | 12.5978 | -7.4027 |
#ffe5fb color RGB value is (255,229,251).
#ffe5fb hex color red value is 255, green value is 229 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ffe5fb hue: 0.86 , saturation: 1.00 and the lightness value of ffe5fb is 0.95.
The process color (four color CMYK) of #ffe5fb color hex is 0.00, 0.10, 0.02, 0.00. Web safe color of #ffe5fb is #ffccff. Color #ffe5fb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11100101 | 11111011 |
Octal | 377 | 345 | 373 |
Decimal | 255 | 229 | 251 |
Hex | FF | E5 | FB |
Shades of #ffe5fb
Tints of #ffe5fb
RGB Percentages of Color #ffe5fb
CMYK Percentages of Color #ffe5fb
Complementary Color
#ffe5fb | #e5ffe9 |
#ffe5fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffe5fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffe5fb Color CSS Codes
.mybgcolor {background-color:#ffe5fb; } .myforecolor {color:#ffe5fb; } .mybordercolor {border:3px solid #ffe5fb; }
#ffe5fb Text Font Color
<p style="color:#ffe5fb">Text here</p>
This sample text font color is #ffe5fb
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.
#ffe5fb Background Color
<div style="background-color:#ffe5fb">
Div content here</div>
This div background color is #ffe5fb
#ffe5fb Border Color
<div style="border:3px solid #ffe5fb">
Div here</div>
This div border color is #ffe5fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,229,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffe5fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffe5fb; -webkit-box-shadow: 1px 1px 3px 2px #ffe5fb; box-shadow: 1px 1px 3px 2px #ffe5fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,229,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffe5fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffe5fb; -webkit-box-shadow: 1px 1px 3px 2px #ffe5fb; box-shadow: 1px 1px 3px 2px #ffe5fb;">
Div content here</div>
This div box has shadow with color #ffe5fb
#ffe5fb Color Palettes
Comments
No comments written yet.
Please login to write comment.