Color spaces of #f3bfca
RGB | 243 | 191 | 202 |
---|---|---|---|
HSL | 0.96 | 0.68 | 0.85 |
HSV | 347° | 21° | 95° |
CMYK | 0.00 | 0.21 | 0.17 0.05 |
XYZ | 66.2536 | 60.5806 | 64.0784 |
Yxy | 60.5806 | 0.3470 | 0.3173 |
Hunter Lab | 77.8335 | 15.7344 | 5.6715 |
CIE-Lab | 82.1528 | 20.2577 | 1.6264 |
#f3bfca color RGB value is (243,191,202).
#f3bfca hex color red value is 243, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f3bfca hue: 0.96 , saturation: 0.68 and the lightness value of f3bfca is 0.85.
The process color (four color CMYK) of #f3bfca color hex is 0.00, 0.21, 0.17, 0.05. Web safe color of #f3bfca is #ffcccc. Color #f3bfca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 10111111 | 11001010 |
Octal | 363 | 277 | 312 |
Decimal | 243 | 191 | 202 |
Hex | F3 | BF | CA |
Shades of #f3bfca
Tints of #f3bfca
RGB Percentages of Color #f3bfca
CMYK Percentages of Color #f3bfca
Complementary Color
#f3bfca | #bff3e8 |
#f3bfca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f3bfca Color Preview on White Background
Lorem ipsum dolor sit amet.
#f3bfca Color CSS Codes
.mybgcolor {background-color:#f3bfca; } .myforecolor {color:#f3bfca; } .mybordercolor {border:3px solid #f3bfca; }
#f3bfca Text Font Color
<p style="color:#f3bfca">Text here</p>
This sample text font color is #f3bfca
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.
#f3bfca Background Color
<div style="background-color:#f3bfca">
Div content here</div>
This div background color is #f3bfca
#f3bfca Border Color
<div style="border:3px solid #f3bfca">
Div here</div>
This div border color is #f3bfca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,191,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f3bfca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f3bfca; -webkit-box-shadow: 1px 1px 3px 2px #f3bfca; box-shadow: 1px 1px 3px 2px #f3bfca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,191,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f3bfca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f3bfca; -webkit-box-shadow: 1px 1px 3px 2px #f3bfca; box-shadow: 1px 1px 3px 2px #f3bfca;">
Div content here</div>
This div box has shadow with color #f3bfca
Comments
No comments written yet.
Please login to write comment.