Color spaces of #fbfecb
RGB | 251 | 254 | 203 |
---|---|---|---|
HSL | 0.18 | 0.96 | 0.90 |
HSV | 64° | 20° | 100° |
CMYK | 0.01 | 0.00 | 0.20 0.00 |
XYZ | 86.0050 | 95.7046 | 70.4398 |
Yxy | 95.7046 | 0.3411 | 0.3796 |
Hunter Lab | 97.8287 | -14.2741 | 25.7894 |
CIE-Lab | 98.3147 | -9.1225 | 24.1197 |
#fbfecb color RGB value is (251,254,203).
#fbfecb hex color red value is 251, green value is 254 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fbfecb hue: 0.18 , saturation: 0.96 and the lightness value of fbfecb is 0.90.
The process color (four color CMYK) of #fbfecb color hex is 0.01, 0.00, 0.20, 0.00. Web safe color of #fbfecb is #ffffcc. Color #fbfecb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11111110 | 11001011 |
Octal | 373 | 376 | 313 |
Decimal | 251 | 254 | 203 |
Hex | FB | FE | CB |
Shades of #fbfecb
Tints of #fbfecb
RGB Percentages of Color #fbfecb
CMYK Percentages of Color #fbfecb
Complementary Color
#fbfecb | #cecbfe |
#fbfecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbfecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbfecb Color CSS Codes
.mybgcolor {background-color:#fbfecb; } .myforecolor {color:#fbfecb; } .mybordercolor {border:3px solid #fbfecb; }
#fbfecb Text Font Color
<p style="color:#fbfecb">Text here</p>
This sample text font color is #fbfecb
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.
#fbfecb Background Color
<div style="background-color:#fbfecb">
Div content here</div>
This div background color is #fbfecb
#fbfecb Border Color
<div style="border:3px solid #fbfecb">
Div here</div>
This div border color is #fbfecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,254,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbfecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbfecb; -webkit-box-shadow: 1px 1px 3px 2px #fbfecb; box-shadow: 1px 1px 3px 2px #fbfecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,254,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbfecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbfecb; -webkit-box-shadow: 1px 1px 3px 2px #fbfecb; box-shadow: 1px 1px 3px 2px #fbfecb;">
Div content here</div>
This div box has shadow with color #fbfecb
Comments
No comments written yet.
Please login to write comment.