Color spaces of #fbceec
RGB | 251 | 206 | 236 |
---|---|---|---|
HSL | 0.89 | 0.85 | 0.90 |
HSV | 320° | 18° | 98° |
CMYK | 0.00 | 0.18 | 0.06 0.02 |
XYZ | 76.9953 | 70.7080 | 88.9468 |
Yxy | 70.7080 | 0.3254 | 0.2988 |
Hunter Lab | 84.0880 | 16.2896 | -3.8542 |
CIE-Lab | 87.3429 | 20.6557 | -8.7845 |
#fbceec color RGB value is (251,206,236).
#fbceec hex color red value is 251, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fbceec hue: 0.89 , saturation: 0.85 and the lightness value of fbceec is 0.90.
The process color (four color CMYK) of #fbceec color hex is 0.00, 0.18, 0.06, 0.02. Web safe color of #fbceec is #ffccff. Color #fbceec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001110 | 11101100 |
Octal | 373 | 316 | 354 |
Decimal | 251 | 206 | 236 |
Hex | FB | CE | EC |
Shades of #fbceec
Tints of #fbceec
RGB Percentages of Color #fbceec
CMYK Percentages of Color #fbceec
Complementary Color
#fbceec | #cefbdd |
#fbceec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbceec Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbceec Color CSS Codes
.mybgcolor {background-color:#fbceec; } .myforecolor {color:#fbceec; } .mybordercolor {border:3px solid #fbceec; }
#fbceec Text Font Color
<p style="color:#fbceec">Text here</p>
This sample text font color is #fbceec
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.
#fbceec Background Color
<div style="background-color:#fbceec">
Div content here</div>
This div background color is #fbceec
#fbceec Border Color
<div style="border:3px solid #fbceec">
Div here</div>
This div border color is #fbceec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,206,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbceec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbceec; -webkit-box-shadow: 1px 1px 3px 2px #fbceec; box-shadow: 1px 1px 3px 2px #fbceec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,206,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbceec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbceec; -webkit-box-shadow: 1px 1px 3px 2px #fbceec; box-shadow: 1px 1px 3px 2px #fbceec;">
Div content here</div>
This div box has shadow with color #fbceec
Comments
No comments written yet.
Please login to write comment.