Color spaces of #ffbec7
RGB | 255 | 190 | 199 |
---|---|---|---|
HSL | 0.98 | 1.00 | 0.87 |
HSV | 352° | 25° | 100° |
CMYK | 0.00 | 0.25 | 0.22 0.00 |
XYZ | 69.9623 | 62.2104 | 62.3532 |
Yxy | 62.2104 | 0.3597 | 0.3198 |
Hunter Lab | 78.8736 | 20.3040 | 8.3400 |
CIE-Lab | 83.0252 | 24.6196 | 4.6484 |
#ffbec7 color RGB value is (255,190,199).
#ffbec7 hex color red value is 255, green value is 190 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ffbec7 hue: 0.98 , saturation: 1.00 and the lightness value of ffbec7 is 0.87.
The process color (four color CMYK) of #ffbec7 color hex is 0.00, 0.25, 0.22, 0.00. Web safe color of #ffbec7 is #ffcccc. Color #ffbec7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111110 | 11000111 |
Octal | 377 | 276 | 307 |
Decimal | 255 | 190 | 199 |
Hex | FF | BE | C7 |
Shades of #ffbec7
Tints of #ffbec7
RGB Percentages of Color #ffbec7
CMYK Percentages of Color #ffbec7
Complementary Color
#ffbec7 | #befff6 |
#ffbec7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffbec7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffbec7 Color CSS Codes
.mybgcolor {background-color:#ffbec7; } .myforecolor {color:#ffbec7; } .mybordercolor {border:3px solid #ffbec7; }
#ffbec7 Text Font Color
<p style="color:#ffbec7">Text here</p>
This sample text font color is #ffbec7
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.
#ffbec7 Background Color
<div style="background-color:#ffbec7">
Div content here</div>
This div background color is #ffbec7
#ffbec7 Border Color
<div style="border:3px solid #ffbec7">
Div here</div>
This div border color is #ffbec7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,190,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffbec7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffbec7; -webkit-box-shadow: 1px 1px 3px 2px #ffbec7; box-shadow: 1px 1px 3px 2px #ffbec7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,190,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffbec7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbec7; -webkit-box-shadow: 1px 1px 3px 2px #ffbec7; box-shadow: 1px 1px 3px 2px #ffbec7;">
Div content here</div>
This div box has shadow with color #ffbec7
#ffbec7 Color Palettes
Comments
No comments written yet.
Please login to write comment.