Color spaces of #fbcdac
RGB | 251 | 205 | 172 |
---|---|---|---|
HSL | 0.07 | 0.91 | 0.83 |
HSV | 25° | 31° | 98° |
CMYK | 0.00 | 0.18 | 0.31 0.02 |
XYZ | 69.0614 | 67.1504 | 48.3511 |
Yxy | 67.1504 | 0.3742 | 0.3638 |
Hunter Lab | 81.9453 | 7.0308 | 22.3782 |
CIE-Lab | 85.5798 | 11.6620 | 22.5526 |
#fbcdac color RGB value is (251,205,172).
#fbcdac hex color red value is 251, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fbcdac hue: 0.07 , saturation: 0.91 and the lightness value of fbcdac is 0.83.
The process color (four color CMYK) of #fbcdac color hex is 0.00, 0.18, 0.31, 0.02. Web safe color of #fbcdac is #ffcc99. Color #fbcdac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001101 | 10101100 |
Octal | 373 | 315 | 254 |
Decimal | 251 | 205 | 172 |
Hex | FB | CD | AC |
Shades of #fbcdac
Tints of #fbcdac
RGB Percentages of Color #fbcdac
CMYK Percentages of Color #fbcdac
Complementary Color
#fbcdac | #acdafb |
#fbcdac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcdac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcdac Color CSS Codes
.mybgcolor {background-color:#fbcdac; } .myforecolor {color:#fbcdac; } .mybordercolor {border:3px solid #fbcdac; }
#fbcdac Text Font Color
<p style="color:#fbcdac">Text here</p>
This sample text font color is #fbcdac
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.
#fbcdac Background Color
<div style="background-color:#fbcdac">
Div content here</div>
This div background color is #fbcdac
#fbcdac Border Color
<div style="border:3px solid #fbcdac">
Div here</div>
This div border color is #fbcdac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,205,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcdac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcdac; -webkit-box-shadow: 1px 1px 3px 2px #fbcdac; box-shadow: 1px 1px 3px 2px #fbcdac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,205,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 #fbcdac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcdac; -webkit-box-shadow: 1px 1px 3px 2px #fbcdac; box-shadow: 1px 1px 3px 2px #fbcdac;">
Div content here</div>
This div box has shadow with color #fbcdac
#fbcdac Color Palettes
Comments
No comments written yet.
Please login to write comment.