Color spaces of #f4bbfa
RGB | 244 | 187 | 250 |
---|---|---|---|
HSL | 0.82 | 0.86 | 0.86 |
HSV | 294° | 25° | 98° |
CMYK | 0.02 | 0.25 | 0.00 0.02 |
XYZ | 72.3339 | 61.6759 | 98.5347 |
Yxy | 61.6759 | 0.3111 | 0.2652 |
Hunter Lab | 78.5340 | 26.9733 | -19.4159 |
CIE-Lab | 82.7408 | 30.8901 | -23.2092 |
#f4bbfa color RGB value is (244,187,250).
#f4bbfa hex color red value is 244, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f4bbfa hue: 0.82 , saturation: 0.86 and the lightness value of f4bbfa is 0.86.
The process color (four color CMYK) of #f4bbfa color hex is 0.02, 0.25, 0.00, 0.02. Web safe color of #f4bbfa is #ffccff. Color #f4bbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10111011 | 11111010 |
Octal | 364 | 273 | 372 |
Decimal | 244 | 187 | 250 |
Hex | F4 | BB | FA |
Shades of #f4bbfa
Tints of #f4bbfa
RGB Percentages of Color #f4bbfa
CMYK Percentages of Color #f4bbfa
Complementary Color
#f4bbfa | #c1fabb |
#f4bbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4bbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4bbfa Color CSS Codes
.mybgcolor {background-color:#f4bbfa; } .myforecolor {color:#f4bbfa; } .mybordercolor {border:3px solid #f4bbfa; }
#f4bbfa Text Font Color
<p style="color:#f4bbfa">Text here</p>
This sample text font color is #f4bbfa
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.
#f4bbfa Background Color
<div style="background-color:#f4bbfa">
Div content here</div>
This div background color is #f4bbfa
#f4bbfa Border Color
<div style="border:3px solid #f4bbfa">
Div here</div>
This div border color is #f4bbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,187,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4bbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4bbfa; -webkit-box-shadow: 1px 1px 3px 2px #f4bbfa; box-shadow: 1px 1px 3px 2px #f4bbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,187,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4bbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4bbfa; -webkit-box-shadow: 1px 1px 3px 2px #f4bbfa; box-shadow: 1px 1px 3px 2px #f4bbfa;">
Div content here</div>
This div box has shadow with color #f4bbfa
Comments
No comments written yet.
Please login to write comment.