Color spaces of #fbcbbe
RGB | 251 | 203 | 190 |
---|---|---|---|
HSL | 0.04 | 0.88 | 0.86 |
HSV | 13° | 24° | 98° |
CMYK | 0.00 | 0.19 | 0.24 0.02 |
XYZ | 70.4339 | 66.9388 | 57.9234 |
Yxy | 66.9388 | 0.3607 | 0.3428 |
Hunter Lab | 81.8161 | 10.4889 | 15.2957 |
CIE-Lab | 85.4730 | 15.0807 | 12.8989 |
#fbcbbe color RGB value is (251,203,190).
#fbcbbe hex color red value is 251, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fbcbbe hue: 0.04 , saturation: 0.88 and the lightness value of fbcbbe is 0.86.
The process color (four color CMYK) of #fbcbbe color hex is 0.00, 0.19, 0.24, 0.02. Web safe color of #fbcbbe is #ffcccc. Color #fbcbbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001011 | 10111110 |
Octal | 373 | 313 | 276 |
Decimal | 251 | 203 | 190 |
Hex | FB | CB | BE |
Shades of #fbcbbe
Tints of #fbcbbe
RGB Percentages of Color #fbcbbe
CMYK Percentages of Color #fbcbbe
Complementary Color
#fbcbbe | #beeefb |
#fbcbbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcbbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcbbe Color CSS Codes
.mybgcolor {background-color:#fbcbbe; } .myforecolor {color:#fbcbbe; } .mybordercolor {border:3px solid #fbcbbe; }
#fbcbbe Text Font Color
<p style="color:#fbcbbe">Text here</p>
This sample text font color is #fbcbbe
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.
#fbcbbe Background Color
<div style="background-color:#fbcbbe">
Div content here</div>
This div background color is #fbcbbe
#fbcbbe Border Color
<div style="border:3px solid #fbcbbe">
Div here</div>
This div border color is #fbcbbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,203,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcbbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcbbe; -webkit-box-shadow: 1px 1px 3px 2px #fbcbbe; box-shadow: 1px 1px 3px 2px #fbcbbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,203,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcbbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcbbe; -webkit-box-shadow: 1px 1px 3px 2px #fbcbbe; box-shadow: 1px 1px 3px 2px #fbcbbe;">
Div content here</div>
This div box has shadow with color #fbcbbe
Comments
No comments written yet.
Please login to write comment.