Color spaces of #f8bfde
RGB | 248 | 191 | 222 |
---|---|---|---|
HSL | 0.91 | 0.80 | 0.86 |
HSV | 327° | 23° | 97° |
CMYK | 0.00 | 0.23 | 0.10 0.03 |
XYZ | 70.5270 | 62.4920 | 77.4522 |
Yxy | 62.4920 | 0.3351 | 0.2969 |
Hunter Lab | 79.0519 | 20.9099 | -2.7539 |
CIE-Lab | 83.1744 | 25.1880 | -7.5438 |
#f8bfde color RGB value is (248,191,222).
#f8bfde hex color red value is 248, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f8bfde hue: 0.91 , saturation: 0.80 and the lightness value of f8bfde is 0.86.
The process color (four color CMYK) of #f8bfde color hex is 0.00, 0.23, 0.10, 0.03. Web safe color of #f8bfde is #ffcccc. Color #f8bfde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10111111 | 11011110 |
Octal | 370 | 277 | 336 |
Decimal | 248 | 191 | 222 |
Hex | F8 | BF | DE |
Shades of #f8bfde
Tints of #f8bfde
RGB Percentages of Color #f8bfde
CMYK Percentages of Color #f8bfde
Complementary Color
#f8bfde | #bff8d9 |
#f8bfde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8bfde Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8bfde Color CSS Codes
.mybgcolor {background-color:#f8bfde; } .myforecolor {color:#f8bfde; } .mybordercolor {border:3px solid #f8bfde; }
#f8bfde Text Font Color
<p style="color:#f8bfde">Text here</p>
This sample text font color is #f8bfde
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.
#f8bfde Background Color
<div style="background-color:#f8bfde">
Div content here</div>
This div background color is #f8bfde
#f8bfde Border Color
<div style="border:3px solid #f8bfde">
Div here</div>
This div border color is #f8bfde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,191,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8bfde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8bfde; -webkit-box-shadow: 1px 1px 3px 2px #f8bfde; box-shadow: 1px 1px 3px 2px #f8bfde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,191,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 #f8bfde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8bfde; -webkit-box-shadow: 1px 1px 3px 2px #f8bfde; box-shadow: 1px 1px 3px 2px #f8bfde;">
Div content here</div>
This div box has shadow with color #f8bfde
Comments
No comments written yet.
Please login to write comment.