Color spaces of #facacb
RGB | 250 | 202 | 203 |
---|---|---|---|
HSL | 1.00 | 0.83 | 0.89 |
HSV | 359° | 19° | 98° |
CMYK | 0.00 | 0.19 | 0.19 0.02 |
XYZ | 71.3244 | 66.8768 | 65.6492 |
Yxy | 66.8768 | 0.3499 | 0.3281 |
Hunter Lab | 81.7782 | 12.5702 | 9.6485 |
CIE-Lab | 85.4417 | 17.1146 | 5.9385 |
#facacb color RGB value is (250,202,203).
#facacb hex color red value is 250, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #facacb hue: 1.00 , saturation: 0.83 and the lightness value of facacb is 0.89.
The process color (four color CMYK) of #facacb color hex is 0.00, 0.19, 0.19, 0.02. Web safe color of #facacb is #ffcccc. Color #facacb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001010 | 11001011 |
Octal | 372 | 312 | 313 |
Decimal | 250 | 202 | 203 |
Hex | FA | CA | CB |
Shades of #facacb
Tints of #facacb
RGB Percentages of Color #facacb
CMYK Percentages of Color #facacb
Complementary Color
#facacb | #cafaf9 |
#facacb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#facacb Color Preview on White Background
Lorem ipsum dolor sit amet.
#facacb Color CSS Codes
.mybgcolor {background-color:#facacb; } .myforecolor {color:#facacb; } .mybordercolor {border:3px solid #facacb; }
#facacb Text Font Color
<p style="color:#facacb">Text here</p>
This sample text font color is #facacb
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.
#facacb Background Color
<div style="background-color:#facacb">
Div content here</div>
This div background color is #facacb
#facacb Border Color
<div style="border:3px solid #facacb">
Div here</div>
This div border color is #facacb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,202,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #facacb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #facacb; -webkit-box-shadow: 1px 1px 3px 2px #facacb; box-shadow: 1px 1px 3px 2px #facacb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,202,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #facacb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #facacb; -webkit-box-shadow: 1px 1px 3px 2px #facacb; box-shadow: 1px 1px 3px 2px #facacb;">
Div content here</div>
This div box has shadow with color #facacb
Comments
No comments written yet.
Please login to write comment.