Color spaces of #fcdbde
RGB | 252 | 219 | 222 |
---|---|---|---|
HSL | 0.98 | 0.85 | 0.92 |
HSV | 355° | 13° | 99° |
CMYK | 0.00 | 0.13 | 0.12 0.01 |
XYZ | 78.6612 | 76.6324 | 79.7529 |
Yxy | 76.6324 | 0.3347 | 0.3260 |
Hunter Lab | 87.5399 | 7.2008 | 7.2620 |
CIE-Lab | 90.1522 | 11.8847 | 2.7363 |
#fcdbde color RGB value is (252,219,222).
#fcdbde hex color red value is 252, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fcdbde hue: 0.98 , saturation: 0.85 and the lightness value of fcdbde is 0.92.
The process color (four color CMYK) of #fcdbde color hex is 0.00, 0.13, 0.12, 0.01. Web safe color of #fcdbde is #ffcccc. Color #fcdbde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011011 | 11011110 |
Octal | 374 | 333 | 336 |
Decimal | 252 | 219 | 222 |
Hex | FC | DB | DE |
Shades of #fcdbde
Tints of #fcdbde
RGB Percentages of Color #fcdbde
CMYK Percentages of Color #fcdbde
Complementary Color
#fcdbde | #dbfcf9 |
#fcdbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdbde Color CSS Codes
.mybgcolor {background-color:#fcdbde; } .myforecolor {color:#fcdbde; } .mybordercolor {border:3px solid #fcdbde; }
#fcdbde Text Font Color
<p style="color:#fcdbde">Text here</p>
This sample text font color is #fcdbde
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.
#fcdbde Background Color
<div style="background-color:#fcdbde">
Div content here</div>
This div background color is #fcdbde
#fcdbde Border Color
<div style="border:3px solid #fcdbde">
Div here</div>
This div border color is #fcdbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,219,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdbde; -webkit-box-shadow: 1px 1px 3px 2px #fcdbde; box-shadow: 1px 1px 3px 2px #fcdbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,219,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdbde; -webkit-box-shadow: 1px 1px 3px 2px #fcdbde; box-shadow: 1px 1px 3px 2px #fcdbde;">
Div content here</div>
This div box has shadow with color #fcdbde
#fcdbde Color Palettes
Comments
No comments written yet.
Please login to write comment.