Color spaces of #fcdff0
RGB | 252 | 223 | 240 |
---|---|---|---|
HSL | 0.90 | 0.83 | 0.93 |
HSV | 325° | 12° | 99° |
CMYK | 0.00 | 0.12 | 0.05 0.01 |
XYZ | 82.2607 | 79.7621 | 93.4981 |
Yxy | 79.7621 | 0.3219 | 0.3122 |
Hunter Lab | 89.3096 | 8.1197 | 0.4461 |
CIE-Lab | 91.5780 | 12.7926 | -4.6187 |
#fcdff0 color RGB value is (252,223,240).
#fcdff0 hex color red value is 252, green value is 223 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #fcdff0 hue: 0.90 , saturation: 0.83 and the lightness value of fcdff0 is 0.93.
The process color (four color CMYK) of #fcdff0 color hex is 0.00, 0.12, 0.05, 0.01. Web safe color of #fcdff0 is #ffccff. Color #fcdff0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011111 | 11110000 |
Octal | 374 | 337 | 360 |
Decimal | 252 | 223 | 240 |
Hex | FC | DF | F0 |
Shades of #fcdff0
Tints of #fcdff0
RGB Percentages of Color #fcdff0
CMYK Percentages of Color #fcdff0
Complementary Color
#fcdff0 | #dffceb |
#fcdff0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdff0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdff0 Color CSS Codes
.mybgcolor {background-color:#fcdff0; } .myforecolor {color:#fcdff0; } .mybordercolor {border:3px solid #fcdff0; }
#fcdff0 Text Font Color
<p style="color:#fcdff0">Text here</p>
This sample text font color is #fcdff0
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.
#fcdff0 Background Color
<div style="background-color:#fcdff0">
Div content here</div>
This div background color is #fcdff0
#fcdff0 Border Color
<div style="border:3px solid #fcdff0">
Div here</div>
This div border color is #fcdff0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,223,240, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdff0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdff0; -webkit-box-shadow: 1px 1px 3px 2px #fcdff0; box-shadow: 1px 1px 3px 2px #fcdff0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,223,240, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdff0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdff0; -webkit-box-shadow: 1px 1px 3px 2px #fcdff0; box-shadow: 1px 1px 3px 2px #fcdff0;">
Div content here</div>
This div box has shadow with color #fcdff0
Comments
No comments written yet.
Please login to write comment.