Color spaces of #fbcee4
RGB | 251 | 206 | 228 |
---|---|---|---|
HSL | 0.92 | 0.85 | 0.90 |
HSV | 331° | 18° | 98° |
CMYK | 0.00 | 0.18 | 0.09 0.02 |
XYZ | 75.8586 | 70.2533 | 82.9608 |
Yxy | 70.2533 | 0.3312 | 0.3067 |
Hunter Lab | 83.8172 | 14.8708 | -0.0121 |
CIE-Lab | 87.1209 | 19.3075 | -4.8754 |
#fbcee4 color RGB value is (251,206,228).
#fbcee4 hex color red value is 251, green value is 206 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fbcee4 hue: 0.92 , saturation: 0.85 and the lightness value of fbcee4 is 0.90.
The process color (four color CMYK) of #fbcee4 color hex is 0.00, 0.18, 0.09, 0.02. Web safe color of #fbcee4 is #ffcccc. Color #fbcee4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001110 | 11100100 |
Octal | 373 | 316 | 344 |
Decimal | 251 | 206 | 228 |
Hex | FB | CE | E4 |
Shades of #fbcee4
Tints of #fbcee4
RGB Percentages of Color #fbcee4
CMYK Percentages of Color #fbcee4
Complementary Color
#fbcee4 | #cefbe5 |
#fbcee4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcee4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcee4 Color CSS Codes
.mybgcolor {background-color:#fbcee4; } .myforecolor {color:#fbcee4; } .mybordercolor {border:3px solid #fbcee4; }
#fbcee4 Text Font Color
<p style="color:#fbcee4">Text here</p>
This sample text font color is #fbcee4
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.
#fbcee4 Background Color
<div style="background-color:#fbcee4">
Div content here</div>
This div background color is #fbcee4
#fbcee4 Border Color
<div style="border:3px solid #fbcee4">
Div here</div>
This div border color is #fbcee4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,206,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcee4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcee4; -webkit-box-shadow: 1px 1px 3px 2px #fbcee4; box-shadow: 1px 1px 3px 2px #fbcee4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,206,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcee4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcee4; -webkit-box-shadow: 1px 1px 3px 2px #fbcee4; box-shadow: 1px 1px 3px 2px #fbcee4;">
Div content here</div>
This div box has shadow with color #fbcee4
#fbcee4 Color Palettes
Comments
No comments written yet.
Please login to write comment.