Color spaces of #f4ccff
RGB | 244 | 204 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.90 |
HSV | 287° | 20° | 100° |
CMYK | 0.04 | 0.20 | 0.00 0.00 |
XYZ | 76.9511 | 69.6388 | 103.9936 |
Yxy | 69.6388 | 0.3071 | 0.2779 |
Hunter Lab | 83.4499 | 18.5618 | -15.4711 |
CIE-Lab | 86.8194 | 22.8232 | -19.6855 |
#f4ccff color RGB value is (244,204,255).
#f4ccff hex color red value is 244, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f4ccff hue: 0.80 , saturation: 1.00 and the lightness value of f4ccff is 0.90.
The process color (four color CMYK) of #f4ccff color hex is 0.04, 0.20, 0.00, 0.00. Web safe color of #f4ccff is #ffccff. Color #f4ccff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 11001100 | 11111111 |
Octal | 364 | 314 | 377 |
Decimal | 244 | 204 | 255 |
Hex | F4 | CC | FF |
Shades of #f4ccff
Tints of #f4ccff
RGB Percentages of Color #f4ccff
CMYK Percentages of Color #f4ccff
Complementary Color
#f4ccff | #d7ffcc |
#f4ccff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4ccff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4ccff Color CSS Codes
.mybgcolor {background-color:#f4ccff; } .myforecolor {color:#f4ccff; } .mybordercolor {border:3px solid #f4ccff; }
#f4ccff Text Font Color
<p style="color:#f4ccff">Text here</p>
This sample text font color is #f4ccff
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.
#f4ccff Background Color
<div style="background-color:#f4ccff">
Div content here</div>
This div background color is #f4ccff
#f4ccff Border Color
<div style="border:3px solid #f4ccff">
Div here</div>
This div border color is #f4ccff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,204,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4ccff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4ccff; -webkit-box-shadow: 1px 1px 3px 2px #f4ccff; box-shadow: 1px 1px 3px 2px #f4ccff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,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 #f4ccff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4ccff; -webkit-box-shadow: 1px 1px 3px 2px #f4ccff; box-shadow: 1px 1px 3px 2px #f4ccff;">
Div content here</div>
This div box has shadow with color #f4ccff
#f4ccff Color Palettes
Comments
No comments written yet.
Please login to write comment.