Color spaces of #fcfefb
RGB | 252 | 254 | 251 |
---|---|---|---|
HSL | 0.28 | 0.60 | 0.99 |
HSV | 100° | 1° | 100° |
CMYK | 0.01 | 0.00 | 0.01 0.00 |
XYZ | 92.9993 | 98.5441 | 105.3861 |
Yxy | 98.5441 | 0.3132 | 0.3319 |
Hunter Lab | 99.2694 | -6.4959 | 6.5453 |
CIE-Lab | 99.4343 | -1.1784 | 1.1891 |
#fcfefb color RGB value is (252,254,251).
#fcfefb hex color red value is 252, green value is 254 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fcfefb hue: 0.28 , saturation: 0.60 and the lightness value of fcfefb is 0.99.
The process color (four color CMYK) of #fcfefb color hex is 0.01, 0.00, 0.01, 0.00. Web safe color of #fcfefb is #ffffff. Color #fcfefb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111110 | 11111011 |
Octal | 374 | 376 | 373 |
Decimal | 252 | 254 | 251 |
Hex | FC | FE | FB |
Shades of #fcfefb
Tints of #fcfefb
All tints are identical with #fcfefb
RGB Percentages of Color #fcfefb
CMYK Percentages of Color #fcfefb
Complementary Color
#fcfefb | #fdfbfe |
#fcfefb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfefb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfefb Color CSS Codes
.mybgcolor {background-color:#fcfefb; } .myforecolor {color:#fcfefb; } .mybordercolor {border:3px solid #fcfefb; }
#fcfefb Text Font Color
<p style="color:#fcfefb">Text here</p>
This sample text font color is #fcfefb
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.
#fcfefb Background Color
<div style="background-color:#fcfefb">
Div content here</div>
This div background color is #fcfefb
#fcfefb Border Color
<div style="border:3px solid #fcfefb">
Div here</div>
This div border color is #fcfefb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,254,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfefb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfefb; -webkit-box-shadow: 1px 1px 3px 2px #fcfefb; box-shadow: 1px 1px 3px 2px #fcfefb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,254,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 #fcfefb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfefb; -webkit-box-shadow: 1px 1px 3px 2px #fcfefb; box-shadow: 1px 1px 3px 2px #fcfefb;">
Div content here</div>
This div box has shadow with color #fcfefb
Can you spot the difference with #ffffff to this colour?