Color spaces of #febfb1
RGB | 254 | 191 | 177 |
---|---|---|---|
HSL | 0.03 | 0.97 | 0.85 |
HSV | 11° | 30° | 100° |
CMYK | 0.00 | 0.25 | 0.30 0.00 |
XYZ | 67.4397 | 61.5068 | 49.9125 |
Yxy | 61.5068 | 0.3771 | 0.3439 |
Hunter Lab | 78.4263 | 16.2483 | 17.1647 |
CIE-Lab | 82.6504 | 20.7424 | 15.8768 |
#febfb1 color RGB value is (254,191,177).
#febfb1 hex color red value is 254, green value is 191 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #febfb1 hue: 0.03 , saturation: 0.97 and the lightness value of febfb1 is 0.85.
The process color (four color CMYK) of #febfb1 color hex is 0.00, 0.25, 0.30, 0.00. Web safe color of #febfb1 is #ffcc99. Color #febfb1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111111 | 10110001 |
Octal | 376 | 277 | 261 |
Decimal | 254 | 191 | 177 |
Hex | FE | BF | B1 |
Shades of #febfb1
Tints of #febfb1
RGB Percentages of Color #febfb1
CMYK Percentages of Color #febfb1
Complementary Color
#febfb1 | #b1f0fe |
#febfb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febfb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#febfb1 Color CSS Codes
.mybgcolor {background-color:#febfb1; } .myforecolor {color:#febfb1; } .mybordercolor {border:3px solid #febfb1; }
#febfb1 Text Font Color
<p style="color:#febfb1">Text here</p>
This sample text font color is #febfb1
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.
#febfb1 Background Color
<div style="background-color:#febfb1">
Div content here</div>
This div background color is #febfb1
#febfb1 Border Color
<div style="border:3px solid #febfb1">
Div here</div>
This div border color is #febfb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,191,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febfb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febfb1; -webkit-box-shadow: 1px 1px 3px 2px #febfb1; box-shadow: 1px 1px 3px 2px #febfb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,191,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febfb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febfb1; -webkit-box-shadow: 1px 1px 3px 2px #febfb1; box-shadow: 1px 1px 3px 2px #febfb1;">
Div content here</div>
This div box has shadow with color #febfb1
Comments
No comments written yet.
Please login to write comment.