Color spaces of #f5bbbf
RGB | 245 | 187 | 191 |
---|---|---|---|
HSL | 0.99 | 0.74 | 0.85 |
HSV | 356° | 24° | 96° |
CMYK | 0.00 | 0.24 | 0.22 0.04 |
XYZ | 64.8305 | 58.7147 | 57.2064 |
Yxy | 58.7147 | 0.3587 | 0.3248 |
Hunter Lab | 76.6255 | 16.9287 | 9.3737 |
CIE-Lab | 81.1345 | 21.4494 | 6.0902 |
#f5bbbf color RGB value is (245,187,191).
#f5bbbf hex color red value is 245, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f5bbbf hue: 0.99 , saturation: 0.74 and the lightness value of f5bbbf is 0.85.
The process color (four color CMYK) of #f5bbbf color hex is 0.00, 0.24, 0.22, 0.04. Web safe color of #f5bbbf is #ffcccc. Color #f5bbbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10111011 | 10111111 |
Octal | 365 | 273 | 277 |
Decimal | 245 | 187 | 191 |
Hex | F5 | BB | BF |
Shades of #f5bbbf
Tints of #f5bbbf
RGB Percentages of Color #f5bbbf
CMYK Percentages of Color #f5bbbf
Complementary Color
#f5bbbf | #bbf5f1 |
#f5bbbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5bbbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5bbbf Color CSS Codes
.mybgcolor {background-color:#f5bbbf; } .myforecolor {color:#f5bbbf; } .mybordercolor {border:3px solid #f5bbbf; }
#f5bbbf Text Font Color
<p style="color:#f5bbbf">Text here</p>
This sample text font color is #f5bbbf
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.
#f5bbbf Background Color
<div style="background-color:#f5bbbf">
Div content here</div>
This div background color is #f5bbbf
#f5bbbf Border Color
<div style="border:3px solid #f5bbbf">
Div here</div>
This div border color is #f5bbbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,187,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5bbbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5bbbf; -webkit-box-shadow: 1px 1px 3px 2px #f5bbbf; box-shadow: 1px 1px 3px 2px #f5bbbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,187,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5bbbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5bbbf; -webkit-box-shadow: 1px 1px 3px 2px #f5bbbf; box-shadow: 1px 1px 3px 2px #f5bbbf;">
Div content here</div>
This div box has shadow with color #f5bbbf
Comments
No comments written yet.
Please login to write comment.