Color spaces of #fcfdfb
RGB | 252 | 253 | 251 |
---|---|---|---|
HSL | 0.25 | 0.33 | 0.99 |
HSV | 90° | 1° | 99° |
CMYK | 0.00 | 0.00 | 0.01 0.01 |
XYZ | 92.6828 | 97.9110 | 105.2806 |
Yxy | 97.9110 | 0.3133 | 0.3309 |
Hunter Lab | 98.9500 | -5.9681 | 6.1817 |
CIE-Lab | 99.1866 | -0.6743 | 0.8280 |
#fcfdfb color RGB value is (252,253,251).
#fcfdfb hex color red value is 252, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fcfdfb hue: 0.25 , saturation: 0.33 and the lightness value of fcfdfb is 0.99.
The process color (four color CMYK) of #fcfdfb color hex is 0.00, 0.00, 0.01, 0.01. Web safe color of #fcfdfb is #ffffff. Color #fcfdfb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111101 | 11111011 |
Octal | 374 | 375 | 373 |
Decimal | 252 | 253 | 251 |
Hex | FC | FD | FB |
Shades of #fcfdfb
Tints of #fcfdfb
All tints are identical with #fcfdfb
RGB Percentages of Color #fcfdfb
CMYK Percentages of Color #fcfdfb
Complementary Color
#fcfdfb | #fcfbfd |
#fcfdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfdfb Color CSS Codes
.mybgcolor {background-color:#fcfdfb; } .myforecolor {color:#fcfdfb; } .mybordercolor {border:3px solid #fcfdfb; }
#fcfdfb Text Font Color
<p style="color:#fcfdfb">Text here</p>
This sample text font color is #fcfdfb
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.
#fcfdfb Background Color
<div style="background-color:#fcfdfb">
Div content here</div>
This div background color is #fcfdfb
#fcfdfb Border Color
<div style="border:3px solid #fcfdfb">
Div here</div>
This div border color is #fcfdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,253,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfdfb; -webkit-box-shadow: 1px 1px 3px 2px #fcfdfb; box-shadow: 1px 1px 3px 2px #fcfdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,253,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcfdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfdfb; -webkit-box-shadow: 1px 1px 3px 2px #fcfdfb; box-shadow: 1px 1px 3px 2px #fcfdfb;">
Div content here</div>
This div box has shadow with color #fcfdfb
#fcfdfb Color Palettes
Comments
No comments written yet.
Please login to write comment.