Color spaces of #fcfdfe
RGB | 252 | 253 | 254 |
---|---|---|---|
HSL | 0.58 | 0.50 | 0.99 |
HSV | 210° | 1° | 100° |
CMYK | 0.01 | 0.00 | 0.00 0.00 |
XYZ | 93.1596 | 98.1018 | 107.7914 |
Yxy | 98.1018 | 0.3115 | 0.3280 |
Hunter Lab | 99.0464 | -5.4401 | 4.8076 |
CIE-Lab | 99.2613 | -0.1478 | -0.6030 |
#fcfdfe color RGB value is (252,253,254).
#fcfdfe hex color red value is 252, green value is 253 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fcfdfe hue: 0.58 , saturation: 0.50 and the lightness value of fcfdfe is 0.99.
The process color (four color CMYK) of #fcfdfe color hex is 0.01, 0.00, 0.00, 0.00. Web safe color of #fcfdfe is #ffffff. Color #fcfdfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111101 | 11111110 |
Octal | 374 | 375 | 376 |
Decimal | 252 | 253 | 254 |
Hex | FC | FD | FE |
Shades of #fcfdfe
Tints of #fcfdfe
All tints are identical with #fcfdfe
RGB Percentages of Color #fcfdfe
CMYK Percentages of Color #fcfdfe
Complementary Color
#fcfdfe | #fefdfc |
#fcfdfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfdfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfdfe Color CSS Codes
.mybgcolor {background-color:#fcfdfe; } .myforecolor {color:#fcfdfe; } .mybordercolor {border:3px solid #fcfdfe; }
#fcfdfe Text Font Color
<p style="color:#fcfdfe">Text here</p>
This sample text font color is #fcfdfe
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.
#fcfdfe Background Color
<div style="background-color:#fcfdfe">
Div content here</div>
This div background color is #fcfdfe
#fcfdfe Border Color
<div style="border:3px solid #fcfdfe">
Div here</div>
This div border color is #fcfdfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,253,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfdfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfdfe; -webkit-box-shadow: 1px 1px 3px 2px #fcfdfe; box-shadow: 1px 1px 3px 2px #fcfdfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,253,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 #fcfdfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfdfe; -webkit-box-shadow: 1px 1px 3px 2px #fcfdfe; box-shadow: 1px 1px 3px 2px #fcfdfe;">
Div content here</div>
This div box has shadow with color #fcfdfe
Related Colors
#fcfdfe Color Palettes
Comments
No comments written yet.
Please login to write comment.