Color spaces of #fff2fd
RGB | 255 | 242 | 253 |
---|---|---|---|
HSL | 0.86 | 1.00 | 0.97 |
HSV | 309° | 5° | 100° |
CMYK | 0.00 | 0.05 | 0.01 0.00 |
XYZ | 90.7218 | 91.8561 | 105.8770 |
Yxy | 91.8561 | 0.3145 | 0.3184 |
Hunter Lab | 95.8416 | 1.2419 | 1.5910 |
CIE-Lab | 96.7615 | 6.2569 | -3.7260 |
#fff2fd color RGB value is (255,242,253).
#fff2fd hex color red value is 255, green value is 242 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fff2fd hue: 0.86 , saturation: 1.00 and the lightness value of fff2fd is 0.97.
The process color (four color CMYK) of #fff2fd color hex is 0.00, 0.05, 0.01, 0.00. Web safe color of #fff2fd is #ffffff. Color #fff2fd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11110010 | 11111101 |
Octal | 377 | 362 | 375 |
Decimal | 255 | 242 | 253 |
Hex | FF | F2 | FD |
Shades of #fff2fd
Tints of #fff2fd
RGB Percentages of Color #fff2fd
CMYK Percentages of Color #fff2fd
Complementary Color
#fff2fd | #f2fff4 |
#fff2fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fff2fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fff2fd Color CSS Codes
.mybgcolor {background-color:#fff2fd; } .myforecolor {color:#fff2fd; } .mybordercolor {border:3px solid #fff2fd; }
#fff2fd Text Font Color
<p style="color:#fff2fd">Text here</p>
This sample text font color is #fff2fd
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.
#fff2fd Background Color
<div style="background-color:#fff2fd">
Div content here</div>
This div background color is #fff2fd
#fff2fd Border Color
<div style="border:3px solid #fff2fd">
Div here</div>
This div border color is #fff2fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,242,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fff2fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fff2fd; -webkit-box-shadow: 1px 1px 3px 2px #fff2fd; box-shadow: 1px 1px 3px 2px #fff2fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,242,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 #fff2fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fff2fd; -webkit-box-shadow: 1px 1px 3px 2px #fff2fd; box-shadow: 1px 1px 3px 2px #fff2fd;">
Div content here</div>
This div box has shadow with color #fff2fd
Related Colors
Comments
No comments written yet.
Please login to write comment.