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