Color spaces of #fbdedb
RGB | 251 | 222 | 219 |
---|---|---|---|
HSL | 0.02 | 0.80 | 0.92 |
HSV | 6° | 13° | 98° |
CMYK | 0.00 | 0.12 | 0.13 0.02 |
XYZ | 78.6911 | 77.8663 | 77.9001 |
Yxy | 77.8663 | 0.3356 | 0.3321 |
Hunter Lab | 88.2419 | 4.7569 | 9.4280 |
CIE-Lab | 90.7189 | 9.5015 | 5.1204 |
#fbdedb color RGB value is (251,222,219).
#fbdedb hex color red value is 251, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fbdedb hue: 0.02 , saturation: 0.80 and the lightness value of fbdedb is 0.92.
The process color (four color CMYK) of #fbdedb color hex is 0.00, 0.12, 0.13, 0.02. Web safe color of #fbdedb is #ffcccc. Color #fbdedb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 11011110 | 11011011 |
Octal | 373 | 336 | 333 |
Decimal | 251 | 222 | 219 |
Hex | FB | DE | DB |
Shades of #fbdedb
Tints of #fbdedb
RGB Percentages of Color #fbdedb
CMYK Percentages of Color #fbdedb
Complementary Color
#fbdedb | #dbf8fb |
#fbdedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbdedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbdedb Color CSS Codes
.mybgcolor {background-color:#fbdedb; } .myforecolor {color:#fbdedb; } .mybordercolor {border:3px solid #fbdedb; }
#fbdedb Text Font Color
<p style="color:#fbdedb">Text here</p>
This sample text font color is #fbdedb
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.
#fbdedb Background Color
<div style="background-color:#fbdedb">
Div content here</div>
This div background color is #fbdedb
#fbdedb Border Color
<div style="border:3px solid #fbdedb">
Div here</div>
This div border color is #fbdedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,222,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbdedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbdedb; -webkit-box-shadow: 1px 1px 3px 2px #fbdedb; box-shadow: 1px 1px 3px 2px #fbdedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,222,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 #fbdedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdedb; -webkit-box-shadow: 1px 1px 3px 2px #fbdedb; box-shadow: 1px 1px 3px 2px #fbdedb;">
Div content here</div>
This div box has shadow with color #fbdedb
Comments
No comments written yet.
Please login to write comment.