Color spaces of #faccff
RGB | 250 | 204 | 255 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.90 |
HSV | 294° | 20° | 100° |
CMYK | 0.02 | 0.20 | 0.00 0.00 |
XYZ | 79.0672 | 70.7297 | 104.0927 |
Yxy | 70.7297 | 0.3114 | 0.2786 |
Hunter Lab | 84.1010 | 20.6395 | -14.5132 |
CIE-Lab | 87.3535 | 24.7540 | -18.8272 |
#faccff color RGB value is (250,204,255).
#faccff hex color red value is 250, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #faccff hue: 0.82 , saturation: 1.00 and the lightness value of faccff is 0.90.
The process color (four color CMYK) of #faccff color hex is 0.02, 0.20, 0.00, 0.00. Web safe color of #faccff is #ffccff. Color #faccff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001100 | 11111111 |
Octal | 372 | 314 | 377 |
Decimal | 250 | 204 | 255 |
Hex | FA | CC | FF |
Shades of #faccff
Tints of #faccff
RGB Percentages of Color #faccff
CMYK Percentages of Color #faccff
Complementary Color
#faccff | #d1ffcc |
#faccff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faccff Color Preview on White Background
Lorem ipsum dolor sit amet.
#faccff Color CSS Codes
.mybgcolor {background-color:#faccff; } .myforecolor {color:#faccff; } .mybordercolor {border:3px solid #faccff; }
#faccff Text Font Color
<p style="color:#faccff">Text here</p>
This sample text font color is #faccff
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.
#faccff Background Color
<div style="background-color:#faccff">
Div content here</div>
This div background color is #faccff
#faccff Border Color
<div style="border:3px solid #faccff">
Div here</div>
This div border color is #faccff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,204,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faccff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faccff; -webkit-box-shadow: 1px 1px 3px 2px #faccff; box-shadow: 1px 1px 3px 2px #faccff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,204,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faccff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faccff; -webkit-box-shadow: 1px 1px 3px 2px #faccff; box-shadow: 1px 1px 3px 2px #faccff;">
Div content here</div>
This div box has shadow with color #faccff
#faccff Color Palettes
Comments
No comments written yet.
Please login to write comment.