Color spaces of #fbcedf
RGB | 251 | 206 | 223 |
---|---|---|---|
HSL | 0.94 | 0.85 | 0.90 |
HSV | 337° | 18° | 98° |
CMYK | 0.00 | 0.18 | 0.11 0.02 |
XYZ | 75.1743 | 69.9796 | 79.3573 |
Yxy | 69.9796 | 0.3348 | 0.3117 |
Hunter Lab | 83.6538 | 14.0123 | 2.3128 |
CIE-Lab | 86.9869 | 18.4867 | -2.4225 |
#fbcedf color RGB value is (251,206,223).
#fbcedf hex color red value is 251, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fbcedf hue: 0.94 , saturation: 0.85 and the lightness value of fbcedf is 0.90.
The process color (four color CMYK) of #fbcedf color hex is 0.00, 0.18, 0.11, 0.02. Web safe color of #fbcedf is #ffcccc. Color #fbcedf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001110 | 11011111 |
Octal | 373 | 316 | 337 |
Decimal | 251 | 206 | 223 |
Hex | FB | CE | DF |
Shades of #fbcedf
Tints of #fbcedf
RGB Percentages of Color #fbcedf
CMYK Percentages of Color #fbcedf
Complementary Color
#fbcedf | #cefbea |
#fbcedf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcedf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcedf Color CSS Codes
.mybgcolor {background-color:#fbcedf; } .myforecolor {color:#fbcedf; } .mybordercolor {border:3px solid #fbcedf; }
#fbcedf Text Font Color
<p style="color:#fbcedf">Text here</p>
This sample text font color is #fbcedf
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.
#fbcedf Background Color
<div style="background-color:#fbcedf">
Div content here</div>
This div background color is #fbcedf
#fbcedf Border Color
<div style="border:3px solid #fbcedf">
Div here</div>
This div border color is #fbcedf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,206,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcedf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcedf; -webkit-box-shadow: 1px 1px 3px 2px #fbcedf; box-shadow: 1px 1px 3px 2px #fbcedf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,206,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcedf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcedf; -webkit-box-shadow: 1px 1px 3px 2px #fbcedf; box-shadow: 1px 1px 3px 2px #fbcedf;">
Div content here</div>
This div box has shadow with color #fbcedf
Comments
No comments written yet.
Please login to write comment.