Color spaces of #fdd8bf
RGB | 253 | 216 | 191 |
---|---|---|---|
HSL | 0.07 | 0.94 | 0.87 |
HSV | 24° | 25° | 99° |
CMYK | 0.00 | 0.15 | 0.25 0.01 |
XYZ | 74.4678 | 73.7560 | 59.6017 |
Yxy | 73.7560 | 0.3583 | 0.3549 |
Hunter Lab | 85.8813 | 4.4853 | 18.9696 |
CIE-Lab | 88.8070 | 9.1880 | 17.0969 |
#fdd8bf color RGB value is (253,216,191).
#fdd8bf hex color red value is 253, green value is 216 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fdd8bf hue: 0.07 , saturation: 0.94 and the lightness value of fdd8bf is 0.87.
The process color (four color CMYK) of #fdd8bf color hex is 0.00, 0.15, 0.25, 0.01. Web safe color of #fdd8bf is #ffcccc. Color #fdd8bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011000 | 10111111 |
Octal | 375 | 330 | 277 |
Decimal | 253 | 216 | 191 |
Hex | FD | D8 | BF |
Shades of #fdd8bf
Tints of #fdd8bf
RGB Percentages of Color #fdd8bf
CMYK Percentages of Color #fdd8bf
Complementary Color
#fdd8bf | #bfe4fd |
#fdd8bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdd8bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdd8bf Color CSS Codes
.mybgcolor {background-color:#fdd8bf; } .myforecolor {color:#fdd8bf; } .mybordercolor {border:3px solid #fdd8bf; }
#fdd8bf Text Font Color
<p style="color:#fdd8bf">Text here</p>
This sample text font color is #fdd8bf
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.
#fdd8bf Background Color
<div style="background-color:#fdd8bf">
Div content here</div>
This div background color is #fdd8bf
#fdd8bf Border Color
<div style="border:3px solid #fdd8bf">
Div here</div>
This div border color is #fdd8bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,216,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdd8bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdd8bf; -webkit-box-shadow: 1px 1px 3px 2px #fdd8bf; box-shadow: 1px 1px 3px 2px #fdd8bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,216,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 #fdd8bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdd8bf; -webkit-box-shadow: 1px 1px 3px 2px #fdd8bf; box-shadow: 1px 1px 3px 2px #fdd8bf;">
Div content here</div>
This div box has shadow with color #fdd8bf
Comments
No comments written yet.
Please login to write comment.