Color spaces of #febcfc
RGB | 254 | 188 | 252 |
---|---|---|---|
HSL | 0.84 | 0.97 | 0.87 |
HSV | 302° | 26° | 100° |
CMYK | 0.00 | 0.26 | 0.01 0.00 |
XYZ | 76.4270 | 64.0655 | 100.4332 |
Yxy | 64.0655 | 0.3172 | 0.2659 |
Hunter Lab | 80.0409 | 30.3689 | -18.3668 |
CIE-Lab | 83.9999 | 33.9160 | -22.2729 |
#febcfc color RGB value is (254,188,252).
#febcfc hex color red value is 254, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #febcfc hue: 0.84 , saturation: 0.97 and the lightness value of febcfc is 0.87.
The process color (four color CMYK) of #febcfc color hex is 0.00, 0.26, 0.01, 0.00. Web safe color of #febcfc is #ffccff. Color #febcfc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111100 | 11111100 |
Octal | 376 | 274 | 374 |
Decimal | 254 | 188 | 252 |
Hex | FE | BC | FC |
Shades of #febcfc
Tints of #febcfc
RGB Percentages of Color #febcfc
CMYK Percentages of Color #febcfc
Complementary Color
#febcfc | #bcfebe |
#febcfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febcfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#febcfc Color CSS Codes
.mybgcolor {background-color:#febcfc; } .myforecolor {color:#febcfc; } .mybordercolor {border:3px solid #febcfc; }
#febcfc Text Font Color
<p style="color:#febcfc">Text here</p>
This sample text font color is #febcfc
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.
#febcfc Background Color
<div style="background-color:#febcfc">
Div content here</div>
This div background color is #febcfc
#febcfc Border Color
<div style="border:3px solid #febcfc">
Div here</div>
This div border color is #febcfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,188,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febcfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febcfc; -webkit-box-shadow: 1px 1px 3px 2px #febcfc; box-shadow: 1px 1px 3px 2px #febcfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,188,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #febcfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febcfc; -webkit-box-shadow: 1px 1px 3px 2px #febcfc; box-shadow: 1px 1px 3px 2px #febcfc;">
Div content here</div>
This div box has shadow with color #febcfc
Comments
No comments written yet.
Please login to write comment.