Color spaces of #fec1ab
RGB | 254 | 193 | 171 |
---|---|---|---|
HSL | 0.04 | 0.98 | 0.83 |
HSV | 16° | 33° | 100° |
CMYK | 0.00 | 0.24 | 0.33 0.00 |
XYZ | 67.2937 | 62.1510 | 46.9777 |
Yxy | 62.1510 | 0.3814 | 0.3523 |
Hunter Lab | 78.8359 | 14.4033 | 19.8547 |
CIE-Lab | 82.9937 | 18.9410 | 19.5522 |
#fec1ab color RGB value is (254,193,171).
#fec1ab hex color red value is 254, green value is 193 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fec1ab hue: 0.04 , saturation: 0.98 and the lightness value of fec1ab is 0.83.
The process color (four color CMYK) of #fec1ab color hex is 0.00, 0.24, 0.33, 0.00. Web safe color of #fec1ab is #ffcc99. Color #fec1ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000001 | 10101011 |
Octal | 376 | 301 | 253 |
Decimal | 254 | 193 | 171 |
Hex | FE | C1 | AB |
Shades of #fec1ab
Tints of #fec1ab
RGB Percentages of Color #fec1ab
CMYK Percentages of Color #fec1ab
Complementary Color
#fec1ab | #abe8fe |
#fec1ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec1ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec1ab Color CSS Codes
.mybgcolor {background-color:#fec1ab; } .myforecolor {color:#fec1ab; } .mybordercolor {border:3px solid #fec1ab; }
#fec1ab Text Font Color
<p style="color:#fec1ab">Text here</p>
This sample text font color is #fec1ab
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.
#fec1ab Background Color
<div style="background-color:#fec1ab">
Div content here</div>
This div background color is #fec1ab
#fec1ab Border Color
<div style="border:3px solid #fec1ab">
Div here</div>
This div border color is #fec1ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,193,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec1ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec1ab; -webkit-box-shadow: 1px 1px 3px 2px #fec1ab; box-shadow: 1px 1px 3px 2px #fec1ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,193,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec1ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec1ab; -webkit-box-shadow: 1px 1px 3px 2px #fec1ab; box-shadow: 1px 1px 3px 2px #fec1ab;">
Div content here</div>
This div box has shadow with color #fec1ab
#fec1ab Color Palettes
Comments
No comments written yet.
Please login to write comment.