Color spaces of #f1dabe
RGB | 241 | 218 | 190 |
---|---|---|---|
HSL | 0.09 | 0.65 | 0.85 |
HSV | 33° | 21° | 95° |
CMYK | 0.00 | 0.10 | 0.21 0.05 |
XYZ | 70.6413 | 72.5613 | 58.9977 |
Yxy | 72.5613 | 0.3494 | 0.3589 |
Hunter Lab | 85.1829 | -1.0419 | 18.5638 |
CIE-Lab | 88.2381 | 3.6061 | 16.6705 |
#f1dabe color RGB value is (241,218,190).
#f1dabe hex color red value is 241, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f1dabe hue: 0.09 , saturation: 0.65 and the lightness value of f1dabe is 0.85.
The process color (four color CMYK) of #f1dabe color hex is 0.00, 0.10, 0.21, 0.05. Web safe color of #f1dabe is #ffcccc. Color #f1dabe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 11011010 | 10111110 |
Octal | 361 | 332 | 276 |
Decimal | 241 | 218 | 190 |
Hex | F1 | DA | BE |
Shades of #f1dabe
Tints of #f1dabe
RGB Percentages of Color #f1dabe
CMYK Percentages of Color #f1dabe
Complementary Color
#f1dabe | #bed5f1 |
#f1dabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1dabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1dabe Color CSS Codes
.mybgcolor {background-color:#f1dabe; } .myforecolor {color:#f1dabe; } .mybordercolor {border:3px solid #f1dabe; }
#f1dabe Text Font Color
<p style="color:#f1dabe">Text here</p>
This sample text font color is #f1dabe
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.
#f1dabe Background Color
<div style="background-color:#f1dabe">
Div content here</div>
This div background color is #f1dabe
#f1dabe Border Color
<div style="border:3px solid #f1dabe">
Div here</div>
This div border color is #f1dabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,218,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1dabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1dabe; -webkit-box-shadow: 1px 1px 3px 2px #f1dabe; box-shadow: 1px 1px 3px 2px #f1dabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,218,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f1dabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1dabe; -webkit-box-shadow: 1px 1px 3px 2px #f1dabe; box-shadow: 1px 1px 3px 2px #f1dabe;">
Div content here</div>
This div box has shadow with color #f1dabe
Comments
No comments written yet.
Please login to write comment.