Color spaces of #fff7fd
RGB | 255 | 247 | 253 |
---|---|---|---|
HSL | 0.88 | 1.00 | 0.98 |
HSV | 315° | 3° | 100° |
CMYK | 0.00 | 0.03 | 0.01 0.00 |
XYZ | 92.2304 | 94.8734 | 106.3798 |
Yxy | 94.8734 | 0.3143 | 0.3233 |
Hunter Lab | 97.4030 | -1.4344 | 3.4278 |
CIE-Lab | 97.9828 | 3.7061 | -1.9333 |
#fff7fd color RGB value is (255,247,253).
#fff7fd hex color red value is 255, green value is 247 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fff7fd hue: 0.88 , saturation: 1.00 and the lightness value of fff7fd is 0.98.
The process color (four color CMYK) of #fff7fd color hex is 0.00, 0.03, 0.01, 0.00. Web safe color of #fff7fd is #ffffff. Color #fff7fd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11110111 | 11111101 |
Octal | 377 | 367 | 375 |
Decimal | 255 | 247 | 253 |
Hex | FF | F7 | FD |
Shades of #fff7fd
Tints of #fff7fd
RGB Percentages of Color #fff7fd
CMYK Percentages of Color #fff7fd
Complementary Color
#fff7fd | #f7fff9 |
#fff7fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fff7fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fff7fd Color CSS Codes
.mybgcolor {background-color:#fff7fd; } .myforecolor {color:#fff7fd; } .mybordercolor {border:3px solid #fff7fd; }
#fff7fd Text Font Color
<p style="color:#fff7fd">Text here</p>
This sample text font color is #fff7fd
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.
#fff7fd Background Color
<div style="background-color:#fff7fd">
Div content here</div>
This div background color is #fff7fd
#fff7fd Border Color
<div style="border:3px solid #fff7fd">
Div here</div>
This div border color is #fff7fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,247,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fff7fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fff7fd; -webkit-box-shadow: 1px 1px 3px 2px #fff7fd; box-shadow: 1px 1px 3px 2px #fff7fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,247,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fff7fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fff7fd; -webkit-box-shadow: 1px 1px 3px 2px #fff7fd; box-shadow: 1px 1px 3px 2px #fff7fd;">
Div content here</div>
This div box has shadow with color #fff7fd
#fff7fd Color Palettes
Comments
No comments written yet.
Please login to write comment.