Color spaces of #fcf8fb
RGB | 252 | 248 | 251 |
---|---|---|---|
HSL | 0.88 | 0.40 | 0.98 |
HSV | 315° | 2° | 99° |
CMYK | 0.00 | 0.02 | 0.00 0.01 |
XYZ | 91.1249 | 94.7953 | 104.7613 |
Yxy | 94.7953 | 0.3135 | 0.3261 |
Hunter Lab | 97.3629 | -3.3214 | 4.3587 |
CIE-Lab | 97.9516 | 1.8552 | -0.9756 |
#fcf8fb color RGB value is (252,248,251).
#fcf8fb hex color red value is 252, green value is 248 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fcf8fb hue: 0.88 , saturation: 0.40 and the lightness value of fcf8fb is 0.98.
The process color (four color CMYK) of #fcf8fb color hex is 0.00, 0.02, 0.00, 0.01. Web safe color of #fcf8fb is #ffffff. Color #fcf8fb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111000 | 11111011 |
Octal | 374 | 370 | 373 |
Decimal | 252 | 248 | 251 |
Hex | FC | F8 | FB |
Shades of #fcf8fb
Tints of #fcf8fb
RGB Percentages of Color #fcf8fb
CMYK Percentages of Color #fcf8fb
Complementary Color
#fcf8fb | #f8fcf9 |
#fcf8fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf8fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf8fb Color CSS Codes
.mybgcolor {background-color:#fcf8fb; } .myforecolor {color:#fcf8fb; } .mybordercolor {border:3px solid #fcf8fb; }
#fcf8fb Text Font Color
<p style="color:#fcf8fb">Text here</p>
This sample text font color is #fcf8fb
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.
#fcf8fb Background Color
<div style="background-color:#fcf8fb">
Div content here</div>
This div background color is #fcf8fb
#fcf8fb Border Color
<div style="border:3px solid #fcf8fb">
Div here</div>
This div border color is #fcf8fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,248,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf8fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf8fb; -webkit-box-shadow: 1px 1px 3px 2px #fcf8fb; box-shadow: 1px 1px 3px 2px #fcf8fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,248,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 #fcf8fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf8fb; -webkit-box-shadow: 1px 1px 3px 2px #fcf8fb; box-shadow: 1px 1px 3px 2px #fcf8fb;">
Div content here</div>
This div box has shadow with color #fcf8fb
Related Colors
Comments
No comments written yet.
Please login to write comment.