Color spaces of #fbcecb
RGB | 251 | 206 | 203 |
---|---|---|---|
HSL | 0.01 | 0.86 | 0.89 |
HSV | 4° | 19° | 98° |
CMYK | 0.00 | 0.18 | 0.19 0.02 |
XYZ | 72.6345 | 68.9636 | 65.9830 |
Yxy | 68.9636 | 0.3499 | 0.3322 |
Hunter Lab | 83.0443 | 10.7970 | 11.0221 |
CIE-Lab | 86.4860 | 15.3783 | 7.4532 |
#fbcecb color RGB value is (251,206,203).
#fbcecb hex color red value is 251, green value is 206 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fbcecb hue: 0.01 , saturation: 0.86 and the lightness value of fbcecb is 0.89.
The process color (four color CMYK) of #fbcecb color hex is 0.00, 0.18, 0.19, 0.02. Web safe color of #fbcecb is #ffcccc. Color #fbcecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001110 | 11001011 |
Octal | 373 | 316 | 313 |
Decimal | 251 | 206 | 203 |
Hex | FB | CE | CB |
Shades of #fbcecb
Tints of #fbcecb
RGB Percentages of Color #fbcecb
CMYK Percentages of Color #fbcecb
Complementary Color
#fbcecb | #cbf8fb |
#fbcecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcecb Color CSS Codes
.mybgcolor {background-color:#fbcecb; } .myforecolor {color:#fbcecb; } .mybordercolor {border:3px solid #fbcecb; }
#fbcecb Text Font Color
<p style="color:#fbcecb">Text here</p>
This sample text font color is #fbcecb
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.
#fbcecb Background Color
<div style="background-color:#fbcecb">
Div content here</div>
This div background color is #fbcecb
#fbcecb Border Color
<div style="border:3px solid #fbcecb">
Div here</div>
This div border color is #fbcecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,206,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcecb; -webkit-box-shadow: 1px 1px 3px 2px #fbcecb; box-shadow: 1px 1px 3px 2px #fbcecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,206,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 #fbcecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcecb; -webkit-box-shadow: 1px 1px 3px 2px #fbcecb; box-shadow: 1px 1px 3px 2px #fbcecb;">
Div content here</div>
This div box has shadow with color #fbcecb
Comments
No comments written yet.
Please login to write comment.