Color spaces of #fca0bf
RGB | 252 | 160 | 191 |
---|---|---|---|
HSL | 0.94 | 0.94 | 0.81 |
HSV | 340° | 37° | 99° |
CMYK | 0.00 | 0.37 | 0.24 0.01 |
XYZ | 62.1197 | 49.5986 | 55.5896 |
Yxy | 49.5986 | 0.3713 | 0.2965 |
Hunter Lab | 70.4263 | 34.2005 | 2.4990 |
CIE-Lab | 75.8222 | 38.1252 | -1.5341 |
#fca0bf color RGB value is (252,160,191).
#fca0bf hex color red value is 252, green value is 160 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fca0bf hue: 0.94 , saturation: 0.94 and the lightness value of fca0bf is 0.81.
The process color (four color CMYK) of #fca0bf color hex is 0.00, 0.37, 0.24, 0.01. Web safe color of #fca0bf is #ff99cc. Color #fca0bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100000 | 10111111 |
Octal | 374 | 240 | 277 |
Decimal | 252 | 160 | 191 |
Hex | FC | A0 | BF |
Shades of #fca0bf
Tints of #fca0bf
RGB Percentages of Color #fca0bf
CMYK Percentages of Color #fca0bf
Complementary Color
#fca0bf | #a0fcdd |
#fca0bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca0bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca0bf Color CSS Codes
.mybgcolor {background-color:#fca0bf; } .myforecolor {color:#fca0bf; } .mybordercolor {border:3px solid #fca0bf; }
#fca0bf Text Font Color
<p style="color:#fca0bf">Text here</p>
This sample text font color is #fca0bf
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.
#fca0bf Background Color
<div style="background-color:#fca0bf">
Div content here</div>
This div background color is #fca0bf
#fca0bf Border Color
<div style="border:3px solid #fca0bf">
Div here</div>
This div border color is #fca0bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,160,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca0bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca0bf; -webkit-box-shadow: 1px 1px 3px 2px #fca0bf; box-shadow: 1px 1px 3px 2px #fca0bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,160,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca0bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca0bf; -webkit-box-shadow: 1px 1px 3px 2px #fca0bf; box-shadow: 1px 1px 3px 2px #fca0bf;">
Div content here</div>
This div box has shadow with color #fca0bf
Comments
No comments written yet.
Please login to write comment.