Color spaces of #f1bfac
RGB | 241 | 191 | 172 |
---|---|---|---|
HSL | 0.05 | 0.71 | 0.81 |
HSV | 17° | 29° | 95° |
CMYK | 0.00 | 0.21 | 0.29 0.05 |
XYZ | 62.3528 | 58.9409 | 47.1201 |
Yxy | 58.9409 | 0.3702 | 0.3500 |
Hunter Lab | 76.7730 | 10.6198 | 17.3513 |
CIE-Lab | 81.2591 | 15.2325 | 16.4091 |
#f1bfac color RGB value is (241,191,172).
#f1bfac hex color red value is 241, green value is 191 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f1bfac hue: 0.05 , saturation: 0.71 and the lightness value of f1bfac is 0.81.
The process color (four color CMYK) of #f1bfac color hex is 0.00, 0.21, 0.29, 0.05. Web safe color of #f1bfac is #ffcc99. Color #f1bfac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10111111 | 10101100 |
Octal | 361 | 277 | 254 |
Decimal | 241 | 191 | 172 |
Hex | F1 | BF | AC |
Shades of #f1bfac
Tints of #f1bfac
RGB Percentages of Color #f1bfac
CMYK Percentages of Color #f1bfac
Complementary Color
#f1bfac | #acdef1 |
#f1bfac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1bfac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1bfac Color CSS Codes
.mybgcolor {background-color:#f1bfac; } .myforecolor {color:#f1bfac; } .mybordercolor {border:3px solid #f1bfac; }
#f1bfac Text Font Color
<p style="color:#f1bfac">Text here</p>
This sample text font color is #f1bfac
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.
#f1bfac Background Color
<div style="background-color:#f1bfac">
Div content here</div>
This div background color is #f1bfac
#f1bfac Border Color
<div style="border:3px solid #f1bfac">
Div here</div>
This div border color is #f1bfac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,191,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1bfac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1bfac; -webkit-box-shadow: 1px 1px 3px 2px #f1bfac; box-shadow: 1px 1px 3px 2px #f1bfac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,191,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f1bfac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1bfac; -webkit-box-shadow: 1px 1px 3px 2px #f1bfac; box-shadow: 1px 1px 3px 2px #f1bfac;">
Div content here</div>
This div box has shadow with color #f1bfac
Comments
No comments written yet.
Please login to write comment.