Color spaces of #ffd1fc
RGB | 255 | 209 | 252 |
---|---|---|---|
HSL | 0.84 | 1.00 | 0.91 |
HSV | 304° | 18° | 100° |
CMYK | 0.00 | 0.18 | 0.01 0.00 |
XYZ | 81.6112 | 73.8892 | 102.0561 |
Yxy | 73.8892 | 0.3169 | 0.2869 |
Hunter Lab | 85.9588 | 19.0439 | -10.2219 |
CIE-Lab | 88.8701 | 23.2073 | -14.9190 |
#ffd1fc color RGB value is (255,209,252).
#ffd1fc hex color red value is 255, green value is 209 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ffd1fc hue: 0.84 , saturation: 1.00 and the lightness value of ffd1fc is 0.91.
The process color (four color CMYK) of #ffd1fc color hex is 0.00, 0.18, 0.01, 0.00. Web safe color of #ffd1fc is #ffccff. Color #ffd1fc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010001 | 11111100 |
Octal | 377 | 321 | 374 |
Decimal | 255 | 209 | 252 |
Hex | FF | D1 | FC |
Shades of #ffd1fc
Tints of #ffd1fc
RGB Percentages of Color #ffd1fc
CMYK Percentages of Color #ffd1fc
Complementary Color
#ffd1fc | #d1ffd4 |
#ffd1fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd1fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd1fc Color CSS Codes
.mybgcolor {background-color:#ffd1fc; } .myforecolor {color:#ffd1fc; } .mybordercolor {border:3px solid #ffd1fc; }
#ffd1fc Text Font Color
<p style="color:#ffd1fc">Text here</p>
This sample text font color is #ffd1fc
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.
#ffd1fc Background Color
<div style="background-color:#ffd1fc">
Div content here</div>
This div background color is #ffd1fc
#ffd1fc Border Color
<div style="border:3px solid #ffd1fc">
Div here</div>
This div border color is #ffd1fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,209,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd1fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd1fc; -webkit-box-shadow: 1px 1px 3px 2px #ffd1fc; box-shadow: 1px 1px 3px 2px #ffd1fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,209,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd1fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd1fc; -webkit-box-shadow: 1px 1px 3px 2px #ffd1fc; box-shadow: 1px 1px 3px 2px #ffd1fc;">
Div content here</div>
This div box has shadow with color #ffd1fc
#ffd1fc Color Palettes
Comments
No comments written yet.
Please login to write comment.