Color spaces of #fd9cca
RGB | 253 | 156 | 202 |
---|---|---|---|
HSL | 0.92 | 0.96 | 0.80 |
HSV | 332° | 38° | 99° |
CMYK | 0.00 | 0.38 | 0.20 0.01 |
XYZ | 63.0571 | 48.9238 | 61.9969 |
Yxy | 48.9238 | 0.3624 | 0.2812 |
Hunter Lab | 69.9456 | 38.5161 | -3.5904 |
CIE-Lab | 75.4039 | 42.1001 | -8.1748 |
#fd9cca color RGB value is (253,156,202).
#fd9cca hex color red value is 253, green value is 156 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fd9cca hue: 0.92 , saturation: 0.96 and the lightness value of fd9cca is 0.80.
The process color (four color CMYK) of #fd9cca color hex is 0.00, 0.38, 0.20, 0.01. Web safe color of #fd9cca is #ff99cc. Color #fd9cca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10011100 | 11001010 |
Octal | 375 | 234 | 312 |
Decimal | 253 | 156 | 202 |
Hex | FD | 9C | CA |
Shades of #fd9cca
Tints of #fd9cca
RGB Percentages of Color #fd9cca
CMYK Percentages of Color #fd9cca
Complementary Color
#fd9cca | #9cfdcf |
#fd9cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd9cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd9cca Color CSS Codes
.mybgcolor {background-color:#fd9cca; } .myforecolor {color:#fd9cca; } .mybordercolor {border:3px solid #fd9cca; }
#fd9cca Text Font Color
<p style="color:#fd9cca">Text here</p>
This sample text font color is #fd9cca
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.
#fd9cca Background Color
<div style="background-color:#fd9cca">
Div content here</div>
This div background color is #fd9cca
#fd9cca Border Color
<div style="border:3px solid #fd9cca">
Div here</div>
This div border color is #fd9cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,156,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd9cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd9cca; -webkit-box-shadow: 1px 1px 3px 2px #fd9cca; box-shadow: 1px 1px 3px 2px #fd9cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,156,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd9cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd9cca; -webkit-box-shadow: 1px 1px 3px 2px #fd9cca; box-shadow: 1px 1px 3px 2px #fd9cca;">
Div content here</div>
This div box has shadow with color #fd9cca
Comments
No comments written yet.
Please login to write comment.