Color spaces of #fbcadb
RGB | 251 | 202 | 219 |
---|---|---|---|
HSL | 0.94 | 0.86 | 0.89 |
HSV | 339° | 20° | 98° |
CMYK | 0.00 | 0.20 | 0.13 0.02 |
XYZ | 73.6904 | 67.8648 | 76.2331 |
Yxy | 67.8648 | 0.3384 | 0.3116 |
Hunter Lab | 82.3801 | 15.5061 | 2.8001 |
CIE-Lab | 85.9388 | 19.9415 | -1.8359 |
#fbcadb color RGB value is (251,202,219).
#fbcadb hex color red value is 251, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fbcadb hue: 0.94 , saturation: 0.86 and the lightness value of fbcadb is 0.89.
The process color (four color CMYK) of #fbcadb color hex is 0.00, 0.20, 0.13, 0.02. Web safe color of #fbcadb is #ffcccc. Color #fbcadb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11001010 | 11011011 |
Octal | 373 | 312 | 333 |
Decimal | 251 | 202 | 219 |
Hex | FB | CA | DB |
Shades of #fbcadb
Tints of #fbcadb
RGB Percentages of Color #fbcadb
CMYK Percentages of Color #fbcadb
Complementary Color
#fbcadb | #cafbea |
#fbcadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbcadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbcadb Color CSS Codes
.mybgcolor {background-color:#fbcadb; } .myforecolor {color:#fbcadb; } .mybordercolor {border:3px solid #fbcadb; }
#fbcadb Text Font Color
<p style="color:#fbcadb">Text here</p>
This sample text font color is #fbcadb
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.
#fbcadb Background Color
<div style="background-color:#fbcadb">
Div content here</div>
This div background color is #fbcadb
#fbcadb Border Color
<div style="border:3px solid #fbcadb">
Div here</div>
This div border color is #fbcadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,202,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbcadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbcadb; -webkit-box-shadow: 1px 1px 3px 2px #fbcadb; box-shadow: 1px 1px 3px 2px #fbcadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,202,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbcadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbcadb; -webkit-box-shadow: 1px 1px 3px 2px #fbcadb; box-shadow: 1px 1px 3px 2px #fbcadb;">
Div content here</div>
This div box has shadow with color #fbcadb
#fbcadb Color Palettes
Comments
No comments written yet.
Please login to write comment.