Color spaces of #ffcafc
RGB | 255 | 202 | 252 |
---|---|---|---|
HSL | 0.84 | 1.00 | 0.90 |
HSV | 303° | 21° | 100° |
CMYK | 0.00 | 0.21 | 0.01 0.00 |
XYZ | 79.9312 | 70.5293 | 101.4962 |
Yxy | 70.5293 | 0.3172 | 0.2799 |
Hunter Lab | 83.9817 | 22.9227 | -12.8678 |
CIE-Lab | 87.2558 | 26.8818 | -17.3436 |
#ffcafc color RGB value is (255,202,252).
#ffcafc hex color red value is 255, green value is 202 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ffcafc hue: 0.84 , saturation: 1.00 and the lightness value of ffcafc is 0.90.
The process color (four color CMYK) of #ffcafc color hex is 0.00, 0.21, 0.01, 0.00. Web safe color of #ffcafc is #ffccff. Color #ffcafc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001010 | 11111100 |
Octal | 377 | 312 | 374 |
Decimal | 255 | 202 | 252 |
Hex | FF | CA | FC |
Shades of #ffcafc
Tints of #ffcafc
RGB Percentages of Color #ffcafc
CMYK Percentages of Color #ffcafc
Complementary Color
#ffcafc | #caffcd |
#ffcafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffcafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffcafc Color CSS Codes
.mybgcolor {background-color:#ffcafc; } .myforecolor {color:#ffcafc; } .mybordercolor {border:3px solid #ffcafc; }
#ffcafc Text Font Color
<p style="color:#ffcafc">Text here</p>
This sample text font color is #ffcafc
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.
#ffcafc Background Color
<div style="background-color:#ffcafc">
Div content here</div>
This div background color is #ffcafc
#ffcafc Border Color
<div style="border:3px solid #ffcafc">
Div here</div>
This div border color is #ffcafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,202,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffcafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffcafc; -webkit-box-shadow: 1px 1px 3px 2px #ffcafc; box-shadow: 1px 1px 3px 2px #ffcafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,202,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 #ffcafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffcafc; -webkit-box-shadow: 1px 1px 3px 2px #ffcafc; box-shadow: 1px 1px 3px 2px #ffcafc;">
Div content here</div>
This div box has shadow with color #ffcafc
Related Colors
#ffcafc Color Palettes
Comments
No comments written yet.
Please login to write comment.