Color spaces of #fddcfb
RGB | 253 | 220 | 251 |
---|---|---|---|
HSL | 0.84 | 0.89 | 0.93 |
HSV | 304° | 13° | 99° |
CMYK | 0.00 | 0.13 | 0.01 0.01 |
XYZ | 83.5138 | 79.0341 | 102.1202 |
Yxy | 79.0341 | 0.3155 | 0.2986 |
Hunter Lab | 88.9011 | 12.1061 | -5.8753 |
CIE-Lab | 91.2497 | 16.6150 | -10.8572 |
#fddcfb color RGB value is (253,220,251).
#fddcfb hex color red value is 253, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fddcfb hue: 0.84 , saturation: 0.89 and the lightness value of fddcfb is 0.93.
The process color (four color CMYK) of #fddcfb color hex is 0.00, 0.13, 0.01, 0.01. Web safe color of #fddcfb is #ffccff. Color #fddcfb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011100 | 11111011 |
Octal | 375 | 334 | 373 |
Decimal | 253 | 220 | 251 |
Hex | FD | DC | FB |
Shades of #fddcfb
Tints of #fddcfb
RGB Percentages of Color #fddcfb
CMYK Percentages of Color #fddcfb
Complementary Color
#fddcfb | #dcfdde |
#fddcfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fddcfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fddcfb Color CSS Codes
.mybgcolor {background-color:#fddcfb; } .myforecolor {color:#fddcfb; } .mybordercolor {border:3px solid #fddcfb; }
#fddcfb Text Font Color
<p style="color:#fddcfb">Text here</p>
This sample text font color is #fddcfb
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.
#fddcfb Background Color
<div style="background-color:#fddcfb">
Div content here</div>
This div background color is #fddcfb
#fddcfb Border Color
<div style="border:3px solid #fddcfb">
Div here</div>
This div border color is #fddcfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,220,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fddcfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fddcfb; -webkit-box-shadow: 1px 1px 3px 2px #fddcfb; box-shadow: 1px 1px 3px 2px #fddcfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,220,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fddcfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fddcfb; -webkit-box-shadow: 1px 1px 3px 2px #fddcfb; box-shadow: 1px 1px 3px 2px #fddcfb;">
Div content here</div>
This div box has shadow with color #fddcfb
Comments
No comments written yet.
Please login to write comment.