Color spaces of #fdb69b
RGB | 253 | 182 | 155 |
---|---|---|---|
HSL | 0.05 | 0.96 | 0.80 |
HSV | 17° | 39° | 99° |
CMYK | 0.00 | 0.28 | 0.39 0.01 |
XYZ | 63.1524 | 56.7051 | 38.6270 |
Yxy | 56.7051 | 0.3985 | 0.3578 |
Hunter Lab | 75.3028 | 17.9185 | 22.2988 |
CIE-Lab | 80.0134 | 22.4509 | 23.9588 |
#fdb69b color RGB value is (253,182,155).
#fdb69b hex color red value is 253, green value is 182 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fdb69b hue: 0.05 , saturation: 0.96 and the lightness value of fdb69b is 0.80.
The process color (four color CMYK) of #fdb69b color hex is 0.00, 0.28, 0.39, 0.01. Web safe color of #fdb69b is #ffcc99. Color #fdb69b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10110110 | 10011011 |
Octal | 375 | 266 | 233 |
Decimal | 253 | 182 | 155 |
Hex | FD | B6 | 9B |
Shades of #fdb69b
Tints of #fdb69b
RGB Percentages of Color #fdb69b
CMYK Percentages of Color #fdb69b
Complementary Color
#fdb69b | #9be2fd |
#fdb69b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdb69b Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdb69b Color CSS Codes
.mybgcolor {background-color:#fdb69b; } .myforecolor {color:#fdb69b; } .mybordercolor {border:3px solid #fdb69b; }
#fdb69b Text Font Color
<p style="color:#fdb69b">Text here</p>
This sample text font color is #fdb69b
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.
#fdb69b Background Color
<div style="background-color:#fdb69b">
Div content here</div>
This div background color is #fdb69b
#fdb69b Border Color
<div style="border:3px solid #fdb69b">
Div here</div>
This div border color is #fdb69b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,182,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdb69b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdb69b; -webkit-box-shadow: 1px 1px 3px 2px #fdb69b; box-shadow: 1px 1px 3px 2px #fdb69b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,182,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdb69b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdb69b; -webkit-box-shadow: 1px 1px 3px 2px #fdb69b; box-shadow: 1px 1px 3px 2px #fdb69b;">
Div content here</div>
This div box has shadow with color #fdb69b
Comments
No comments written yet.
Please login to write comment.