Color spaces of #fdbbae
RGB | 253 | 187 | 174 |
---|---|---|---|
HSL | 0.03 | 0.95 | 0.84 |
HSV | 10° | 31° | 99° |
CMYK | 0.00 | 0.26 | 0.31 0.01 |
XYZ | 65.9183 | 59.4793 | 48.0508 |
Yxy | 59.4793 | 0.3800 | 0.3429 |
Hunter Lab | 77.1228 | 17.6023 | 17.0458 |
CIE-Lab | 81.5543 | 22.0879 | 15.9286 |
#fdbbae color RGB value is (253,187,174).
#fdbbae hex color red value is 253, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fdbbae hue: 0.03 , saturation: 0.95 and the lightness value of fdbbae is 0.84.
The process color (four color CMYK) of #fdbbae color hex is 0.00, 0.26, 0.31, 0.01. Web safe color of #fdbbae is #ffcc99. Color #fdbbae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111011 | 10101110 |
Octal | 375 | 273 | 256 |
Decimal | 253 | 187 | 174 |
Hex | FD | BB | AE |
Shades of #fdbbae
Tints of #fdbbae
RGB Percentages of Color #fdbbae
CMYK Percentages of Color #fdbbae
Complementary Color
#fdbbae | #aef0fd |
#fdbbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdbbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdbbae Color CSS Codes
.mybgcolor {background-color:#fdbbae; } .myforecolor {color:#fdbbae; } .mybordercolor {border:3px solid #fdbbae; }
#fdbbae Text Font Color
<p style="color:#fdbbae">Text here</p>
This sample text font color is #fdbbae
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.
#fdbbae Background Color
<div style="background-color:#fdbbae">
Div content here</div>
This div background color is #fdbbae
#fdbbae Border Color
<div style="border:3px solid #fdbbae">
Div here</div>
This div border color is #fdbbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,187,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdbbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdbbae; -webkit-box-shadow: 1px 1px 3px 2px #fdbbae; box-shadow: 1px 1px 3px 2px #fdbbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,187,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdbbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdbbae; -webkit-box-shadow: 1px 1px 3px 2px #fdbbae; box-shadow: 1px 1px 3px 2px #fdbbae;">
Div content here</div>
This div box has shadow with color #fdbbae
Comments
No comments written yet.
Please login to write comment.