Color spaces of #f3cdec
RGB | 243 | 205 | 236 |
---|---|---|---|
HSL | 0.86 | 0.61 | 0.88 |
HSV | 311° | 16° | 95° |
CMYK | 0.00 | 0.16 | 0.03 0.05 |
XYZ | 73.9338 | 68.7735 | 88.7348 |
Yxy | 68.7735 | 0.3194 | 0.2972 |
Hunter Lab | 82.9298 | 14.0097 | -5.3894 |
CIE-Lab | 86.3918 | 18.4942 | -10.2758 |
#f3cdec color RGB value is (243,205,236).
#f3cdec hex color red value is 243, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f3cdec hue: 0.86 , saturation: 0.61 and the lightness value of f3cdec is 0.88.
The process color (four color CMYK) of #f3cdec color hex is 0.00, 0.16, 0.03, 0.05. Web safe color of #f3cdec is #ffccff. Color #f3cdec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 11001101 | 11101100 |
Octal | 363 | 315 | 354 |
Decimal | 243 | 205 | 236 |
Hex | F3 | CD | EC |
Shades of #f3cdec
Tints of #f3cdec
RGB Percentages of Color #f3cdec
CMYK Percentages of Color #f3cdec
Complementary Color
#f3cdec | #cdf3d4 |
#f3cdec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f3cdec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f3cdec Color CSS Codes
.mybgcolor {background-color:#f3cdec; } .myforecolor {color:#f3cdec; } .mybordercolor {border:3px solid #f3cdec; }
#f3cdec Text Font Color
<p style="color:#f3cdec">Text here</p>
This sample text font color is #f3cdec
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.
#f3cdec Background Color
<div style="background-color:#f3cdec">
Div content here</div>
This div background color is #f3cdec
#f3cdec Border Color
<div style="border:3px solid #f3cdec">
Div here</div>
This div border color is #f3cdec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,205,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f3cdec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f3cdec; -webkit-box-shadow: 1px 1px 3px 2px #f3cdec; box-shadow: 1px 1px 3px 2px #f3cdec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,205,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f3cdec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f3cdec; -webkit-box-shadow: 1px 1px 3px 2px #f3cdec; box-shadow: 1px 1px 3px 2px #f3cdec;">
Div content here</div>
This div box has shadow with color #f3cdec
Comments
No comments written yet.
Please login to write comment.