Color spaces of #fbcda9
RGB | 251 | 205 | 169 |
---|---|---|---|
HSL | 0.07 | 0.91 | 0.82 |
HSV | 26° | 33° | 98° |
CMYK | 0.00 | 0.18 | 0.33 0.02 |
XYZ | 68.7764 | 67.0364 | 46.8505 |
Yxy | 67.0364 | 0.3765 | 0.3670 |
Hunter Lab | 81.8758 | 6.6591 | 23.3864 |
CIE-Lab | 85.5223 | 11.2908 | 24.0485 |
#fbcda9 color RGB value is (251,205,169).
#fbcda9 hex color red value is 251, green value is 205 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #fbcda9 hue: 0.07 , saturation: 0.91 and the lightness value of fbcda9 is 0.82.
The process color (four color CMYK) of #fbcda9 color hex is 0.00, 0.18, 0.33, 0.02. Web safe color of #fbcda9 is #ffcc99. Color #fbcda9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001101 | 10101001 |
Octal | 373 | 315 | 251 |
Decimal | 251 | 205 | 169 |
Hex | FB | CD | A9 |
Shades of #fbcda9
Tints of #fbcda9
RGB Percentages of Color #fbcda9
CMYK Percentages of Color #fbcda9
Complementary Color
#fbcda9 | #a9d7fb |
#fbcda9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcda9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcda9 Color CSS Codes
.mybgcolor {background-color:#fbcda9; } .myforecolor {color:#fbcda9; } .mybordercolor {border:3px solid #fbcda9; }
#fbcda9 Text Font Color
<p style="color:#fbcda9">Text here</p>
This sample text font color is #fbcda9
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.
#fbcda9 Background Color
<div style="background-color:#fbcda9">
Div content here</div>
This div background color is #fbcda9
#fbcda9 Border Color
<div style="border:3px solid #fbcda9">
Div here</div>
This div border color is #fbcda9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,205,169, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcda9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcda9; -webkit-box-shadow: 1px 1px 3px 2px #fbcda9; box-shadow: 1px 1px 3px 2px #fbcda9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,205,169, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcda9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcda9; -webkit-box-shadow: 1px 1px 3px 2px #fbcda9; box-shadow: 1px 1px 3px 2px #fbcda9;">
Div content here</div>
This div box has shadow with color #fbcda9
Comments
No comments written yet.
Please login to write comment.