Color spaces of #fdc5bf
RGB | 253 | 197 | 191 |
---|---|---|---|
HSL | 0.02 | 0.94 | 0.87 |
HSV | 6° | 25° | 99° |
CMYK | 0.00 | 0.22 | 0.25 0.01 |
XYZ | 69.8782 | 64.5767 | 58.0718 |
Yxy | 64.5767 | 0.3630 | 0.3354 |
Hunter Lab | 80.3596 | 14.5886 | 13.4059 |
CIE-Lab | 84.2651 | 19.0941 | 10.6781 |
#fdc5bf color RGB value is (253,197,191).
#fdc5bf hex color red value is 253, green value is 197 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fdc5bf hue: 0.02 , saturation: 0.94 and the lightness value of fdc5bf is 0.87.
The process color (four color CMYK) of #fdc5bf color hex is 0.00, 0.22, 0.25, 0.01. Web safe color of #fdc5bf is #ffcccc. Color #fdc5bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11000101 | 10111111 |
Octal | 375 | 305 | 277 |
Decimal | 253 | 197 | 191 |
Hex | FD | C5 | BF |
Shades of #fdc5bf
Tints of #fdc5bf
RGB Percentages of Color #fdc5bf
CMYK Percentages of Color #fdc5bf
Complementary Color
#fdc5bf | #bff7fd |
#fdc5bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdc5bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdc5bf Color CSS Codes
.mybgcolor {background-color:#fdc5bf; } .myforecolor {color:#fdc5bf; } .mybordercolor {border:3px solid #fdc5bf; }
#fdc5bf Text Font Color
<p style="color:#fdc5bf">Text here</p>
This sample text font color is #fdc5bf
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.
#fdc5bf Background Color
<div style="background-color:#fdc5bf">
Div content here</div>
This div background color is #fdc5bf
#fdc5bf Border Color
<div style="border:3px solid #fdc5bf">
Div here</div>
This div border color is #fdc5bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,197,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdc5bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdc5bf; -webkit-box-shadow: 1px 1px 3px 2px #fdc5bf; box-shadow: 1px 1px 3px 2px #fdc5bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,197,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdc5bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdc5bf; -webkit-box-shadow: 1px 1px 3px 2px #fdc5bf; box-shadow: 1px 1px 3px 2px #fdc5bf;">
Div content here</div>
This div box has shadow with color #fdc5bf
#fdc5bf Color Palettes
Comments
No comments written yet.
Please login to write comment.