Color spaces of #fffded
RGB | 255 | 253 | 237 |
---|---|---|---|
HSL | 0.15 | 1.00 | 0.96 |
HSV | 53° | 7° | 100° |
CMYK | 0.00 | 0.01 | 0.07 0.00 |
XYZ | 91.6513 | 97.6250 | 94.1337 |
Yxy | 97.6250 | 0.3234 | 0.3445 |
Hunter Lab | 98.8054 | -7.3338 | 12.6771 |
CIE-Lab | 99.0743 | -2.0367 | 7.8762 |
#fffded color RGB value is (255,253,237).
#fffded hex color red value is 255, green value is 253 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fffded hue: 0.15 , saturation: 1.00 and the lightness value of fffded is 0.96.
The process color (four color CMYK) of #fffded color hex is 0.00, 0.01, 0.07, 0.00. Web safe color of #fffded is #ffffff. Color #fffded contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11111101 | 11101101 |
Octal | 377 | 375 | 355 |
Decimal | 255 | 253 | 237 |
Hex | FF | FD | ED |
Shades of #fffded
Tints of #fffded
RGB Percentages of Color #fffded
CMYK Percentages of Color #fffded
Complementary Color
#fffded | #edefff |
#fffded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fffded Color Preview on White Background
Lorem ipsum dolor sit amet.
#fffded Color CSS Codes
.mybgcolor {background-color:#fffded; } .myforecolor {color:#fffded; } .mybordercolor {border:3px solid #fffded; }
#fffded Text Font Color
<p style="color:#fffded">Text here</p>
This sample text font color is #fffded
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.
#fffded Background Color
<div style="background-color:#fffded">
Div content here</div>
This div background color is #fffded
#fffded Border Color
<div style="border:3px solid #fffded">
Div here</div>
This div border color is #fffded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,253,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fffded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fffded; -webkit-box-shadow: 1px 1px 3px 2px #fffded; box-shadow: 1px 1px 3px 2px #fffded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,253,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fffded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fffded; -webkit-box-shadow: 1px 1px 3px 2px #fffded; box-shadow: 1px 1px 3px 2px #fffded;">
Div content here</div>
This div box has shadow with color #fffded
#fffded Color Palettes
Comments
No comments written yet.
Please login to write comment.