Color spaces of #fdfafe
RGB | 253 | 250 | 254 |
---|---|---|---|
HSL | 0.79 | 0.67 | 0.99 |
HSV | 285° | 2° | 100° |
CMYK | 0.00 | 0.02 | 0.00 0.00 |
XYZ | 92.5830 | 96.4096 | 107.4952 |
Yxy | 96.4096 | 0.3123 | 0.3252 |
Hunter Lab | 98.1884 | -3.5199 | 3.8221 |
CIE-Lab | 98.5948 | 1.6985 | -1.5695 |
#fdfafe color RGB value is (253,250,254).
#fdfafe hex color red value is 253, green value is 250 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fdfafe hue: 0.79 , saturation: 0.67 and the lightness value of fdfafe is 0.99.
The process color (four color CMYK) of #fdfafe color hex is 0.00, 0.02, 0.00, 0.00. Web safe color of #fdfafe is #ffffff. Color #fdfafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111010 | 11111110 |
Octal | 375 | 372 | 376 |
Decimal | 253 | 250 | 254 |
Hex | FD | FA | FE |
Shades of #fdfafe
Tints of #fdfafe
RGB Percentages of Color #fdfafe
CMYK Percentages of Color #fdfafe
Complementary Color
#fdfafe | #fbfefa |
#fdfafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdfafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdfafe Color CSS Codes
.mybgcolor {background-color:#fdfafe; } .myforecolor {color:#fdfafe; } .mybordercolor {border:3px solid #fdfafe; }
#fdfafe Text Font Color
<p style="color:#fdfafe">Text here</p>
This sample text font color is #fdfafe
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.
#fdfafe Background Color
<div style="background-color:#fdfafe">
Div content here</div>
This div background color is #fdfafe
#fdfafe Border Color
<div style="border:3px solid #fdfafe">
Div here</div>
This div border color is #fdfafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,250,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdfafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdfafe; -webkit-box-shadow: 1px 1px 3px 2px #fdfafe; box-shadow: 1px 1px 3px 2px #fdfafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,250,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdfafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdfafe; -webkit-box-shadow: 1px 1px 3px 2px #fdfafe; box-shadow: 1px 1px 3px 2px #fdfafe;">
Div content here</div>
This div box has shadow with color #fdfafe
Related Colors
#fdfafe Color Palettes
Comments
No comments written yet.
Please login to write comment.